Binding data with Spring Forms

Spring has its own tag library, which makes JSPs easier to develop, maintain and read. One of these libraries is the form tag library, and in this post we’ll demonstrate how to use it. For this we will use a sample project that will let us modify the user’s account details. In order to display […]

Read more
Servlet Mapping for Google App Engine and Spring

This post is all about Spring MVC 3 and Google App Engine and their interaction. The starting point for this project was the Google App Engine’s documentation, the Google Eclipse plugin, and some tutorials found on various sites. After reading all about the App Engine and Spring, the first thing to do was to create […]

Read more