You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Joe Eckard <jo...@redrocketcorp.com> on 2008/05/09 17:42:58 UTC

Groovy Screen Widget Actions

If anyone is interested in experimenting with groovy scripts as screen  
widget actions, I've added a small patch to JIRA that adds support for  
this.

https://issues.apache.org/jira/browse/OFBIZ-1779

There are a few quirks to watch out for when working with groovy  
scripts in this context, but in general the language is pretty cool  
and the Map and List handling is a good fit for OFBiz tasks. As a side  
note, (most) existing beanshell scripts will run as groovy scripts  
with no modifications, which is nice for experimenting / incremental  
refactoring.

-Joe