Sherlog is an OSGi-based log analyzer, if I import this project as anworkspace snapshot I receive lot\'s of projects in my workspace, but I would prefere to have them as subprojects in a project.
If: I have a bundle I wish to run on n OSGi containers exporting some service; I am using DS to开发者_JS百科 register the modified method for when configuration changes, so I can update the service
I developed an enterprise application using spring, struts and hibernate, now I want to transfer it to work with OSGi dm server.
I\'m working with very large JSF/Facelets applications which use Spring for DI/bean management. My applications have modular structure and I\'m currently looking for approaches to standardize the modu
I am evaluating several technologies for an open source app for the google app engine. I\'m searching for information regarding OSGI on googles app engine.
I inherited some code that is using the Apache commons-dbcp Connection pools in an OSGi bundle. This code works fine with Eclipse/Equinox OSGi version 3.4.3 (R34x_v20081215), commons-dbcp 1.2.2 and th
I\'m developing a web application that is going to be served from an OSGi HTTP service, I register it using a WicketServlet, and I don\'t know how to serve static files (CSS, JS, images and so).
As I understand, OSGi services can be unregistered anytime, including when they are in use. Consider an OSGi service which internally makes a long-running JNI call. And while that JNI call is executi
I\'m trying to start a Wicket Application using Felix implementation of OSGi HTTP service, for that I just register the service using WicketServlet with applicationClassName parameter:
I made quite a few easy OSGi test projects in Eclipse RCP. My typical workflow would always be: Make 3 different projects: APIproject, Clientproject and Serverproject