OSGi

Hessian Service and Client on an OSGi Container : Part 2

In my last post, I introduced hessian extender. Now, I will show  how to create service that will be registered by the last extender, and a Java application...

9 replies - 2604 views - 07/29/08 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...

0 replies - 3831 views - 07/25/08 by slim.ouertani in Articles

Debugging Spring OSGi with NetBeans IDE

NetBeans is my favorite IDE but it suffers from lack of OSGi support. Eclipse with Equinox and plug-ins wins in terms of fast build, test, and deploy.I try...

7 replies - 5892 views - 07/05/08 by slim.ouertani in Tips and Tricks

Distributed OSGi - Tilting at Windmills

I've been an enthusiastic champion regarding the advent of OSGi as used for a Java-based enterprise computing modularity standard. However, I have a very...

5 replies - 4883 views - 06/16/08 by Roger Voss in Articles

Why Java? Because It's Everywhere

As a Java developer, this discussion sounds familiar to you. Every now and then, you have to answer this question from customers, your marketing people, fellow...

2 replies - 2770 views - 06/04/08 by Johan Vos in News

The ECF Project: An Interview With Scott Lewis

In the second in our series of articles and interviews in anticipation of the Eclipse Ganymede release I discuss the Eclipse Communications Framework with...

0 replies - 6480 views - 05/30/08 by James Sugrue in News

Nuxeo RCP 2.0: Document & Multimedia Platform

Nuxeo, pioneer and leader in open source Enterprise Content Management (ECM), has announced the launch of Nuxeo RCP 2.0, a dedicated platform for the...

0 replies - 1924 views - 05/24/08 by Stefane Fermigier in Announcements

Version Numbers and JSR277

Although I've written recently that it looks like OSGi and JSR277 are coming together, there are still a number of things that are potential concrete blocks on...

8 replies - 2103 views - 05/23/08 by Alex Blewitt in Articles

OSGi - A Component of the Next Generation Platform?

There are many forces that influence technological evolution. After a decade of building enterprise applications on the web, today’s enterprise application...

1 replies - 2028 views - 05/19/08 by Kirk Knoernschild in Articles

CommunityOne 2008 Impressions (Day 0 of JavaOne)

The CommunityOne conference this year was on Monday, May 5, 2008, the day before JavaOne "proper". It's easy to think of CommunityOne as a...

0 replies - 2200 views - 05/08/08 by gmatus in News

OSGi & Spring

It’s time to move on and show the simple elegance Spring brings to OSGi development using the HelloWorldSpec sample from the OSGi & Modularity post. But...

2 replies - 4374 views - 05/06/08 by Kirk Knoernschild in Articles

OSGi & Modularity

The .jar file has always been a great unit of modularity on the Java platform. Unfortunately, it also comes with the classpath baggage, and .jar files were...

4 replies - 3659 views - 05/03/08 by Kirk Knoernschild in Articles

Running Spring MVC Web Applications in OSGi

For the past couple of weeks, I've been developing a web application that deploys into an OSGi container (Equinox) and uses Spring DM's Spring MVC support. The...

1 replies - 6531 views - 04/30/08 by Matt Raible in News

A Simple OSGi Service

Lately, I’ve been experimenting more with OSGi, and I want to share some of the examples I’ve put together. The examples involve Felix, Spring Dynamic...

3 replies - 7908 views - 04/29/08 by Kirk Knoernschild in Articles

Jetty: Rising Star of Server-Side Java?

Light and fast seems to be a recipe for success for Jetty these days, giving new life to server side applications in Java. As more and more developers realize...

6 replies - 7298 views - 04/14/08 by James Sugrue in Articles