How can I code my bundle in Scala and then deploy it into OSGI container?
Do I compile it into \"java\" first or can i deploy scala straight into OSGI and use some kind
OSGi does not care what language you write your code in: JVM bytecode is just JVM bytecode. So:
You'll notice that your bundle has dependencies on the Scala library. Again there is nothing strange about this, it's just like having dependencies in you Java code. In order for those dependencies to resolve, you need to install the Scala library bundle from scala-lang-osgi