I am trying to use deploy an ear with awebapp that uses an osgi bundle and exports some classes. This is in an appserver.
I have a problem when creating even simple Eclipse plugin with Spring support. My main goal is to develop multi-module Eclipse plugin project using Apache Camel framework. That\'s why I\'m trying to
I am new to Eclipse plugin development, and I am trying to develop a plugin where I am required to load a class which is sel开发者_开发技巧ected in the Navigator.
The eclipse plugin development environment is a pretty handy tool when creating from scratch a set of OSGi bundles that need to work together开发者_C百科. Particularly this is true when trying to get
I would like to use ServiceTracker in order to consume the services published by our company. Instead of creating new ServiceTracker for each service I want to consume I thought it would be better to
is Spring Roo supposed to be only a tool for rapid development of web applications, thanks to all that scaffolding, source code generation and similar stuff, such as grails for groovy.
Snaps is a (rather new) web framework growing out of the Eclipse Virgo community that (will) allow dynamic开发者_运维问答, componentized web UIs by exploiting the OSGi infrastructure. Apparently it is
I am attempting to get a WAR file to run inside of a Karaf OSGi container.The application runs correctly in stand-alone Jetty 6.1.26, but when the application is run inside of Karaf, I get the followi
I am currently deciding which pax executor to use when running OSGi applications from the IDE (see http://paxrunner.ops4j.org/space/Executors for a list of available one\'s). There basically two choic
What\'s the best way to parse and validate an OSGi manifest file? I\'ve got a bunch of MANIFEST.MF files and there\'s a syntax error in one o开发者_JS百科f them. What\'s the best tool to do this? I\'d