After many years of developing web applications for the Websphere platform, I have recently been looking at OSGi especially in connection with the RAP (RichAjayPlatform) project.
I\'m writing a Java API for several clients, and would internally like to use Spring and it\'s several features, but I don\'t want to expose to the client my dependencies.
I am using OSGI with Glassfish 3.0.1.We use Jersey REST as the resource layer. We have lots of osgi services. we are planning to decouple them & deploy it in a cloud. One way we do this is by doin
I need to deploy the same web service for each customer. This @javax.jws.WebService uses Object as method arguments and return types (resulting in <xs:anyType/> in wsdl). Each instance of web se
I have two bundles: bundle A and bundle B which is configured as a fragment of bundle A using: Fragment-Host:
I have been looking for a solution to create a modular web application, which is modular in the sense that user can provide its own plugin in form of a simple jar which will then provide its own data
I\'m newbie here. I\'m dealing with my first program using osgi bundles and JmDNS. After adding JmDNS 3.4.1 jar to my project, I\'m testing the following basic code:
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Has anyone tried using jsafeJCEFIPS.jar OSGi? The jar is signed, I can\'t convert it to a bundle. I tried to embedded as jar in bundle, but it is always throws
I was just wondering how does the container select which package to load a class if the same package is exported multiple times by different bundles.