JavaBeans: Difference between revisions

Content deleted Content added
Added missing source tag.
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 17:
:A customizer can provide a step-by-step guide that the process must follow to use the component in a specific context.
;Events
:Beans ( may / can / should ) ( support / interact with ) the EventObject EventListener model. ''-- please help to ( correct / improve ) this! --''{{clarify}}
;Persistence
:Persistence is the ability to save the current state of a Bean, including the values of a Bean's properties and instance variables, to nonvolatile storage and to retrieve them at a later time.