I'm starting a project with OSGi, but I don't know how to do it. I use Netbeans 7.2. My doubt is what is better NetBeans or Eclipse? Someone have a good tutorial? In NetBeans I created a project, build a Activator class, but when I Run, it starts another NetBeans, I don't want to star another netbeans, I want a clean OSGi platform. Someone help me please! Thanks in advance!
Take a look at bndtools: http://bndtools.org/
It is only available as an Eclipse plugin, but IMHO it gives a much better OSGi development experience than PDE.