J
Jean-Marc Vanel
Hi all
In addition to use Maven to manage dependencies and build my application
(http://eulergui.sourceforge.net/), I would like to re-use the
dependencies specified in the pom.xml to carry out a lazy loading of the
jars in my application. That would make it possible to release my
application with the most important dependencies in
XXX-jar-with-dependencies.jar, and the application would download the
dependences as needed, like Maven does.
I see at least 3 possibilities:
- with specific ClassLoader
- embed Maven
- to use Osgi (from eclipse or another? )
I think that I am not the only one to have this kind of needs.
I would like to avoid a big distribution with many jars, and a run.sh
and a run.bat. Thus I would not like to develop myself this kind of
infrastructure.
Any hint welcome.
Jean-Marc Vanel
http://jmvanel.free.fr/
In addition to use Maven to manage dependencies and build my application
(http://eulergui.sourceforge.net/), I would like to re-use the
dependencies specified in the pom.xml to carry out a lazy loading of the
jars in my application. That would make it possible to release my
application with the most important dependencies in
XXX-jar-with-dependencies.jar, and the application would download the
dependences as needed, like Maven does.
I see at least 3 possibilities:
- with specific ClassLoader
- embed Maven
- to use Osgi (from eclipse or another? )
I think that I am not the only one to have this kind of needs.
I would like to avoid a big distribution with many jars, and a run.sh
and a run.bat. Thus I would not like to develop myself this kind of
infrastructure.
Any hint welcome.
Jean-Marc Vanel
http://jmvanel.free.fr/