Tagged Questions
11
votes
2answers
2k views
How to deploy OSGi apps and dependencies?
OSGi seems to have an excellent benefit of having small deployable artifacts by not wrapping dozens of JAR dependencies into a lib directory. However, I can't find anything that tells me an easy, ...
2
votes
2answers
98 views
What's the correct procedure for managing OSGi bundle dependencies?
I'm about to start working on an application that I'd like to run in an OSGi container, like Virgo. Virgo's core platform supplies many of the dependencies I'm interested in, like the Spring ...
2
votes
6answers
389 views
Should I use Eclipse plug-ins (or OSGi Bundles) as a plain dependency management tool?
once again it has happened... I joined a new project, composed of several plain Eclipse Java Projects, with interdependencies, all managed through the Project build path. I find this all a bit of a ...
1
vote
1answer
99 views
Using Spring 3.x AnnotationConfigApplicationContext in Eclipse RCP
I have a server based component wired up using Spring. I have a client interface that also uses Spring to connect to the server. I need to connect to the server from an Eclipse RCP application.
I ...