osgi
OSGi: choices for Android development
I have an OSGi project I would like to port it to Android, what are my choices beyond Apache Felix? and what are their advantages? has a clear consensus arisen toward a开发者_JAVA技巧 certain system?P[详细]
2023-04-13 04:27 分类:问答Modularity - osgi and data
I am busy with R&D with osgi and its role in the technology stack. I buy into the whole modularity and benefits this gives from a software component standpoint. Now, what I am battling to get my h[详细]
2023-04-12 23:19 分类:问答How A Bundle can access OSGi output stream?
Is there a开发者_如何学编程ny way for a bundle to print an string in OSGi output stream? I mean like System.out.println(\"String\");. Instead of this I want the bundle to print its strings in that str[详细]
2023-04-12 12:13 分类:问答OSGI on Websphere ThreadFactory lookup
I\'m new to OSGI and working on such project that runs on websphere. I have a simple scheduler, I used java.util.concurrent.ScheduledExecutorService like so:[详细]
2023-04-12 07:09 分类:问答Bundle.loadClass() returns Class instance without fields or methods
I want to create an OSGi framework programmatically, load a Bundle with it and load a class from that bundle. When I call Bundle.loadClass() I get a Class isntance with all fields\\methods\\constructo[详细]
2023-04-12 05:51 分类:问答OSGi in Eclipse cannot resolve dependencies
I\'m working on an OSGi/Equinox plugin and cannot seem to get the Hibernate dependencies working.I\'ve adde开发者_StackOverflow中文版d the Hibernate dependencies to my POM with Eclipse and it has succ[详细]
2023-04-12 00:15 分类:问答Deploy SIP Communicator (Jitsi) on another existing osgi framework, and can control it, by osgi console
I\'m using SIP Communicator (Jitsi). It starts felix then deploy its bundle, when I close sipCom, it uninstalls all bundle then close felix framework too. Now I deployed my bundle, but I want after cl[详细]
2023-04-11 06:07 分类:问答Granularity of Component-Based Architectures
Although I\'m a Java developer and this is question concerns OSGi and modularity according to Java, the question really applies for any object-oriented, 3GL.[详细]
2023-04-10 22:43 分类:问答Configure Zookeeper zoodiscovery centralized and replicated mode
I have a problem configuring Zookeeper to work with zoodiscovery mode centralized and replicated. The guide at http://开发者_如何学Cwiki.eclipse.org/Zookeeper_Based_ECF_Discovery is a little mysteriou[详细]
2023-04-10 22:16 分类:问答get list of services implementations with OSGi declarative services
I have a very simple example of declarative services. I\'m following this tutorial http://www.eclipsezone.com/eclipse/forums/t97690.html?start=0. Every thing is working as expected. However, I cannot[详细]
2023-04-10 21:17 分类:问答