implicit conversions

ScalaModules: a DSL for bringing OSGi to Scala

Lambda the Ultimate - Programming Languages Weblog  Mon, 01/11/2010 - 12:03

ScalaModules is an open source project aimed at providing fluent support for OSGi to Scala developers.

It takes advantage of Scala's infix operator notation, higher order functions, and implicit conversions.

ScalaModules transparently uses the Scala compiler to wrap an OSGi BundleContext with its own RichBundleContext model.