By Allard, on January 27th, 2010
jQuery(document).ready(function($) { window.setTimeout(‘loadFBShareMe_997()’,5000); }); function loadFBShareMe_997(){ jQuery(document).ready(function($) { $(‘.dd-fbshareme-997′).remove();$(‘.DD_FBSHAREME_AJAX_997′).attr(‘width’,’53′);$(‘.DD_FBSHAREME_AJAX_997′).attr(‘height’,’69′);$(‘.DD_FBSHAREME_AJAX_997′).attr(‘src’,'http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2010/01/27/cqrs-designing-domain-events/&size=large’); }); }
Command-Query Responsibility Segregation (CQRS) is slowly but steadily gaining ground as an architecture that helps developers to develop scalable, extensible and maintainable applications. Events play a major role in this architecture, and the way you design these events greatly influence the extensibility of [...]
By jettro, on January 21st, 2010
jQuery(document).ready(function($) { window.setTimeout(‘loadFBShareMe_991()’,5000); }); function loadFBShareMe_991(){ jQuery(document).ready(function($) { $(‘.dd-fbshareme-991′).remove();$(‘.DD_FBSHAREME_AJAX_991′).attr(‘width’,’53′);$(‘.DD_FBSHAREME_AJAX_991′).attr(‘height’,’69′);$(‘.DD_FBSHAREME_AJAX_991′).attr(‘src’,'http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2010/01/21/new-blog-post-about-syslogging-from-a-java-app-using-log4/&size=large’); }); }
I wrote a new blog post on my employers website about java and syslogging. In this blog post I describe how you can use the linux syslog service from a java application. I use Log4j to do the actual logging and I describe this [...]
By jettro, on January 10th, 2010

This is the third post in a series of post about grails. In this series I am describing an application I am creating with grails. It is a scheduling application for scheduling people on projects. You can find the previous posts here:
In this post I will discuss the following topics:
- Creating meeting notes using the grails-ui rich text editor
- Create a search using the searchable plugin on the meeting notes
- Introducing rss to subscribe to new meeting notes
Continue reading Still doing grails
By jettro, on January 4th, 2010
In my previous post Starting with grails, I wrote a long story about creating a new application with grails. I introduced some plugins and gave some hints and tips about working with grails from a starter perspective. As I move on, I will write down other things I have done.
Some of the things you can find in this post are:
- Using yahoo ui grid for laying out the page
- Creating a second navigation menu
- Mail integration for the contact form
- Implement access control, so only known users can use the application.
Continue reading Continuing with grails
Popular