You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Thomas Mahler <th...@web.de> on 2003/05/19 08:16:51 UTC

Xdoclet support !

Hi all,

There is now Xdoclet support available for OJB.
Thanks to Thomas Dudziak for this great piece of work!

Using this Module it is now possible to generate the repository_user.xml 
file and (via Torque) also database DDL.

To use use this module you have to enrich the sourcecode of the 
persistent classes with special comment tags starting with @ojb.

The OJB Xdoclet module will be included into the xdoclet codebase.
It will also be part of the OJB contrib archive.
For the time being you can download it from CVS:
http://cvs.apache.org/viewcvs.cgi/*checkout*/db-ojb/contrib/xdoclet-ojb-module.zip?rev=1.1&content-type=application/x-zip-compressed

The archive also contains a complete documentation.

The latest build.xml file from CVS now has a target "repository-files" 
that applies the ojbdoclet to the persistent classes of the OJB testbed.
The output is written to target/classestest
There are currently not much @ojb tags in the testbed, but you'll get an 
idea how things work.

have a nice week,
Thomas