test the JSR223 interp stuff
Here are some simple tests. Each script gets a value from the
request object, then set a value that can be referenced later in
the page.
For languages that have a notion of "printing to stdout", all output is
captured, and placed in the page. Otherwise, the result of the script
can be placed in the page using the "result=true" attribute.
request.props.put("script.javascript", "hello");
"Javascript! version= " + brazil_version + " port=" + props.getProperty("port");
$request.props.put("script.ruby", "hello")
puts "Ruby on port " << $request.props.get_property("port")
getProperty('port')); ?>
request->props->put('script.php','hello'); ?>