Is there a way to build an Eclipse Update Site s开发者_如何学Pythono that Eclipse 3.3 will install one version of my plug-in while Eclipse 3.4 will install another version? The feature spec allows for
I have a project that is build up from several OSGi bundles. One of them is a generic Database bundle that defines a DataSource that can be used throughout the project. The spring bean definition of t
I am using NetBeans 6.9 Beta and I would like to accomplish the following: Set up a project representing the main application using Maven (for instance \"Maven Project\", \"Maven NetBeans Applicatio
I ran into a very disturbing issue that\'s been puzzling me for a while and I was wondering if anyone could give me some insight on this.
I\'m using OSGi for my latest project at work, and it\'s pretty beautiful as far as modularity and functionality.
I am trying to get my head around OSGi Services. The main question I keep asking myself is: What\'s the benefit of using services instead of working with bundles and their exported packages?
I have some legacy code that开发者_运维技巧 was used to monitor my applications cpu,memory etc that I want to convert to a bundle. Now when i start this bundle its complaining
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
getting started with osgi, i wonder what\'s the conceptual diffence between bundles and c开发者_运维知识库omponents. And when to use which of them. Any pointers are welcome.
Inside one of my implementation libraries I want to know from which user library request is coming from?