> > This is not true. It's certainly possible to write OSGi bundles which > contain non-Java code. Not sure about Clojure or Jython, but you can > definitely do this with Scala, Groovy, and JRuby without much drama. > > Do you mean that Scala, Groovy, and JRuby can generate java classes that sling JSPs can import? But, don't you have to still create OSGi bundle from Scala, Groovy, or JRuby and deploy to it felix or put it in CLASSPATH?
My goal is to avoid OSGi and Java as much as possible.
