1.

Is This A Complete Api Bridge, Or Are There Restrictions?

Answer»

BeanShell, JRuby, and Rhino basically give you a COMPLETE API bridge (you can invoke Java calls directly). See the documentation for those interpreters for instruction on how to accomplish this. CROSS compiled languages like Lua are more RESTRICTED. They only have access to the APIS EXPOSED through the RPC layer. 

BeanShell, JRuby, and Rhino basically give you a complete API bridge (you can invoke Java calls directly). See the documentation for those interpreters for instruction on how to accomplish this. Cross compiled languages like Lua are more restricted. They only have access to the APIs exposed through the RPC layer. 



Discussion

No Comment Found