Netbeans also has some OSGi support (it uses Ant in the back end). I haven't yet tested the limits, as I am just starting out myself...but you might find this helpful/interesting:
http://wiki.netbeans.org/OSGiAndNetBeans On Wed, Aug 11, 2010 at 10:38 AM, Marcel Offermans < [email protected]> wrote: > > On 11 Aug 2010, at 16:33 , gharbi jjjj wrote: > > > It is the right command that I try > > > > start file:first/example1.jar > > > > > > I have two questions : > > > > 1. Is there any graphical interface to handle bundles in felix as it is > the case > > with Oscar ? > > There is a very nice web console available, but no Swing based GUI. > > > 2. Is there any tool that simplifies the task for creating and generating > > bundles (I have found two interesting tools Maven and especially > Pax-construct > > but unfortunately I did not arrive to obtain a bundle using these tools ) > ? > > There are many tools available, depending on your preferences and build > system. The ones you mention should work just fine, and the Maven bundle > plugin is extensively documented and used here at Felix. For Pax-Construct > questions, you should probably go to the OPS4J site/mailinglist. > > Greetings, Marcel > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

