By bloid
via groovy.codehaus.org
Submitted: Jul 08 2008 / 02:01
Groovy supports multiple ways to generate text dynamically including GStrings, printf if you are using Java 5, and MarkupBuilder just to name a few. In addition to these, there is a dedicated template framework which is well-suited to applications where the text to be generated follows the form of a static template.
Add your comment