OSGi

Hessian Client Extender With Dynamic Proxy Inside OSGi

The next OSGi release (4.2) contains many enhancements such as service registry hooks, transactions and distribution. Apache CXF and Eclipse Riena are the...

1 replies - 3370 views - 04/14/09 by slim.ouertani in Tips and Tricks

Component-Oriented Java Development with OSGi

In this presentation, recorded at a recent Skills Matter meet up, Neil Bartlett gives a brief introduction to OSGi, the dynamic module system for  Java. It...

3 replies - 5156 views - 04/10/09 by Nitin Bharti in Videos

Modularizing existing web applications with OSGi

 OSGi modularization on the server side is well embraced by vendors (Spring DM Server et. al.). OSGi provides "true modules". With OSGi, we can...

0 replies - 10731 views - 03/30/09 by wgehner in Articles

Glassfish And OSGI Part I : A Look Into Glassfish V3 Development With Eclipse 3.4

The Glassfish V3 Architecture adopted the Felix OSGI Runtime as a microcontainer. In a series of articles, I will look into the “Glassfish and OSGI”. The...

0 replies - 4362 views - 03/26/09 by tangyong in Articles

OSGi Discontent - No Migration Path!

OSGi has emerged as the de facto standard for modularity on the Java platform. The Eclipse RCP plug-in architecture is built on Equinox. Major application...

11 replies - 5229 views - 03/25/09 by Kirk Knoernschild in News

A Look Inside FUSE ESB 4: An OSGi-Based Integration Platform

Recently, version 4 of the FUSE ESB was released, which is the enterprise support version of Apache ServiceMix 4, rebranded by Progress Software (previously...

14 replies - 23899 views - 03/10/09 by trademak in Articles

An OSGi Primer

For the benefit of those who don't know what OSGi actually is, I wrote an article on my blog, which I am reproducing here, mainly because I see this question...

11 replies - 6447 views - 02/25/09 by Christopher Brind in Articles

A Recap on OSGi - Why and How?

Over the past several months, I’ve written quite a few blog entries about OSGi. Here’s a recap of those entries. If you’re not familar with OSGi, the...

6 replies - 9086 views - 02/20/09 by Kirk Knoernschild in News

Annotations for OSGi Declarative Services

Recently I took a deeper look at OSGi Declarative Services (DS), Spring Dynamic Modules, iPOJO and Peaberry. I have to admit that I like DS a lot (and even...

6 replies - 3574 views - 02/19/09 by Kai Tödter in Articles

Embedding OSGi in Tomcat

My last post embedded OSGi in an application server using Felix, Jetty, and PAX WEB. Here, I’m going to embed Equinox in Tomcat. I originally set out to...

0 replies - 7789 views - 02/17/09 by Kirk Knoernschild 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...

3 replies - 2082 views - 02/16/09 by slim.ouertani in Articles

SCA, Newton and Spring DM

Last week I attended Newton training presented by David Savage and Mike Francis from Paremus. Newton is an open source project aimed to implement the SCA...

1 replies - 6911 views - 02/04/09 by slim.ouertani in Articles

OSGi and Embedded Jetty

There are two approaches to working with OSGi when developing web applications : embedding OSGi into the application server, or embedding the application...

1 replies - 5911 views - 02/03/09 by Kirk Knoernschild in Articles

peaberry 1.0-rc1: Dynamic Service Extension for Guice

1 replies - 1024 views - 01/08/09 by Stuart McCulloch in Announcements

The Nuts, Bolts and Springs of Distributed OSGi Applications

Using Spring with OSGi is a revolution in the application server environment. Spring gives you flexibility, OSGi gives you dynamicity, but complexity can...

0 replies - 6797 views - 12/30/08 by Nitin Bharti in Videos