If this is what you refer to:
http://wiki.ops4j.org/confluence/display/ops4j/Pax+Bucket

...maybe the One-Jar project is more relevant than Winstone?
 <http://www.dstovall.org/onejar-maven-plugin/>
http://one-jar.sourceforge.net/
 (There is also a Maven plugin for One-Jar:
http://www.dstovall.org/onejar-maven-plugin/ )

Anyway, the difference between winstone and one-jar is that winstone is a
servlet engine (like tomcat or jetty) that is selfcontained in a "java -jar"
jar, and can have your war file embedded; while one-jar is a way of
packaging any "java -jar" jar together with its external dependency jars
into one big jar and not be forced to unpack all class files from the
dependency jars into the same big messy jar.

For a more clear example, I suggest One-Jar's homepage above.

Cheers.
--
Hugo Josefson
__________________
+46 706 902 228
www.jayway.com/opensource
Founders of Öredev and Qi4J


On Tue, Dec 2, 2008 at 11:59, Peter Neubauer <[EMAIL PROTECTED]>wrote:

> Hi tehre,
> just read Hugos blog entry at
>
> http://blog.jayway.com/2008/11/28/executable-war-with-winstone-maven-plugin/
> ,
> sounds like some elements to be adapted to the PaxRunner etc jar
> wrapping?
>
> /peter
>
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to