I want this so my Java class can provide a bridge between two scripting
environments. For instance, in script environment A there may be a
property defined call 'foo'. From script environment B I want script
code to be able to access 'foo' like other.foo where 'other' is the
bridge property on the global scope that my Java class provides.
Thanks in advance.
Ed Silky