|
From: Dmitriy K. <dko...@ru...> - 2004-07-09 13:08:49
|
>Talking with David Blevins & Dain from Geronimo at JavaOne they were
lamenting on this nested-jar stuff, where it might be nice to have a
real simple deployment unit - maybe >just called 'jar' or something -
SPAR? for SPring ARchive? :). Anyways the jar could look something like...
>
> /META-INF/
> applicationContext.xml (or spring.xml)
> /APP-INF/
> lib/
> commons-logging.jar
> someOtherRequiredJar.jar
> com/foo/MyClass.class
> ...
>
> i.e. we could include dependent jars inside the deployment unit in a
> special directory, along with any other resources & configurations -
> then we could just drop this jar in a directory. Or we could just use
> an unpacked directory version of this jar as well.
SPAR sounds cool ;-)
So the structure of the unit would look like this:
/META-INF/
applicationContext.xml (or spring.xml)
/APP-INF/
lib/
commons-logging.jar
someOtherRequiredJar.jar
applicationClasses.jar
/WEB-INF/?
html resources?
jsp?
lib/
some.properties?
other servlet classpath resources?
Regards,
Dmitriy.
|