18
votes
9answers
783 views
What Does OSGi Solve?
I've read on wikipedia and other sites about OSGi, but I don't really see the big picture. It says that it's a component based platform, and that you can reload modules at runtime. Also the "practical …
12
votes
7answers
927 views
What’s the best way to get started with OSGI?
What makes a module/service/bit of application functionality a particularly good candidate for an OSGi module?
I'm interested in using OSGi in my applications. We're a Java shop and we use Spring …
10
votes
12answers
1k views
What OSGi Container Do You Recommend ?
For the purposes of building a service framework that works quietly behind the scenes in the JVM, logically separated from whatever the primary application running is, it seems like OSGi really lends …
7
votes
4answers
625 views
Mini-OSGi that can run in a sandbox (like AppEngine or WebStart)?
I really like the concept of modular bundles as implemented by OSGi.
I also like "managed deployment" services like Google AppEngine (for web application) or Java WebStart (for client software).
…
7
votes
2answers
531 views
Best practices for Eclipse Feature Integration Testing
I am developing an Eclipse feature consisting of several Eclipse plugins, using Equinox Declarative Services (DS) to wire the plugins together at runtime. I would like to add integration tests to …
6
votes
2answers
151 views
Java plugin framework choice
We're trying to determine how to implement a simple plugin framework for a service we are implementing that allows different types of calculators to be "plugged-in".
After reading a number of posts …
6
votes
4answers
397 views
How to run an OSGi framework within usual java-code?
Hi there!
Can anybody give me an example how to use the osgi framework classes? I haven't a clue how to use those classes ...
BR,
Markus
6
votes
1answer
657 views
Is MEF OSGi for .NET?
I'm just trying to get my head around the Managed Extensibility Framework (MEF) at the moment and digging into a bit. I have an Eclipse background so in my brain I currently have the equation:
MEF …
6
votes
7answers
1k views
How can I manage OSGi build dependencies?
We've embedded an OSGi runtime (Equinox) into out custom client-server application to facilitate plugin development and so far things are going great. We've been using Eclipse to build plugins due to …
5
votes
1answer
113 views
Is there a Maven build for eclipselink that makes the OSGi bundles run in Felix and others?
The Eclipselink OSGi bundles seem have trouble working in some OSGi containers, notably Felix, because they fail to import packages (and that are exported by the system) that they actually require. …
5
votes
4answers
372 views
What’s new in OSGi 4.2?
OSGi 4.2 has just been released which updates the 4.1 specification with a few new RFCs. So, what's particularly new with OSGi 4.2, which frameworks support 4.2 already (or are close to) and why …
5
votes
3answers
130 views
What is the relationship between OSGi and Dependency Injection
What are they of each other?
Specification and implementation?
Competitors?
Unrelated?
5
votes
2answers
517 views
OSGi and c3p0
SpringSource Enterprise Bundle Repository is a very nice repository, for osgi development, if you don't want to "osgi-bundlefy" your favorite 3rd party libs by yourself.
I found that c3p0 connection …
5
votes
5answers
645 views
Hibernate, JDBC-driver and OSGi problem
I'v encountered a somewhat frustating problem.
Im using Apache Felix as my OSGi framework and Im also using Hibernate for persistency issues.
Im using the "osgi-bundle" version of Hibernate …
5
votes
7answers
390 views
How does OSGi manage interaction of components running in separate JVMs?
I have been trying to understand a bit more about the wider picture of OSGi without reading thru the entire specification. As with so many things, the introduction to what OSGi actually is was …
