DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
It possible for the host application to use services provided by bundles without having access to the service interface classes and thus not needing to put the service interface classes on the class path. To do this, the host application uses the same general approach to acquire the system bundle context object, which it can use to look up service objects. Using either an LDAP filter or the service interface class name, the host application can retrieve the service object and then use standard Java reflection to invoke methods on the service object.
Other Approaches
The Transloader is another attempt at dealing with this issue.
| Anchor | ||||
|---|---|---|---|---|
|
Caveat
The code in this document has not been thoroughly tested or even compiled and may be out of date with respect to the current Felix source code. If you find errors please report them so the that they can be corrected.
...