Chapter 22. java.beans

This chapter covers some of the most important classes and interfaces provided for creating and using JavaBeans. JavaBeans are generally client-side Components and usually, although not necessarily, visual Components. The classes in java.beans should not be confused with classes in javax.ejb packages. JavaBeans and Enterprise JavaBeans are totally separate entities that have little in common besides the notion of being Components.

The purpose of a JavaBean is to provide a client-side component or control that provides a complete function. For example, you might have a JavaBean that is a calendar, address book, phone dialer, or dictionary. Although it is possible to make a JavaBean that is simply a fancy button, the intention ...

Get PURE Java™ 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.