added a Spring Data implementation

- there are now 3 data access implementations (jdbc, jpa and
spring-data-jpa)
- added corresponding bean profiles
- JUnit tests are now successful
This commit is contained in:
Mic 2013-01-18 16:56:01 +08:00
parent c9c8c4e085
commit 97aba3f4e6
50 changed files with 368 additions and 426 deletions

View file

@ -55,9 +55,6 @@
</fieldset>
</form:form>
<c:if test="${!pet['new']}">
<form:form method="delete">
<p class="submit"><input type="submit" value="Delete Pet"/></p>
</form:form>
</c:if>
<jsp:include page="../footer.jsp"/>
</div>