Enterprise JavaBean Annotations

When you develop Enterprise JavaBeans in WebLogic Workshop, you will notice special Javadoc tags with the prefix ejbgen in the source view of the bean class. Instead of using separate classes for the various interfaces and instead of directly changing the deployment descriptor, ejbgen tags reduces to one the number of EJB files you need to edit and maintain during development. When you build an Enterprise JavaBeans, these tags are used to generate the various 'J2EE-standard' files for remote and home interfaces, and the appropriate deployment descriptors.

Topics Included in This Section

Related Topics

WebLogic Workshop Annotations Reference