Yes, we're injecting instances of the scriptable objects as globals,
and relying on a combination of OSGi, Java, and OS level security
mechanisms to keep folks inside the intended sandbox.

On Tue, Nov 30, 2010 at 3:23 PM, Anthony Juckel <ajuc...@gmail.com> wrote:
> I'm new to embedding JRuby, so I'm curious what you mean by "exposed
> intentionally."  Are you injecting implicit instances into the script
> runtime, or somehow doing the equivalent of the require 'java' provided
> import 'org.example.MyClass'?  Regarding whether exporting that package
> would break your code, I haven't examined how many individual org.jruby
> packages I'd have to Import-Package if I were not doing Require-Bundle, but
> if you went the Import-Package route, you could just avoid importing
> builtin.* into your application's bundle.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to