Spring Framework

Spring annotation based AOP and intercepting the ball

Spring AOP and Annotation based AspectJ The concept Recently I had to work on a requirement that asked that logs be kept when anyone performs certain actions upon the database. For example if some chose to remove an item from the database - the action, who performed it, when it was performed and any extra information should be noted in the database. Implementing this can be performed in a variety of ways. We could have simply told developers to call a function within any database methods to ...

Spring JS – Lack of an API or Documentation

Hi all, This is a bit of a call out to the readers of the blog. In particular any Spring developers. Recently I have been attempting to use Spring Web Flow and in particular it's Spring JS implementation to Ajaxify applications I am working on. However the documentation on Spring 3 and its Javascript support is quite lacking. In fact it seems to only consist of: http://static.springsource.org/spring-webflow/docs/2.0.x/reference/html/ch11s04.html Literally that is all the 'official...

Spring 3 RESTful Web Services

Step One - Project Creation with Maven This tutorial is slightly different to my previous examples. In recent development I have begun to use Maven to manage my project dependencies. If you are comfortable with creating a Web application project and Maven please skip down to the example code. First of all you will need to install the Maven 2 plugin for Eclipse. After you have installed the plugin create a new 'Dynamic Web Project' in Eclipse. Call it 'SpringRestfulExample'. Click Next. On t...
Test link....