WIP examples: spring
authorKai Moritz <kai@coolibri.de>
Mon, 11 Jun 2012 22:57:04 +0000 (00:57 +0200)
committerKai Moritz <kai@coolibri.de>
Thu, 2 Aug 2012 07:03:26 +0000 (09:03 +0200)
commitfbef86660e997cd83feafe1e05b885a29179f43f
treecaf320c3c485d89d9a958b4b69f2150b63f5d422
parentc77b91a0713762b3aaba08fefd01f424d5ca80ce
WIP examples: spring
15 files changed:
examples/spring/jetty.sh [new file with mode: 0755]
examples/spring/pom.xml [new file with mode: 0644]
examples/spring/src/main/resources/config.xml [new file with mode: 0644]
examples/spring/src/main/resources/log4j.xml [new file with mode: 0644]
examples/spring/src/main/webapp/WEB-INF/c.tld [new file with mode: 0644]
examples/spring/src/main/webapp/WEB-INF/included.jsp [new file with mode: 0644]
examples/spring/src/main/webapp/WEB-INF/views/simple-page.jsp [new file with mode: 0644]
examples/spring/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
examples/spring/src/main/webapp/default.css [new file with mode: 0644]
examples/spring/src/main/webapp/index.html [new file with mode: 0644]
examples/spring/src/main/webapp/page-with-forward.jsp [new file with mode: 0644]
examples/spring/src/main/webapp/page-with-include.jsp [new file with mode: 0644]
examples/spring/src/main/webapp/simple-page.jsp [new file with mode: 0644]
examples/spring/src/test/java/de/halbekunst/cachecontrol/examples/jsp/JspTest.java [new file with mode: 0644]
examples/spring/tomcat.sh [new file with mode: 0755]