Requires Free Membership to View
The JavaBeans specification defines a Java-based software component model that adds a number of features to the Java programming language. Some of these features include:
* introspection
* customization
* events
* properties
* persistence
Java Beans are used throughout J2EE as a universal contract for runtime discovery and access. For example, JavaServer Pages (JSP) uses Java Beans as data transfer objects between pages or between servlets and JSPs. J2EE's JavaBeans Activation Framework uses Java Beans for integrating support for MIME data types into J2EE. The J2EE Management API uses JavaBeans as the foundation for the instrumentation of resources to be managed in a J2EE environment.
This was first published in January 2003

Join the conversationComment
Share
Comments
Results
Contribute to the conversation