Re: Scala support in Apache Felix

2015-10-13 Thread Frank Langel
Nice thank you On 10/13/15, 1:50 AM, "developm...@mobigov.com" wrote: > > >I use scala with OSGI. There is a scala tutorial out there that works >with the akka-osgi bundle. >http://doc.akka.io/docs/akka/snapshot/additional/osgi.html I use the >maven-bundle-plugin to build my projects that ha

Re: Scala support in Apache Felix

2015-10-12 Thread development
I use scala with OSGI. There is a scala tutorial out there that works with the akka-osgi bundle. http://doc.akka.io/docs/akka/snapshot/additional/osgi.html I use the maven-bundle-plugin to build my projects that have both java and scala code in them. For the old scala libraries I used the servic

Re: Scala support in Apache Felix

2015-10-12 Thread Neil Bartlett
It’s definitely possible. Scala compiles to bytecode which can be analysed for dependencies just like Java. Your bundles will import packages like scala.lang etc, so of course you need to install a bundle that exports those. I think the Scala runtime is already available as bundles. Just be awar

Scala support in Apache Felix

2015-10-12 Thread Frank Langel
Hello, Does anyone have experience developing OSGI modules in Scala using Felix? Any input would be highly appreciated Best Frank