Are you tired of going through the cumbersome process of creating
local/remote component and home interfaces for your EJBs, as well as the
necessary WebLogic XML deployment descriptors?
Wouldn't it be wonderful to develop only the particular EJB bean file and
have another tool generate all of the necessary interfaces and WebLogic
deployment descriptors? Look no further: XDoclet to the rescue! XDoclet is an
open-source tool that uses attribute-oriented programming concepts to
automatically generate various source code files based on embedded
XDoclet-specific javadoc comments. XDoclet is used in conjunction with the
Ant build tool to process the various XDoclet comments in the developer's
main EJB file. In this article I'll demonstrate how to use XDoclet with BEA
WebLogi... (more)