Ausführliche Beschreibung | XDoclet is an open source code generation engine. It
enables Attribute-Oriented Programming for java. In
short, this means that you can add more significance
to your code by adding meta data (attributes) to your
java sources. This is done in special JavaDoc tags.
.
XDoclet will parse your source files and generate many
artifacts such as XML descriptors and/or source code
from it. These files are generated from templates that
use the information provided in the source code and its
JavaDoc tags.
.
This package ships the core xdoclet module as well as
a selection of the xdoclet extension modules. The
installed modules are: apache, borland, caucho, ejb,
exolab, hibernate, hp, ibm, java, jboss, jdo,
jmx, jsf, libelis, macromedia, mockobjects,
mvcsoft, mx4j, objectweb, openejb, oracle,
orion, portlet, pramati, solarmetric, spring,
sybase, tjdo, web, webwork, wsee, xdoclet.
.
Modules that are present in the original XDoclet project
but contain proprietary source code have not been
included (bea, sun).
.
The package also contains xdoclet locales (de, fr_FR,
pt_BR).
|