javahibernateantxdoclet

xdoclet vs xdoclet2?


I'm updating an old project & my version of xdoclet complains about my Java 1.5 annontations (ArrayList data = ....) when parsing for Hibernate (hibernate3) tags.

So my question is this...

Is there a fix for Xdoclet 1.2.3, or should I look to move to Xdoclet2?

I've already started moving some of the code over, but xdoclet2 doesn't seem to offer the same level of configuration for hibenate, such as excludedtags. I could be wrong on this though.

What do you lot think?

Jeff Porter


Solution

  • I would definitively lose xdoclet in favor of JPA annotations. You can get about the same functionality from Hibernate using JPA annotations.