[E-Lang] Remote Object E Question
Marc Stiegler
marcs@skyhunter.com
Sun, 26 Aug 2001 16:08:59 -0700
> Might be missing something, but in my case what I want to do is have the
DB
> (using your example as analogy) call the E interpreter and hand an object
> from its runtime and have this wrapped as E object... etc. In other
words
> I'm not newing the java object from within my session, but am calling
>
> org.erights.e.elang.interp.Interp
>
> programmatically. Are you talking about this?
Ah. Sorry. This is something I haven't had to do before. Markm, is there a
clever solution to this problem? You can always make Java objects
communicate across machines with an E world by having the Java objects work
directly with ELib, the library package that underpins E that is all Java,
there are several people on the e-lang list who are doing this, but I find
this a less desireable approach if there's another solution that can get you
back into E code sooner.
--marcs