Press ESC to close

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...
1 min read Min. Lesezeit
Google App Engine ist eine massiv skalierbare Umgebung – schön, doch Google hat dafür einige Designentscheidungen getroffen (treffen müssen?), die das Leben für Applikationen u.U. etwas schwer machen können. Z.B. fehlen in GAE’s Persistenzschicht die...
1 min read Min. Lesezeit
Today, I released version 0.2 of the OpenID plugin for Grails (really easy to use plugin by original author Marcel Overdijk). The changes I made today: * Fixed a bug that caused a MissingPropertyException when user typed...
1 min read Min. Lesezeit
Ted Naleid hat einen guten Artikel über Unit-Testing mit Soft Assertions geschrieben....