As someone else pointed out, there is a Spring module for XDoclet 1.2.1, but its documentation isn't linked to from the site (my fault...sorry).
Be aware that this module is minimal, written to support my immediate needs on a project. It supports basic property configuration and wiring, but nothing too fancy. Furthermore, the collection types supported are limited. I've been a bit busy lately with other stuff, but I hope to find some time to beef up the Spring module soon to support other stuff, including some tags to handle Spring's MVC a little cleaner. As for whether or not Spring needs code-generation...that's a topic for debate. There are those that argue that tagging code with tags that wire dependencies is akin to hard-coding those dependencies. I think that view is a bit short-sighted. There's a *HUGE* difference between placing doclet tags in code (which does *not* create static coupling in the compiled Java class) and directly hard-coding dependencies in Java code (which *will* create coupling in the compiled Java class). My opinion: It helped me to have XDoclet generate the Spring configuration file. If it doesn't help you, then don't use it. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Marco > Mistroni > Sent: Friday, August 13, 2004 9:56 AM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] XDoclet & Springs > > > Hello, > Is anyone aware of any xdoclet tags/plugins/modules > Developed for Spring framework? > > Thanx in advance and regards > marco > > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
