Mikhail Teterin a écrit :
> Hello!
> 
> A major application we are using allows extending itself with custom
> JavaScript. They embed Rhino implementation.
> 
> There is no apparent built-in way to access databases (Sybase, MS SQL) in
> the language itself -- are there extensions, that we can load dynamically
> into the Rhino interpreter embedded into the application?

It depends if they secured the runtime context: either you can access 
the java classes (see the link below) that are of interest to you (JDBC) 
either you're stuck.

> Is there a general-purpose extension API for Rhino documented somewhere?

http://www.mozilla.org/rhino/ScriptingJava.html

Christophe
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to