David E Jones wrote:
If you could change anything about the logic tier in OFBiz (basically the Service Engine, services written in simple-methods and Java; also less formal logic like the many *Worker and *Helper classes), what would you change?
Better support for user-defined Java types (something I have been working on). That would lead to the possibility of implementing DSL in Groovy.
Mini-language's main benefit is its terseness. Its main drawback is it's a procedural language. Worse yet, it is a procedural language written in XML. It would be cool if we could implement the same "single line of code does a lot of stuff" concept in Groovy.
