osgi
OSGi : Is there a 'best way' to handle service and registers?
I am starting a project with OSGi and I am facing a very important choice while defining the way I will handle service registration etc...[详细]
2023-03-19 10:10 分类:问答How to avoid class.forName() in OSGi?
I am relatively new to OSGi and our dept. is shifting to OSGi framework. I have two bundles A and B. B depends on A so I have included it in B\'s manifest file as Import-Package:A.[详细]
2023-03-19 02:50 分类:问答How can I use BundleWiring to lookup Bundle/Class relationships (previously done via PackageAdmin)?
I\'m in the process of upgrading my application the latest release of Eclipse Equinox 3.7 and associated libraries. I\'m excited to have the generic support in OSGi 4.3 and digging the new Bundle.adap[详细]
2023-03-18 13:57 分类:问答Play framework and OSGI
Is it 开发者_Python百科possible to integrate play framework with OSGI to create plugable components? Did someone try it?If you mean \"create Play modules with OSGi\", then no, it\'s not supported[详细]
2023-03-18 01:37 分类:问答setting startlevel for OSGI bundle
(I use glassfish 3.1, felix) I have a log bundle that needs to be started before other bundles in my glassfish server.[详细]
2023-03-17 19:08 分类:问答Is OSGi fundamentally incompatible with JSR-223 Scripting Language Discovery?
I\'ve recently written a small specialist scripting language and used the Maven to export an OSGi compliant bundle that also exports a service descriptor into the \"META-INF/services/javax.script.Scri[详细]
2023-03-17 08:04 分类:问答Bundle gains unexplained requirement to different bundle when try to read XML
This is an odd situation for me.We have a large project using OSGI and I\'m modifying one of the bundles.Most of the changes work fine, except that when I try to update one part of the code to read so[详细]
2023-03-17 05:31 分类:问答Include resources in bnd file
I am trying to create a bundle x from lets say from 3 dependancies a.jar has spring-context.xml b.jar has spring-cotext.xml[详细]
2023-03-16 18:45 分类:问答Best technique for getting the OSGi bundle context?
Each bundle in my OSGi project has its own BundleActivator, which I think is normal. This gets passed the current BundleContext, which is useful to have around for getting service references and whatn[详细]
2023-03-16 13:24 分类:问答how to install BND environment to use bnd in commandline?
I need to use bnd in a command line environment to develop OSGI project. I searched the following site: http://www.aqute.biz/Bnd/DownloadBut there are no instructions for how to install bnd in a comm[详细]
2023-03-16 03:21 分类:问答