XDoclet v1.1 released!

You can download it from http://sourceforge.net/projects/xdoclet.

The new v1.1 has a lot of new stuff most importantly:

Core:

- Enhanced and refactored template tag handling system.
- You can use ant properties in tag values, eg:
  @jboss:create-table "${jboss.create.table}"
  Just create put a <property name="jboss.create.table"
value="blabla"/>. This is useful for keeping deployment-oriented
settings out of source code.
- Easy to use <template/> and <xmlTemplate/> sub-tasks that let you
define template/@tags of your own.
- Smarter timestamp/etc checking, so it regenerates in less cases if you
haven't modified a file.

ejbdoclet:

- Many useful defaults.
- All EJB sub-tasks are now optional.
- Implemented automatic inheritance of pk/intf/home/etc. This way you
have true component inheritance automatically.

jBoss support:
- Added support for CMP2 1-1 and 1-n relationships in JBoss 3.0 alpha.

Weblogic support:
- MDB and session beans support, plus various new options.
- Added support for weblogic web deployment descriptor.
- Added support for weblogic relations.

Orion support:
- Enhancements to <orion/> ejbdoclet subtask, cmp mapping fully
supported.

WebSphere 4.x support:
- Some minor bug fixes plus Schema.dbxml generated only when there's at
least one cmp bean.

WebWork support:
- Command support added.

Struts support:
- Added support for struts local forwards.
- Multiple action forms per bean supported.

New Sub-tasks:
- Added <utilObject/> subtask, generates utility class for each ejb to
easy lookup remote interfaces.
- Caster support added.
- DAO (Data Access Object) is now possible.
- MVCSoft's persistence manager support added.

IDE integration:
- IntelliJ IDEA live templates :o)

And lots of bug fixes, enhancements, new samples and more documents.

You can download it from http://sourceforge.net/projects/xdoclet.

The XDoclet Team.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to