Friday, 17 February 2012

What is a Bean? Why is not a Bean an Applet? | Java Beans

JavaBeans components, or Beans, are reusable software components that can be manipulated visually in a builder tool. Beans can be combined to create traditional applications, or their smaller web-oriented brethren, applets. In addition, applets can be designed to work as reusable Beans.
Individual Beans will function quite differently, but typical unifying features that distinguish a Bean are:

  1.  Introspection: enables a builder tool to analyze how a Bean works
  2.  Customization: enables a developer to use an app builder tool to customize the appearance and behavior of a Bean
  3.  Events: enables Beans to communicate and connect together
  4.  Properties: enable developers to customize and program with Beans
  5.  Persistence: enables developers to customize Beans in an app builder, and then retrieve those Beans, with customized features intact, for future use.