Philip,

2010/2/6 philip <[email protected]>

>
> Why do I want to do that? I am making a code generator which generates
> Scala code, I want the user to be able to try out the Scala code. So
> some liftweb method would generate a .scala file and another would
> package it into a OSGi and load the OSGi.
>

OSGi offers so much more than installing/updating bundles at runtime: There
is dependency management, versioning, services, etc. But you have to pay a
price for all these features => Constraints and complexity.

I do not think you need to pay that price: Just use the embedded Scala
compiler or even the interpreter. Take a look at http://www.simplyscala.com,
they might be doing something similar.

Heiko

Work: weiglewilczek.com
Blog: heikoseeberger.name
Follow me: twitter.com/hseeberger
OSGi on Scala: scalamodules.org
Lift, the simply functional web framework: liftweb.net

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to