Jules Gosnell wrote:
Rob,

You'll need to refresh your view - I have made a few changes, including quickly hacked up support for one-level of nested packed jars:

foo.spr/
   META-INF/spring.xml
   foo/Foo.class
   bar.jar
       bar/Bar.class
   ...

This is useful as you can just throw any jars that your Spring app uses into the spr, jar it all up and drop it into Geronimo :-)


You should also look at the <dependency> mechanism in the Configuration system that allows modules to load jars from a common Repository - that way you don't need to include them in your application but can just reference them and leave it to the Repository subsystem to figure out where to load them from.


--
Jeremy

Reply via email to