|
From: <jas...@ma...> - 2005-06-14 10:20:08
|
On 14 Jun 2005, at 09:05, jas...@ma... wrote: > On 14 Jun 2005, at 08:37, Juergen Hoeller wrote: > > Its worth stressing, this is a pretty trivial change - has minimal > coding impact and adds a pretty trivial plugin interface. A couple more examples to show the kind of things possible with CVS HEAD of Spring. We've done the JBI deployment descriptor as a Spring XML extension, which is a bit more hardcore XML mapping... here are the POJOs http://cvs.servicemix.codehaus.org/servicemix/base/src/main/java/org/ servicemix/jbi/deployment/ with the Spring XML extension implementation classes http://cvs.servicemix.codehaus.org/servicemix/base/src/main/java/org/ servicemix/jbi/deployment/impl/ these classes rely on these generic Spring helper classes, which we could move into Spring for others to reuse http://cvs.servicemix.codehaus.org/servicemix/base/src/main/java/org/ servicemix/jbi/config/spring/ finally, here's an example of a deployment descriptor we can parse (with embedded Spring XML being possible within the XML of course :) http://cvs.servicemix.codehaus.org/*checkout*/servicemix/base/src/ test/resources/org/servicemix/jbi/deployment/example.xml?rev=HEAD James ------- http://radio.weblogs.com/0112098/ |