osgi
What is the best technique for adding a web interface to an OSGi application?
So, I have a bunch of OSGi bundles (.jars) which perform a bunch of \"business logic\". All is good and up until now I\'ve been interfacing with the bundles using the gogo command line shell.[详细]
2023-04-01 02:06 分类:问答Can I just drop osgi.enterprise.jar in my equinox plugins folder?
I\'m interested in the OSGi Enterprise specification. At the moment I\'m only interested in the JDBC connectivity, but that may change.[详细]
2023-04-01 01:18 分类:问答Tycho: How to prevent deployment in case of JUnit test failures?
I got an eclipse-plugin with some unit tests. In maven I kept the unit tests in the same bundle and specified junit as testing dependency in the pom.xml.[详细]
2023-03-31 19:56 分类:问答OSGI: asking Framework to load class exported by a bundle without visiting each bundle's classloader?
OK.So I have a org.osgi.framework.launch.Framework which I created programmatically开发者_运维技巧 in the following way.[详细]
2023-03-31 16:31 分类:问答JCR Repository available for Junit tests
I have a code accessing to content repositories through JCR API. My code is being developed in OSGI environment. What I want is to have a JCR content repository which should be available while running[详细]
2023-03-31 15:34 分类:问答osgi: import package that partially exists inside bundle
I have a package X.Y.Z that exists in 2 bundles A and B: bundle A package X.Y.Z class Class1 bundle B pa开发者_Python百科ckage X.Y.Z[详细]
2023-03-31 13:24 分类:问答Apache Felix and Glassfish V2
We a开发者_StackOverflow社区re using Glassfish V2 and are about to evaluate OSGI. I plan to get started with Apache Felix as OSGI container.[详细]
2023-03-31 06:33 分类:问答How to stop a bundle in Apache Felix Webconsole using code
So I have these bundles installed and can be accessed through the gui from http://localhost/path/to/bundles. Here resides the UI where one can search through the bundles and manually shut it down. I w[详细]
2023-03-30 23:35 分类:问答Constraints from the fragment conflict with the host
I am trying to extend the imports of bundle A from bundle B using Fragment-Host. In bundle B I have this line: Fragment-Host:[详细]
2023-03-30 22:53 分类:问答Good orm for osgi
I\'m looki开发者_开发百科ng for java orm with good osgi support. I\'ve read hibernate but some problems occurs when it comes to class loading.Use Aries JPA, it works will all/most JPA providers, for a[详细]
2023-03-30 14:55 分类:问答