Today I had a deeper look inside the bndTools for Eclipse. I had a good start, but I ask myself if it is possible to开发者_JAVA百科 create osgi fragments with bndTools or bnd. From the bnd project des
My application is using Spring (STS) and OSGi. The DB layer uses JPA (with Eclipse-Link), I have: one OSGi project for my DAO
I have developed a simple GWT application with the client/server packages. From server package only dispatches the calls to other bundle. However, now I am at production time and I need开发者_运维技巧
What is the proper way to to use the OSGi LogService in a real world application?At first I figured I would use Declarative Services to create components if a class needs to log something.However, thi
I\'ve been trying to deploy a bundle to servicemix which creates a hsqldb datasource. So far I\'ve had no success with the following exception:
I have theoretical question about OSGi memory management. Let’s say we have some OSGi container (Felix for instance), and let’s suppose I created some bundle with memory leak.
i cant figure out why the following happens: I am running an embedded apache felix from a small android application. I programmatically install 2 bundles after starting the framework, but both never
I need to access an webservice in an OSGi-Environment (Equinox). I do already have the code for using the webservice as a stand-alone application.
I am trying to integrate GWT with OSGi (Equinox) to provide a web based UI for the rest of my modular system. So far I\'ve managed to embed the GWT servlet in the OSGi module.
I wrote a program communicated with sockets.But I don\'t know why they don\'t work. Server Code: this.serverSocket = new ServerSocket(ServerConnector.port);