You might want to have a look at bndtools. regards,
Karl On Fri, Sep 2, 2011 at 8:11 PM, Peter <[email protected]> wrote: > Hello > > I am evaluating osgi/felix for use in a bigger project. The technology per > se is not much of a concern, > my biggest concern is the project setup. > > At the moment when we have a project, it is possible in almost all our > projects to set up a running > development environment un under 30 Minutes. > > Most of the time it just consists of checking out, editingone config file, > importing the projects/sub projects > in eclipse, download a tomcat/jetty/etc set it up in eclipse (or otherwise) > and the setup is done. > > Also of course it is buildable in a Continous Integration environment, and > be buildable from the commandline > (ant/maven/gradle/etc...) > > I was wondering if it is possible to have similar setups with osgi. One of > my concern is, that the dependencies > of the project in osgi are not included in the realeased Product but need to > be deployed on the server. > > So when I change the version of one of the dependencies I have to notify all > developers and they have to change > it manually. which is not very nice. > > An incremental deployment would be nice, too (aut deploy only modules that > have changed after a recompile) > > Are there reasonably simble solutions for this, All the tutorials I see > online only focus on very specific areas , but > I have yet to find something that covers all. > > > > > Thanks > > > > Peter > > -- Karl Pauls [email protected] http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

