By jettro, on December 27th, 2009
The year 2009 is almost over. In good tradition, this post is a recap of what happened to gridshore in this year. I will discuss new technologies as discussed on gridshore.nl. I’ll also talk about important things happened this year on a professional level to myself.
By Allard, on December 21st, 2009
Command Query Responsibility Segregation (CQRS) is an architectural style that makes a clear distinction between commands, which tell an application to do something, and queries, which are requests for information from an application. This distinction comes from the fact that the requirements (and thus also the model) for the execution and validation of commands are [...]
By jettro, on December 20th, 2009
In this blog post I am writing down the steps I took to create a new grails application. Maybe it can be of help to other that want to start using grails.
In short I am going to create an application that you can use to schedule people on projects. We used to have an excel [...]
Popular