Welcome

Welcome to our blog about all kind of topics that are related to software development. We blog about:

SOA, BPM, EDA, ECM and all the other buzz words. Beware some post might not be so common as you think. We are not scared to go against main stream thoughts.

Technologies like java, maven, springframework, OSGi and front end technologies and frameworks like jQuery, DWR, Flex.

Finally to make this happen we need tools and of course a Mac (well some of us do). So we blog about that as well.

Technorati

Add to Technorati Favorites

Creating a w3c validated rss feed using Rome and spring 3

For my current customer I had to create an rss feed. In the java domain you immediately grab Rome to do the job. There was a catch. My customer wants (with good reason) to have feeds validated by the w3c feed validator. This turned out to be a slightly more complicated job. Luckily Rome [...]

Still doing grails

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:

http://www.gridshore.nl/2009/12/20/starting-with-grails/ http://www.gridshore.nl/2010/01/04/continuing-with-grails/

In this post I will discuss the following topics:

Creating [...]

Using spring integration for rss reading

For a customer I was thinking about a solution to loosely couple some systems to be integrated with a content management system, hippo cms in this case. I remembered I had a demo for a few times by Iwein Fuld and by Roel Derksen. A few weeks a go, Allard showed a nice demo with [...]

My first source contribution to springframework

I have reached a new Milestone. More than three years ago I blogged about a framework called Rome. This is a framework that enables you to create Rss feeds without to much hassle. I found the framework and created a base class that was put into springmodules. This blogpost Creating-an-rss-feed-with-spring-and-Rome explains what I have done.

[...]