Miguel Paraz wrote:
> Hi,
> I'm looking into a solution that needs apps to be dynamically
> extensible.
> 
> One way could be an extension language or scripting engine. I've seen
> the Android Scripting Environment, but this needs the actual C
> scripting engine (Python or Lua) running as a separate process.

Only for those two languages, AFAIK, FWIW.

> I
> would like the runtime to be a Java app itself, like JavaScript using
> Rhino (and not using a WebView).

So, use Rhino. Or Beanshell.

With some classes added to Android 1.5, I suspect Rhino will build from
source without issues. Beanshell, at least the language core, builds
from source without issues. I use it in a few book examples.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 In Print!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to