Forum OpenACS Development: Response to Java in 4.0

Collapse
3: Response to Java in 4.0 (response to 1)
Posted by Ben Adida on
By "full Java API" I mean the ability to create Java objects from Tcl, and to call methods on them. Something roughly like:

set java_object [ns_java instantiate JavaClass]
set result [ns_java methodCall $java_object  methodName 
methodArg1 methodArg2]