On Aug 26, 2009, at 12:27 PM, Vincent Massol wrote:
Hi,
I'd like to implement this behavior:
{{script language="..." jarPages="Space1.Page1, Space2.Page, ..."}}
Maybe simply "jars".
jars="Space1.Page1(a)myjar.jarr.jar, Space2.Page2"
-Vincent
...
{{/script}}
Optional:
- offer a way to specify explcitley the jars. For example: Space1.Page1(a)myjar.jar
It would add the jars located in the specified pages to a
URLClassLoader used to execute the script.
Obviously programming rights would be checked.
WDYT?
Thanks
-Vincent