home.jsp
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<h2>Welcome to the Spring 3 Petclinic</h2>
<img id="petlogo" src="${pageContext.request.contextPath}/resources/images/pets.png" />
<p>
This sample application demonstrates many of the features Spring provides for web application development.
</p>