Press ESC to close

1 min read Min. Lesezeit
Sowas passiert Ihnen in Ihrem Projekt hoffentlich nie: Kunde: „Wir verstehen unser Framework nicht mehr. Es ist total verstrickt!“ Berater: „Aber Ihr habt doch gesagt, es sei erst zwei Jahre jung.“ Kunde: „Ja, und?“ Berater: „Sowas passiert...
1 min read Min. Lesezeit
There are two nice small plug-ins for Grails that make your webapp a little prettier: Pretty Size and Pretty Time. The first one, Pretty Size, does this: generates outputs like: "one kilobyte", "2 megabytes&...
1 min read Min. Lesezeit
There is a great way to show content from inside your Grails app: Write the content in WordPress and let the WordPress plugin for Grails pull the content into the app: The WordPress plugin provides tags for...
1 min read Min. Lesezeit
A new plugin for Grails is in the oven and is still baking. However, the first rumours got out of the bakery. 🙂 Perf4J is to System.currentTimeMillis() as log4j is to System.out.println(). Using Perf4J, you...
1 min read Min. Lesezeit
This will make every TDD/Groovy enthusiast happy: Groovy 1.7 will contain powerful assertions. This assertion here assert new File('foo.bar') == new File('example.txt') will yield this output: Caught: Assertion...