|
From: Rod J. <rod...@in...> - 2003-11-26 18:33:00
|
This is excellent. We had a question about this on the forums recently. It's pretty powerful to be able to do arbitrary nesting. Regards, Rod ----- Original Message ----- From: "jürgen höller [werk3AT]" <jue...@we...> To: <spr...@li...> Sent: Wednesday, November 26, 2003 4:37 PM Subject: RE: [Springframework-developer] How hard is is to add support for list inside of a list, in an XML beanfactory def? This is actually pretty simple: We just need to allow for <list> (and <map>) as sub-element of <list> in the DTD - the bean factory can already handle any kind of nested element! I've just patched the DTD accordingly and committed it; a corresponding unit test passes (not committed yet due to other work). Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Colin Sampaleanu Sent: Wednesday, November 26, 2003 5:15 PM To: spr...@li... Subject: [Springframework-developer] How hard is is to add support for list inside of a list, in an XML beanfactory def? Right now in a bean factory xml definition, a list can not contain a list. Can somebody who is more familiar with the bean wrapping estimate how big a deal this would be to add? The issue comes in using the MethodInvokingFactoryBean to invoke a method which takes an array or list as an argument. Right now there is no way to do it unfortunately. ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |