Re: Groovy services and a DSL for OFBiz - a POC

2012-03-12 Thread Adrian Crum
Jacopo, Could you share with the rest of us the limitations caused by the refactoring? The work I committed is just a springboard - anyone can modify it/extend it in any way they want. As I mentioned previously, the GroovyBaseScript class can simply delegate to the helper class: abstract

[jira] [Closed] (OFBIZ-4638) OFBiz does not build when using OpenJDK 7

2012-03-12 Thread Hans Bakker (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-4638. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Hans Bakker committed revision 129

Re: Regarding a Project Idea for Gsoc 2012

2012-03-12 Thread Erwan de FERRIERES
Le 13/03/2012 04:15, Kasun Siriwardhana a écrit : Hello devs, I am Kasun Pinsara, an undergraduate in University University of Colombo Sri Lanka. I have an idea of involving Google Summer of Code 2012 [GSOC-2012] . I am interested in

Re: Groovy services and a DSL for OFBiz - a POC

2012-03-12 Thread Jacopo Cappellato
Adrian, thank you for your work. What I was writing was actually an extension to Groovy for making it OFBiz friendly; now we have a "reusable" (? by other languages) version of it... my guess is that you did it because you liked the ideas in it (and I appreciate it) and you thought it was usefu

Re: Implementing JSR-223

2012-03-12 Thread Adrian Crum
I finished my work on this integration in rev 1299924. We now have a basic scripting framework that developers can extend by adding scripting language engines. The framework includes a script helper class that is based on Jacopo's DSL idea. Scripts can access the helper class using the "ofbiz"

Re: Groovy services and a DSL for OFBiz - a POC

2012-03-12 Thread Adrian Crum
Jacopo, I committed a generic, reusable version of this idea in rev 1299924. -Adrian On 3/8/2012 6:02 PM, Jacopo Cappellato wrote: Hi all, I have just completed my first pass in the implementation of a DSL (Domain Specific Language) for OFBiz that can be used by Groovy services to act like a

[jira] [Commented] (OFBIZ-4688) For script tag in action section in Screen (and form) use a FlexibleStringExpander for scriptLocation and correctly manage minilang script context

2012-03-12 Thread Adrian Crum (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227784#comment-13227784 ] Adrian Crum commented on OFBIZ-4688: Olivier, I see a lot of changes in the latest pa

[jira] [Updated] (OFBIZ-4688) For script tag in action section in Screen (and form) use a FlexibleStringExpander for scriptLocation and correctly manage minilang script context

2012-03-12 Thread Olivier Heintz (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Heintz updated OFBIZ-4688: -- Attachment: OFBIZ-4688-without_TypeValue_V4.patch to follow last adrian commit about script ret