On Tue, Mar 10, 2009 at 10:13 PM, Charles Oliver Nutter <
[email protected]> wrote:

> http://blog.headius.com/2009/03/compiling-ruby-to-java-types.html
>
>
> Once you've run this, you've got a MyObject that can be instantiated and
> used directly. Behind the scenes, it uses a global JRuby instance, so
> JRuby's still there and you still need it in classpath, but you won't have
> to instantiate a runtime, pass it around, and so on. It should make
> integrating JRuby into Java frameworks that want a real class much easier.


Do you have any thoughts yet about how we might want to split up jruby.jar
to provide a smaller jar which is just the bare minimum needed for using
Java types which have been produced by compiler2 ?

It seems to me that starting that refactor and splitting up might be easier
whilst compiler2 is still in a prototype stage, rather than doing it after
the fact.

Thanks,

Ben

Reply via email to