Báze pro DAO a business logiku, nastavení Hibernate, nastavení security.

This commit is contained in:
2014-04-15 22:11:00 +02:00
commit 2ca878f52d
25 changed files with 1216 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page session="false" %>
<html>
<head>
<title>Home</title>
</head>
<body>
<h1>
Hello world!
</h1>
<P> The time on the server is ${serverTime}. </P>
</body>
</html>