IT arhitektuur
They are used to encapsulate many objects
into a single object (the bean), so that they can be passed around as a single bean object instead
of as multiple individual objects. A JavaBean is a Java Object that is serializable, has a no-
argument constructor, and allows access to properties using getter and setter
methods.
·Beans export functionality through PropertiesandMethods:
Methodssuch as contains()can be accessed fromany other entity.
·They define the behavior of a bean.
Propertiessuch as backgroundColordefine theappearance of a bean.
·They are getor setfrom otherentities for customization and programmatic use.
·Beans are customized by modifying theirproperties. A user can customize a beanby:
programmaticallychanging properties or
editing properties within a builder tool using
PropertySheets & Editorsor
automatically being guided through customization bycustomizers, i.e. graphical user interfaces
sometimesalso denoted as wizards.