Hey, I've heard a number of things about this project before but only
recently dipped my toe in. So far I'm really pleased by what I'm
finding -- keep up the good work! One question I had, though, was
whether it is possible to blend Java CLI programs with Rhino's shell.
I would very much like to combine the scripting power provided by the
shell with the functionality present in programs I've written. In this
case, I am thinking a little of Microsoft's Powershell as a model. As
far as I can tell I am not able to simply invoke a program and pass
arguments. Is that correct? How could I go about adding that kind of
support -- maybe it's impossible since I suppose "program -f arg"
isn't exactly Javascript...

The dream scenario might work as follows. Write programs in Java to
perform CRUD operations, use Rhino shell to script using CLI programs
and data objects they create. Today I can get close to that by using
reflection and a launcher but this solution is fairly cumbersome.

Any help or insight would be appreciated, thanks!
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to