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
Solution for Selenium IDE – Your browser doesnt support Xml Http Request

If you get the “Your browser doesnt support Xml Http Request” error while running tests in Selenium IDE even if its shows that all tests passed below is the cure for it: This issue only happens on versions of Selenium IDE prior to 1.0.6 So there are two workarounds to this problem: 1) Get the […]

Read more