• Back to Java Users Group Home • Print this page •

Java Users Group

September 2003 Meeting Information

September 9, 2003
Generating EJBs with XDoclet

This month's meeting will feature an overview of XDoclet, a code generation engine. XDoclet enables Attribute-Oriented Programming (not to be confused with Aspect-Oriented Programming) which adds more significance to source code by adding meta data (attributes) to Java source files. Xdoclet is useful for creating EJBs from a single source file, and we will be reviewing the original source code, the generated source code, and the Ant build.xml file that performs all the tasks.