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

Linked in

We now have a linked in group, join the group if you are a regular reader and want to see who else reads this blog.

Using annottions in springframework

jQuery(document).ready(function($) { window.setTimeout(‘loadFBShareMe_17()’,5000); }); function loadFBShareMe_17(){ jQuery(document).ready(function($) { $(‘.dd-fbshareme-17′).remove();$(‘.DD_FBSHAREME_AJAX_17′).attr(‘width’,’53′);$(‘.DD_FBSHAREME_AJAX_17′).attr(‘height’,’69′);$(‘.DD_FBSHAREME_AJAX_17′).attr(‘src’,'http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2008/02/03/using-annottions-in-springframework/&size=large’); }); }

For the sample I am creating (see http://code.google.com/p/gridshore – Training Overview), I am using a combination of jquery and spring-mvc. I like the @controller stuff and the other annotations, therefore I want to explain some of the features I have learned to use [...]