--- "Frederick N. Brier" <[EMAIL PROTECTED]> wrote: > Konstantin, > > With all due respect, it might be trivial, but > wasting time maintaining > XML files (and remembering to keep them in sync) is > not productive > either.
Well, in my use case there is no need for this configuration stuff. ( AFAIR, this was intendet to create JCA descriptor in jboss - but this is no concern for me ) And my set of entities is pretty stable over the develoipment time and needs less attention. > That is precisely why we have XDoclet - to > do trivial and > mindless creation of XML and interface and other > source files. And I > would be perfectly happy to port this to xdoclet-2 > as soon as the team > either releases a build, or arranges their maven > configuration so it can > actually build cleanly out of CVS. There is a new > template I want to > write generating web service classes for Spring that > I would love to do > in XDoclet2. Well ,xdoclet can be build from CVS if you pay some attention ( and disable remote repositories from codehaus ). I already use hibernate plugin in production ( though it does not cover 100% of mappings, just those I happen to use. but improvement will come quickly when people send in patches ) > I have my environment set up so all I do is create a > persistent > Hibernate object using a file template in IDEA. The > build script drops > and re-creates the tables using the > SchemaExportTask. It loads data > into the tables using DBUnit from an XML file. Both > a jboss-service.xml > file is generated for deployment to JBoss, and a > hibernate.cfg.xml is > created for unit tests outside the container. Saves > me a lot of time. > > My latest enhancement, which I have not been able to > get checked in > (Andrew Stevens seems to be the only person actively > updating XDoclet > 1.2) allows specifying a list of external hbm.xml > files to be added to > the list of mapping files. This allows a > SessionFactory to include > tables from another project such as OpenSymphony's > PropertySet or > OSWorkflow projects. I also use osuser, but I think makind direct dependency to their hibernate mappings ( which used to be suboptimal, as well as their hibernate providers ) is dangerous and invalidates whole idea of plugable providers. I do a lot of pico now, and there are interesting approaches to handle such integration. regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
