Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

extender

  • submit to reddit

OSGi : Junit Test Extender Using Fragment and BundleTracker

I-Introduction : As Service tracker, the Osgi 4.2 release introduced "BundleTracker" which simplifies working with bundles and facilitate building extenders. In this article, we will try to write a simple JUnit test extender using fragments (to...

0 replies - 7514 views - 10/02/09 by Slim Ouertani in Articles

OSGi Annotation Extender

We have finished one big OSGi project with many tools : JPA, GPRS, SMS, FTP, JNA, SPRING, Jetty, ext.js .... after about one year with heterogeneous team. Now, I have switched to another JEE projects as " an architect". But I still love OSGi. I...

2 replies - 4868 views - 09/10/09 by Slim Ouertani in Articles

Hessian Declarative Extender in SCA

Before SCA training, I discussed with one of my colleagues about the Hessian extender. We need to export our OSGI services outside container in the SCA fashion, without the need to create explicit proxy. With the Hessian extender, we need to extend...

0 replies - 4301 views - 02/16/09 by Slim Ouertani in Articles

Hessian Extender on OSGi Container

The OSGi specification 4.1 doesn't specify how to communicate between bundles inside the OSGi container and outside a Java application. R-Osgi is not a standard, this is why I want to share a tip provided by Roman Roelofsen from Prosyst. The first part of...

0 replies - 6505 views - 07/25/08 by Slim Ouertani in Articles