In one of my previous posts we documented how to implement Spring Annotations with a form. If you haven't got a copy of the project from that post you can grab it here.
Building on that example this guide shows how, using Spring and jQuery, you can Ajaxify your forms so that when submitted the user doesn't have to be redirected to a new page
jQuery and required plugins
Create a new folder in the root of your project and call it 'js'
Then grab a copy of jQuery. The minified version wi...
Your views…