XDoclet

 
 
XDoclet is a code generation engine. It enables Attribute-Oriented Programming for java. 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.

More information about XDoclet can be found at: http://xdoclet.sourceforge.net/

The latest XDoclet version can be downloaded from: http://xdoclet.sourceforge.net/install.html







Installing XDoclet 1.1.2



Information
none

Operating system used
Windows XP Home Edition Version 5.1 SP 2

Software prerequisites
none

Procedure
  1. Download and unzip xdoclet-1.1.2.zip

  2. Rename directory "xdoclet 1.1.2" into "xdoclet-1.1.2"