On Fri, 2010-02-26 at 10:06 +0100, Jacques Le Roux wrote: > Miles, > > Well tried, from your argumentation I guess that > > 1) you certainly know Grail, > 2) most of us don't, I don't think most of you don't. Grails development is merely writing Groovy code, with which most of you are familiar already. What make Grails source code difference is many DSL extension specifically to solve common WEB application requirements. Again you are also familiar with DSL concept already, the mini-lang could be considered as a DSL based on XML. Grails use Groovy DSL to gain similar high programming efficiency.
> 3) you don't know much about OFBiz yet > > So you try to push Grail and we brake on it. As David wisely suggested in > another email a POC is the way for you now... > > Thanks for you interest in OFBiz > > Jacques Nice summary. I agree a POC will make things clear. A sample Grails OFBIZ component would be a better discussion base. Now I've heard the voice from the community and it's time to do more research on the subject and learn more on OFBIZ itself. Hope I can work out a sample component in Grails recently. Thanks, Miles.