views) {
27 | this.views = views;
28 | }
29 | }
30 |
--------------------------------------------------------------------------------
/chapter9-bookstore/src/main/resources/views.properties:
--------------------------------------------------------------------------------
1 | index.(class)=org.springframework.web.servlet.view.JstlView
2 | index.url=/WEB-INF/views/index.jsp
--------------------------------------------------------------------------------
/chapter9-bookstore/src/main/webapp/WEB-INF/templates/footer.jsp:
--------------------------------------------------------------------------------
1 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
2 | <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
3 | <%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %>
4 |
5 |
10 |
--------------------------------------------------------------------------------
/chapter9-bookstore/src/main/webapp/WEB-INF/tiles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/chapter9-bookstore/src/main/webapp/WEB-INF/views.properties:
--------------------------------------------------------------------------------
1 | index.(class)=org.springframework.web.servlet.view.JstlView
2 | index.url=/WEB-INF/views/index.jsp
--------------------------------------------------------------------------------
/chapter9-bookstore/src/main/webapp/WEB-INF/views.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/chapter9-bookstore/src/main/webapp/WEB-INF/views/book/detail.jsp:
--------------------------------------------------------------------------------
1 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
2 |
3 |
4 |
5 |
6 |
7 | Title | ${book.title} |
8 | Description | ${book.description} |
9 | Author | ${book.author} |
10 | Year | ${book.year} |
11 | ISBN | ${book.isbn} |
12 | Price | ${book.price} |
13 |
--------------------------------------------------------------------------------
/chapter9-bookstore/src/main/webapp/WEB-INF/views/index.jsp:
--------------------------------------------------------------------------------
1 | Welcome to the Book Store
--------------------------------------------------------------------------------
/chapter9-bookstore/src/main/webapp/WEB-INF/xslt/index.xslt:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 | Home
9 |
10 |
11 | Welcome!
12 |
13 | Welcome to the Bookstore
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/chapter9-bookstore/src/main/webapp/index.jsp:
--------------------------------------------------------------------------------
1 |
2 |
3 | <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/bin/bootstrap.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/bin/bootstrap.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/bin/commons-daemon-native.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/bin/commons-daemon-native.tar.gz
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/bin/commons-daemon.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/bin/commons-daemon.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/bin/tomcat-juli.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/bin/tomcat-juli.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/bin/tomcat-native.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/bin/tomcat-native.tar.gz
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/annotations-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/annotations-api.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/catalina-ant.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/catalina-ant.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/catalina-ha.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/catalina-ha.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/catalina-tribes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/catalina-tribes.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/catalina.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/catalina.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/ecj-4.2.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/ecj-4.2.2.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/el-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/el-api.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/jasper-el.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/jasper-el.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/jasper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/jasper.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/jsp-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/jsp-api.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/servlet-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/servlet-api.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/tomcat-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/tomcat-api.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/tomcat-coyote.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/tomcat-coyote.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/tomcat-dbcp.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/tomcat-dbcp.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/tomcat-i18n-es.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/tomcat-i18n-es.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/tomcat-i18n-fr.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/tomcat-i18n-fr.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/tomcat-i18n-ja.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/tomcat-i18n-ja.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/tomcat-jdbc.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/tomcat-jdbc.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/lib/tomcat-util.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/lib/tomcat-util.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/temp/safeToDelete.tmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/temp/safeToDelete.tmp
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/asf-logo-wide.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/asf-logo-wide.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/asf-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/asf-logo.png
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/bg-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/bg-button.png
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/bg-middle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/bg-middle.png
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/bg-nav-item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/bg-nav-item.png
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/bg-nav.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/bg-nav.png
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/bg-upper.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/bg-upper.png
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/favicon.ico
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/tomcat-power.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/tomcat-power.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/tomcat.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/tomcat.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/ROOT/tomcat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/ROOT/tomcat.png
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/appdev/sample/docs/README.txt:
--------------------------------------------------------------------------------
1 | Licensed to the Apache Software Foundation (ASF) under one or more
2 | contributor license agreements. See the NOTICE file distributed with
3 | this work for additional information regarding copyright ownership.
4 | The ASF licenses this file to You under the Apache License, Version 2.0
5 | (the "License"); you may not use this file except in compliance with
6 | the License. You may obtain a copy of the License at
7 |
8 | http://www.apache.org/licenses/LICENSE-2.0
9 |
10 | Unless required by applicable law or agreed to in writing, software
11 | distributed under the License is distributed on an "AS IS" BASIS,
12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | See the License for the specific language governing permissions and
14 | limitations under the License.
15 |
16 | This is a dummy README file for the sample
17 | web application.
18 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/appdev/sample/sample.war:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/appdev/sample/sample.war
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/appdev/sample/web/images/tomcat.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/appdev/sample/web/images/tomcat.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/architecture/requestProcess/requestProcess.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/architecture/requestProcess/requestProcess.pdf
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/architecture/startup/serverStartup.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/architecture/startup/serverStartup.pdf
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/add.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/add.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/asf-logo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/asf-logo.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/code.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/code.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/cors-flowchart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/cors-flowchart.png
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/design.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/design.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/docs.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/docs.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/fix.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/fix.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/printer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/printer.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/tomcat.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/tomcat.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/update.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/update.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/docs/images/void.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/docs/images/void.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/CookieExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/CookieExample.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/HelloWorldExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/HelloWorldExample.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/RequestHeaderExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/RequestHeaderExample.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/RequestInfoExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/RequestInfoExample.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/RequestParamExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/RequestParamExample.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/ServletToJsp.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/ServletToJsp.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/SessionExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/SessionExample.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async0$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async0$1.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async0.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async0.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async1$1.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async1.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async2$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async2$1.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async2.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Async3.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Stockticker$TickListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Stockticker$TickListener.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Stockticker.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/async/Stockticker.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/cal/Entries.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/cal/Entries.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/cal/Entry.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/cal/Entry.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/cal/JspCalendar.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/cal/JspCalendar.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/cal/TableBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/cal/TableBean.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/chat/ChatServlet$MessageSender.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/chat/ChatServlet$MessageSender.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/chat/ChatServlet.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/chat/ChatServlet.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/dates/JspCalendar.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/dates/JspCalendar.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/error/Smart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/error/Smart.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/FooTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/FooTag.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/LogTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/LogTag.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/ShowSource.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/ShowSource.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/ValuesTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/examples/ValuesTag.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/listeners/ContextListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/listeners/ContextListener.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/listeners/SessionListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/listeners/SessionListener.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/sessions/DummyCart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/sessions/DummyCart.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/util/HTMLFilter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/util/HTMLFilter.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/validators/DebugValidator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/validators/DebugValidator.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/chat/ChatWebSocketServlet$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/chat/ChatWebSocketServlet$1.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/chat/ChatWebSocketServlet$ChatMessageInbound.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/chat/ChatWebSocketServlet$ChatMessageInbound.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/chat/ChatWebSocketServlet.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/chat/ChatWebSocketServlet.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/echo/EchoMessage$EchoMessageInbound.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/echo/EchoMessage$EchoMessageInbound.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/echo/EchoMessage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/echo/EchoMessage.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/echo/EchoStream$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/echo/EchoStream$1.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/echo/EchoStream$EchoStreamInbound.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/echo/EchoStream$EchoStreamInbound.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/echo/EchoStream.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/echo/EchoStream.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/Direction.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package websocket.snake;
18 |
19 | public enum Direction {
20 | NONE, NORTH, SOUTH, EAST, WEST
21 | }
22 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/Location$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/Location$1.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/Location.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/Location.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/Snake.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/Snake.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/SnakeWebSocketServlet$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/SnakeWebSocketServlet$1.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/SnakeWebSocketServlet$SnakeMessageInbound.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/SnakeWebSocketServlet$SnakeMessageInbound.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/SnakeWebSocketServlet.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/classes/websocket/snake/SnakeWebSocketServlet.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/lib/jstl.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/lib/jstl.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/lib/standard.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/lib/standard.jar
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/WEB-INF/tags/helloWorld.tag:
--------------------------------------------------------------------------------
1 |
17 | Hello, world!
18 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/async/async3.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@page session="false"%>
18 | Output from async3.jsp
19 | Type is <%=request.getDispatcherType()%>
20 | Completed async 3 request at <%=new java.sql.Date(System.currentTimeMillis())%>
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/forward/one.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 |
20 |
21 |
22 | VM Memory usage < 50%.
23 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/forward/two.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 |
22 | VM Memory usage > 50%.
23 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/images/code.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/jsp/images/code.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/images/execute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/jsp/images/execute.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/images/read.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/jsp/images/read.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/images/return.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/jsp/images/return.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/include/foo.html:
--------------------------------------------------------------------------------
1 |
17 | To get the current time in ms
18 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/include/foo.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 |
20 |
21 | <%= System.currentTimeMillis() %>
22 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/include/foo.jsp.html:
--------------------------------------------------------------------------------
1 |
2 | <%--
3 | Licensed to the Apache Software Foundation (ASF) under one or more
4 | contributor license agreements. See the NOTICE file distributed with
5 | this work for additional information regarding copyright ownership.
6 | The ASF licenses this file to You under the Apache License, Version 2.0
7 | (the "License"); you may not use this file except in compliance with
8 | the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing, software
13 | distributed under the License is distributed on an "AS IS" BASIS,
14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | See the License for the specific language governing permissions and
16 | limitations under the License.
17 | --%>
18 |
19 | <body bgcolor="white">
20 | <font color="red">
21 |
22 | <%= System.currentTimeMillis() %>
23 |
24 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/jsp2/jspx/textRotate.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/jsp/jsp2/jspx/textRotate.jpg
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/jsp2/misc/coda.jspf:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 | This banner included with <include-coda>
20 |
21 |
22 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/jsp2/misc/coda.jspf.html:
--------------------------------------------------------------------------------
1 |
2 | <!--
3 | Licensed to the Apache Software Foundation (ASF) under one or more
4 | contributor license agreements. See the NOTICE file distributed with
5 | this work for additional information regarding copyright ownership.
6 | The ASF licenses this file to You under the Apache License, Version 2.0
7 | (the "License"); you may not use this file except in compliance with
8 | the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing, software
13 | distributed under the License is distributed on an "AS IS" BASIS,
14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | See the License for the specific language governing permissions and
16 | limitations under the License.
17 | -->
18 | <hr>
19 | <center>
20 | This banner included with <include-coda>
21 | </center>
22 | <hr>
23 |
24 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/jsp2/misc/prelude.jspf:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 | This banner included with <include-prelude>
20 |
21 |
22 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/jsp2/tagfiles/helloWorld.tag.html:
--------------------------------------------------------------------------------
1 |
2 | <!--
3 | Licensed to the Apache Software Foundation (ASF) under one or more
4 | contributor license agreements. See the NOTICE file distributed with
5 | this work for additional information regarding copyright ownership.
6 | The ASF licenses this file to You under the Apache License, Version 2.0
7 | (the "License"); you may not use this file except in compliance with
8 | the License. You may obtain a copy of the License at
9 |
10 | http://www.apache.org/licenses/LICENSE-2.0
11 |
12 | Unless required by applicable law or agreed to in writing, software
13 | distributed under the License is distributed on an "AS IS" BASIS,
14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 | See the License for the specific language governing permissions and
16 | limitations under the License.
17 | -->
18 | Hello, world!
19 |
20 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/plugin/applet/Clock2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/jsp/plugin/applet/Clock2.class
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/jsp/source.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@ taglib uri="http://tomcat.apache.org/example-taglib"
18 | prefix="eg" %>
19 |
20 |
21 |
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/servlets/images/code.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/servlets/images/code.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/servlets/images/execute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/servlets/images/execute.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/examples/servlets/images/return.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/examples/servlets/images/return.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/host-manager/images/add.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/host-manager/images/add.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/host-manager/images/asf-logo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/host-manager/images/asf-logo.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/host-manager/images/code.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/host-manager/images/code.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/host-manager/images/design.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/host-manager/images/design.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/host-manager/images/docs.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/host-manager/images/docs.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/host-manager/images/fix.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/host-manager/images/fix.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/host-manager/images/tomcat.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/host-manager/images/tomcat.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/host-manager/images/update.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/host-manager/images/update.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/host-manager/images/void.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/host-manager/images/void.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/host-manager/index.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <% response.sendRedirect(response.encodeRedirectURL(request.getContextPath() +
18 | "/html")); %>
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/manager/images/add.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/manager/images/add.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/manager/images/asf-logo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/manager/images/asf-logo.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/manager/images/code.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/manager/images/code.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/manager/images/design.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/manager/images/design.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/manager/images/docs.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/manager/images/docs.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/manager/images/fix.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/manager/images/fix.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/manager/images/tomcat.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/manager/images/tomcat.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/manager/images/update.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/manager/images/update.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/manager/images/void.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/container/apache-tomcat-7.0.42/webapps/manager/images/void.gif
--------------------------------------------------------------------------------
/container/apache-tomcat-7.0.42/webapps/manager/index.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <% response.sendRedirect(response.encodeRedirectURL(request.getContextPath() +
18 | "/html")); %>
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mdeinum/pro-spring-mvc-code/5c43c727d7be58c355ef1748338bab1fbca63693/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Sat Sep 24 15:39:14 BST 2011
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
7 |
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | rootProject.name = 'bookstore'
2 |
3 | def String[] modules = [
4 | 'bookstore-shared',
5 | 'bookstore-web-resources',
6 | 'chapter1-bookstore',
7 | 'chapter2-bookstore',
8 | 'chapter2-samples',
9 | 'chapter5-bookstore',
10 | 'chapter6-bookstore',
11 | 'chapter7-bookstore',
12 | 'chapter8-bookstore',
13 | 'chapter9-bookstore',
14 | 'chapter10-bookstore',
15 | 'chapter11-bookstore',
16 | 'chapter12-bookstore',
17 | 'chapter13-bookstore',
18 | 'appendixA-bookstore'
19 | ]
20 |
21 | include modules
22 |
--------------------------------------------------------------------------------