This document summarizes an example of using Spring 2.5 and Hibernate for a web application. It describes the login and user registration workflows. For login, the request is mapped to a controller which returns a view. For registration, a controller validates user data, which is submitted to a form and stored in the database. Tiles and JSP are used to generate dynamic HTML responses.