Introduction to JavaBeans

JavaBeans are Java objects developed using specific syntax rules that allow a reusable component architecture. That is, JavaBeans are reusable application components used as either GUI components or, as in our case, JSP helper classes. For more details about JavaBeans and the 1.0 Specification, refer to http://java.sun.com/products/javabeans/. JavaBeans generally provide support for

  • Introspection— Introspection enables runtime determination of supported events, methods, and properties, so that tools built to the specification can determine how the bean works. Low-level reflection is used to query methods and deduce (using conventional names and type signatures) what properties, events, and public methods are supported. ...

Get BEA WebLogic Server™ 8.1 Unleashed 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.