The OSGi Look

There’s life beyond JavaEE

Posts Tagged ‘scala

Maven, OSGi, Scala and more in the new Sonatype Maven Cookbook

leave a comment »

Sonatype has just release a new Maven cookbook authored by Stuart McCulloch and Tim O’Brien; the interesting thing is that this new book focuses on more “unusual” ways to use Maven, like

maven cookbook

Read the book here. A pdf download is also available.

Written by fdiotalevi

July 22, 2009 at 12:21 pm

Posted in book, osgi

Tagged with , , ,

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 ,

Scala OSGi Bundle With Spring DM

leave a comment »

Today, the OSGi bundles concept with SSAP as the application server is one of the most interesting things that developer should know. In addition, Scala is one of the most powerful languages . Reading some blogs on how to integrate Scala with OSGi : an introduction given by Neil and also the DSL concept presented by Roman , I am asking, is it possible to do Scala with Spring DM as a Scala generated .class file?

Read the complete article on Java DZone

Written by fdiotalevi

April 24, 2009 at 8:26 pm

Posted in osgi, scala, spring

Tagged with , ,