Title: Using xdoclet for Hibernate
>>I have 2 questions about using xdoclet with hibernate:
>>1. How can I use xdoclet to generate the "hibernate.cfg.xml" file?
 
It isn't too hard to keep hibernate.cfg.xml in sync but it would be even easier to have xdoclet do it. 
 
I'm thinking that all that would be needed is a simple .xdt file either iterates over a project's src files and adds a line entry for each file with a class level @hibernate.class tag.  However such .xdt file does not appear to be included in the hibernate module. 
 
Brian
 

Reply via email to