|
- No. Java Beans components are not considered J2EE component by the J2EE specification.
-
They are written to manage the data flow between an application client or applet and components running on the J2EE server or between server components and a database.
-
Java Beans components written for the J2EE platform have instance variables and get and set methods for accessing the data in the instance variables.
-
Java Beans components used in this way are typically simple in design and implementation, but should conform to the naming and design conventions outlined in the Java Beans component architecture.
|