Jorg Heymans schrieb:
what you're asking does not make sense.
AFAIK flowscript can be used with different *scripting* languages. If
you would like to use java inside flowscript then just
1)write your logic in a java class
2)instantiate your class with
var myobject = new Packages.my.new.Object();
3)call methods on myobject
does this help?
Claudius Spellmann wrote:
Hi,
Is it actually possible to use Java instead of Javascript in
flowscript ?
Claudius
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Ok, but which scipting languages are implemented in cocoon ? As far as I
can see only Javascript is available.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]