Press ESC to close

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....
1 min read Min. Lesezeit
Today, I released the Grails Paypal Plugin again, the new release number: V0.4. New features: * The plugin now supports purchases with multiple items (using whatever shopping cart you like). Thanks to Matt Stine for the code!...