Press ESC to close

1 min read Min. Lesezeit
Job-Portale verfolgen Job Trends, also den Anstieg der Anfragen in bestimmten Aufgabengebieten, z.B. Projektmanagement mit Scrum, Agile und PMI. In den letzten drei Jahren zeigt sich ein eindeutiger Trend zu Scrum und anderen Agilen Methoden. Ein...
1 min read Min. Lesezeit
Did you ever want to put the instances of your domain classes into user-defined categories? Something like tags but more structured and maybe hierarchical? Good news today: Grails has a plug-in for this purpose – it is called...
1 min read Min. Lesezeit
When you write an integration test for a Grails app, you will likely want to have a clean situation with reproducible test data in your database before the test actually starts. Enter the Fixtures Plugin for Grails....
1 min read Min. Lesezeit
The monsters enter the Grails web framework! Jonas Nordstrand has written a plugin that opens the door to them. This is what he says about it: A grails implementation of MonsterID: a method to generate a unique...
1 min read Min. Lesezeit
Bean Fields, a new plugin for Grails, provides a suite of tags for rendering form fields for domain and command objects. As the developers claim, it takes the pain, boredom and scope for error away. Out of...
1 min read Min. Lesezeit
David Russell notified me about a bug in the Paypal plugin. Thank you, David! Bug description: When a user makes a payment, Paypal notifies the site with a so-called instant payment notification. The code in PaypalController.notify(...