OSGi

  • submit to reddit

Tech Chat: CTO Mark Little on EAP 5, RESTful SOA, and Future Directions for JBoss

DZone recently had a chance to sit down with Mark Little, newly appointed CTO of the JBoss division of Red Hat. In this interview, Mark provides an update on...

0 replies - 10391 views - 06/01/09 by Nitin Bharti in Videos

Java Modularity - Why Modularity Matters

In my previous blog, I provided a summarized view of what OSGi is and how it impacts Java developers. I got some interesting feedback.  In this article, I...

7 replies - 15065 views - 05/06/09 by Vladimir Vivien in Articles

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 - 8668 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 - 9346 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...

0 replies - 34244 views - 03/30/09 by Wolfgang Gehner 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 - 10722 views - 03/26/09 by Tang Yong 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 - 10182 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...

15 replies - 88207 views - 03/10/09 by Tijs Rademakers 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...

12 replies - 12735 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...

7 replies - 18036 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 - 10741 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...

1 replies - 36526 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...

0 replies - 5163 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 - 18815 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 - 18111 views - 02/03/09 by Kirk Knoernschild in Articles