Spring eingeführt, um die Tiles-Konfiguration zu vereinfachen
authorKai Moritz <kai@juplo.de>
Wed, 18 Sep 2013 23:48:21 +0000 (01:48 +0200)
committerKai Moritz <kai@juplo.de>
Tue, 19 Jan 2016 16:44:46 +0000 (17:44 +0100)
commitd53a4e6b1196f66f6f1768c013a4d9759be70dd2
treefcf1e8f87bf19328d299cbad383d1baea3e0191f
parent26d593e5a8f78e6010abdcbcf93413f33a8898ec
Spring eingeführt, um die Tiles-Konfiguration zu vereinfachen
28 files changed:
pom.xml
src/main/resources/README.txt [deleted file]
src/main/resources/log4j.xml [new file with mode: 0644]
src/main/webapp/WEB-INF/spring/mvc.xml [new file with mode: 0644]
src/main/webapp/WEB-INF/spring/tiles.xml [new file with mode: 0644]
src/main/webapp/WEB-INF/templates/html5page.jsp
src/main/webapp/WEB-INF/templates/maincontent.jsp
src/main/webapp/WEB-INF/templates/navigation.jsp
src/main/webapp/WEB-INF/tiles.xml [deleted file]
src/main/webapp/WEB-INF/views/blog.jsp [new file with mode: 0644]
src/main/webapp/WEB-INF/views/contact.jsp [new file with mode: 0644]
src/main/webapp/WEB-INF/views/impressum.jsp [new file with mode: 0644]
src/main/webapp/WEB-INF/views/index.jsp [new file with mode: 0644]
src/main/webapp/WEB-INF/views/projects.jsp [new file with mode: 0644]
src/main/webapp/WEB-INF/views/projects/fix-swf.jsp [new file with mode: 0644]
src/main/webapp/WEB-INF/views/projects/fix-swf/getting-started.jsp [new file with mode: 0644]
src/main/webapp/WEB-INF/views/projects/fix-swf/overview.jsp [new file with mode: 0644]
src/main/webapp/WEB-INF/views/projects/typo.jsp [new file with mode: 0644]
src/main/webapp/WEB-INF/web.xml
src/main/webapp/blog.jsp [deleted file]
src/main/webapp/contact.jsp [deleted file]
src/main/webapp/impressum.jsp [deleted file]
src/main/webapp/index.jsp [deleted file]
src/main/webapp/projects.jsp [deleted file]
src/main/webapp/projects/fix-swf.jsp [deleted file]
src/main/webapp/projects/fix-swf/getting-started.jsp [deleted file]
src/main/webapp/projects/fix-swf/overview.jsp [deleted file]
src/main/webapp/projects/typo.jsp [deleted file]