Archive for June, 2009

OSGi on Android, the ProSyst solution

OSGi on Androids is one of the hottest topics in OSGi-land. After EZDroid and Felix4Android, the Mobile OSGi blog presents Prosyst’s solution:
Pursuing the goal to create a value adding OSGi based stack for Android, ProSyst recently releases the first version of the stack. It works on all Android 1.5 (Cupcake) compliant devices.
Read the complete article [...]

android, osgi

Logging in OSGi applications

Valery Abu-Eid of DynamicJava has posted a detailed article explaining how to use effectively the OSGi Log Service.
Observing different approaches for logging OSGi-based applications for few months, I came across different articles on the topic. Although they explain how to use the OSGi Log Service pretty well, all in all, I consider the general approach [...]

osgi, tutorial

Remote Declarative OSGi Services with ECF

Bryant Hunt has just published a detailed tutorial to start using the distributed OSGi specification using the Eclipse Communication Framework.
My last post on OSGi services showed how you can dynamically configure OSGi services using the ConfigurationAdmin service. I used an example where I configured a service to create a JDBC connection. JDBC connections [...]

dosgi, osgi

Web Frameworks on OSGi Matrix

The RFC66 – OSGi Web Container is currently under discussion, but it is already possible to deploy web applications in any OSGi container using the great Pax Web and Pax Web War Extender (the two projects will be merged soon).
But does this mean that it is also possible to use any Java Web Framework with [...]

osgi

EJB as OSGi Service on Glassfish

After the first installment, Developing Hybrid (OSGi + Java EE) applications in GlassFish, Sahoo presents in his blog how to access an EJB as a OSGi service on Glassfish.

osgi, tutorial

OSGi DevCon Europe 2009 is next Monday!

In case you missed it, there is still time to register for the OSGi DevCon Europe 2009; the conference will be held at the Arena Filmcity in Zurich, Switzerland, on Monday June 22th.
The schedule is absolutely packed, and you will have the opportunity to meet all the european OSGi practitioners… and everything for an entrance [...]

conference, osgi

Comparison between OSGi Service Component Models

conference, osgi, spring

Developing Hybrid (OSGi + Java EE) applications in GlassFish

From Sahoo’s blog:
… in my last blog, I mentioned about adding a new module in GlassFish called “OSGi web container for GlassFish.” I am glad to say that, it is fully functional now. I have been able to use JSPs, JSFs, Servlets (of course), annotations, resource injection, transactions, EJBs, etc. in a hybrid application (more [...]

osgi

OSGi-fied Scala libraries

Heiko Seeberger has just updated the OSGi-fied versions of Scala libraries. As he explains
The “official” Scala libraries (scala-lang.jar, scala-swing.jar, etc.) are not (yet) delivered as OSGi bundles. There is an Eclipse plug-in which is part of the Scala IDE for Eclipse which basically is an OSGi bundle, but it is an all-in-one bundle (assembles scala-*.jar) [...]

osgi

Free Online OSGi and Equinox Course on June 30th

EclipseSource is organizing for June 30th a free webinar about OSGi and Equinox. In this occasion, Chris Aniszczyk and Jeff McAffer will present a
mini-course [..] designed to give you a clear understanding of the essential concepts, facilities and advantages of this key technology. This session will be of use to anyone interested in building flexible [...]

osgi, tutorial