The OSGi Look

There’s life beyond JavaEE

OSGi-fied Scala libraries

leave a comment »

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) and – very important – contains a special bundle manifest that is not-so-good for general purpose.

scala-lang-osgi contains projects which deliver OSGi bundles for each Scala library

Check the Scala-lang-osgi project for all the details.

Written by fdiotalevi

June 13, 2009 at 10:31 am

Posted in osgi, scala

Tagged with ,

Leave a comment