[android-developers] Re: Extensible Apps with Scripting or Bytecode Downloading

2009-09-30 Thread Miguel Paraz
On Sep 30, 1:51 am, Mark Murphy mmur...@commonsware.com wrote: 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

[android-developers] Re: Extensible Apps with Scripting or Bytecode Downloading

2009-09-29 Thread Jonas Alves
Have you tried jRuby? JRuby 1.2 RC1 Released, Initial support for Android: http://www.infoq.com/news/2009/02/jruby12rc1-android-support On Sep 29, 8:14 am, Miguel Paraz mpa...@gmail.com wrote: Hi, I'm looking into a solution that needs apps to be dynamically extensible. One way could be an

[android-developers] Re: Extensible Apps with Scripting or Bytecode Downloading

2009-09-29 Thread Mark Murphy
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