PSquad's Corner


PSquad's Corner

 ::home::  ...stuff... ::java::  ::school::  ::technology::  ::misc:: 


Saturday, September 14, 2002

Maybe it just hasn't click yet, but I spent about 15 minutes last night trying to get Jelly code integrated in to OSWorkflow and I'm just not getting it. For example, here's how BeanShell integrates directly in:

String script = (String) args.get(BSH_SCRIPT);
Interpreter i = new Interpreter();
i.set("entry", entry);
i.set("context", context);
i.set("inputs", inputs);
i.set("variables", vars);
i.eval(script);
saveVariableMap(entry, vars, registerNames

Simple enough, right? I see the Jelly/Script objects have some similarities here, but I can't seem to get anything working. Anyway, off to enjoy the San Diego bay, maybe I'll take a nother stab at it tomorrow.


12:09:02 PM    comment []


September 2002
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
Aug   Oct




Copyright © 2002 Pat Lightbody