[ 
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1302?page=comments#action_17514
 ] 

Chris Nappin commented on XDT-1302:
-----------------------------------

Please resolve this issue! It's much more than a "nice-to-have" for any Spring 
application of reasonable size. The out-of-date DTD I can work around, by 
setting validate to false and running an Ant "xmlvalidate" task with a more up 
to date copy of the Spring beans DTD. But this omission I can't work around. ;-(

I'm currently wanting to refactor an application to use Spring-managed DAOs. We 
find that, with a large team, XDoclet is essential in keeping a Spring config 
that is always correct. However without this functionality we will have to have 
a large number of properties defined in every DAO class (we have several 
hundred DAOs).

> Support for prototypes (abstract)
> ---------------------------------
>
>          Key: XDT-1302
>          URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1302
>      Project: XDoclet
>         Type: New Feature

>   Components: Spring Module
>     Versions: 1.2.2
>     Reporter: Xavier Dury
>     Assignee: xdoclet-devel (Use for new issues)

>
>
> Hi,
> it would be nice to add the ability to tag abstract classes that serves as 
> prototypes in spring's application context and classes that inherit from 
> them. A simple example follows:
> on abstract class:
> @spring.bean name="abstractBean" abstract="true"
> on concrete class:
> @spring.bean name="concreteBean" parent="abstractBean"
> Thanks,
> Xavier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to