My Photo

Become a Fan

DailyMile

Google Ad Skyscraper

« WebSphere Partitioning Facility (WPF) Programming guide online | Main | Tips for efficient frequent JMX calls to WebSphere. »

December 08, 2004

Comments

Toby Lehman

OSGi is Great! When we had to find a technology that would allow us to create a lightweight, platform-independent tool for pushing/pulling files and starting/stopping programs on remote compute nodes, we created a deployable agent using Java, OSGi and TSpaces. The result was a match made in heaven. It works great for grid computing and for distributed computing in general.

Long live OSGi.

Your link to Andrew's article is outdated. It should link to the exact article, and not the main page (which has changed). The new link is http://www.sdtimes.com/cols/integrationwatch_115.htm

Ulf Söderberg

Yes, OSGi is a great technology. Until recently, I was the CTO of Possio AB where I decided to use OSGi in two Wireless Routers.
It was fun developing Bluetooth apps as OSGi bundles with Websphere Studio Device Developer.

I hope the OSGi awareness will grow with the help of Eclipse etc.

Jo Ritter

Hello folks, what I like most about OSGi is it's clear component model which can be used for so many different applications (in the embedded as well the the enterprise field).

It is running in cars, in gateway, routers, health care devices, remote controllers, on application servers, inside Ecplise, smart home systems, etc. etc.

It'll be interesting to watch OSGi hitting the mobile handset mass market after the OSGi Release 4 will be published in Q3/2005. R4 will contain a lot of new features for mobile applications in particular.

Juss

Here's a new blog about OSGi.

http://osgifun.blogspot.com

Serge Démoulin

I agree that OSGi serverside is a good solution. For me the advantages are : the component model, the versioning of component (equinox), the "hot" deployment, the standardized specifications. I plane to realize an application with EclipseRCP (clientside) and Websphere (serverside) both sides based on OSGi bundles.
Since Websphere is based on the equinox OSGi plattform, it should be theorically possible to deploy my own OSGi plugin and to access it from a serveside application like EJB or Servlet. But I didn't find any documentation how to do this in the practice.

The comments to this entry are closed.