JavaBeans: Difference between revisions

Content deleted Content added
Line 13:
Introspection is a process of analyzing a Bean to determine its capabilities. This is an essential feature of the Java Beans API because it allows another application such as a design tool, to obtain information about a component.
*Properties
A property is a subset of a Bean's state. The values assigned to the properties determine the behaviorbehaviour and appearance of that component. It is set through setter method an can be obtained by getter method.
*Customization
A customizer can provide a step-by-step guide throughthat the process that must be followed to use the component in a specific context.
*Events
*Persistence