Tagged Questions

0
votes
0answers
5 views

OSGI + SWT: How to split the View (GUI) in many bundles

I'm writing a graphic application, with java, swt and osgi. The bundle A holds the application main window. Depending on the selection of the user, a different user interface must be loaded. That is, …
7
votes
4answers
119 views

OSGi - How mature is this technology?

I have a requirement where I need to share some web resources (jsp, html, js, images, css etc.) across different Spring based Struts 2 applications. And seems like OSGi can be used to achieve this? …
0
votes
0answers
9 views

what is the OSGi bundle package structure?

i am new to OSGi standard. i want to know more about the structure of bundle package file. find there is this OSGi-INF folder, the specification mentioned about l10n and permission, i wonder where …
1
vote
1answer
15 views

OSGi unit testing without step that packages bundles…

I have checked a few testing solution for OSGI including PAX and had a quick look at the abstract TestCase within Spring DM but they both appear to require one to jar up and bundle associated bundles. …
2
votes
1answer
21 views

What is the underline theme in OSGi?

OSGi - dynamic modular system for Java. Ok, but what is the base line theme, why OSGi has been developed? What are the benifits of using OSGi? What is the main story of developing the OSGi? Why it is? …
0
votes
0answers
7 views

With OSGI how does one pass parameters from a host to a embedded bundle.

In the end i will perhaps provide a helper so that the activator can import and export services and other types of meta data about the system. By parameters i mean objects in general, perhaps via a …
1
vote
2answers
11 views

I want to load my OSGI jar files from a database or other source.

Do i need to supply a custom ClassLoader ? Thinking out loud this does not appear to be the right approach because inside the classloader one does not know the required version.
1
vote
4answers
38 views

What does Tool/Bundle-Name/Export-Package etc. mean in a jar manifest

I'm looking at the manifest.mf for some apache libraries. While I can guess what Export-Package means, I can't find any documentation for these attributes ? Could anyone point me in the right …
2
votes
1answer
16 views

Is there a way to secure access to bundles in OSGi?

I have an application consisting of several OSGi bundles. I would like to enforce that some of them only provide other bundles access to their services if a valid token (e. g. a license key) has been …
0
votes
1answer
19 views

How to restrict program resources + rights in JVM/OSGi?

I want to create a website where people can solve programming tasks and eventually upload their solution (in any JVM-language) in order to verify it and share it with others. I figured OSGi (learning …
1
vote
1answer
27 views

When to use ServiceTracker vs ServiceReference

I am just starting with OSGI programming and have come across two ways to listener for services being activated. The first way, from an EclipseRCP book, uses ServiceReference: String …
0
votes
3answers
51 views

osgi-like framework without the import/export restrictions?

I like OSGi, but the import/export restrictions and the lack of context class loader creates havoc when trying to use 3rd party libraries (e.g., some libraries try to find file.xml in META-INF, …
0
votes
0answers
17 views

Federated Identity Management

I'm looking for a way to pull user (eg. inetOrgPerson) information in a federated way. For the most part, this information will come from LDAP but could come from secondary systems. I've looked at …
3
votes
6answers
165 views

Java: Dynamically Load Multiple Versions of Same Class

I've looked all around and I haven't been able to figure out how to accomplish this. What I'd like to be able to do is to load set of classes, probably all in the same folder. All of which implement …
1
vote
3answers
114 views

Can Eclipse 3.5 discover all bundles in the plugins dir?

Simple usecase: assemble an Eclipse product using simple scripts, just dumping bundles into the plugins dir. This used to work with 3.3 - with 3.5 it's broken: my application doesn't start as the app …

1 2 3 4 5 12 next
15 30 50 per page