Skip to content

Commit 1629c86

Browse files
committed
Init
1 parent a6c40d8 commit 1629c86

14 files changed

+368
-0
lines changed

.classpath

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="var" path="M2_REPO/junit/junit/4.11/junit-4.11.jar" sourcepath="M2_REPO/junit/junit/4.11/junit-4.11-sources.jar"/>
10+
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar"/>
11+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/4.1.1.RELEASE/spring-core-4.1.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-core/4.1.1.RELEASE/spring-core-4.1.1.RELEASE-sources.jar"/>
12+
<classpathentry kind="var" path="M2_REPO/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar" sourcepath="M2_REPO/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5-sources.jar"/>
13+
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5-sources.jar"/>
14+
<classpathentry kind="var" path="M2_REPO/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar" sourcepath="M2_REPO/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13-sources.jar"/>
15+
<classpathentry kind="var" path="M2_REPO/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar" sourcepath="M2_REPO/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13-sources.jar"/>
16+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-web/4.1.1.RELEASE/spring-web-4.1.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-web/4.1.1.RELEASE/spring-web-4.1.1.RELEASE-sources.jar"/>
17+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-aop/4.1.1.RELEASE/spring-aop-4.1.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-aop/4.1.1.RELEASE/spring-aop-4.1.1.RELEASE-sources.jar"/>
18+
<classpathentry kind="var" path="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" sourcepath="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar"/>
19+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-beans/4.1.1.RELEASE/spring-beans-4.1.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-beans/4.1.1.RELEASE/spring-beans-4.1.1.RELEASE-sources.jar"/>
20+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-context/4.1.1.RELEASE/spring-context-4.1.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-context/4.1.1.RELEASE/spring-context-4.1.1.RELEASE-sources.jar"/>
21+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-expression/4.1.1.RELEASE/spring-expression-4.1.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-expression/4.1.1.RELEASE/spring-expression-4.1.1.RELEASE-sources.jar"/>
22+
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-webmvc/4.1.1.RELEASE/spring-webmvc-4.1.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-webmvc/4.1.1.RELEASE/spring-webmvc-4.1.1.RELEASE-sources.jar"/>
23+
<classpathentry kind="var" path="M2_REPO/jstl/jstl/1.2/jstl-1.2.jar"/>
24+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
25+
<attributes>
26+
<attribute name="maven.pomderived" value="true"/>
27+
</attributes>
28+
</classpathentry>
29+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
30+
<attributes>
31+
<attribute name="optional" value="true"/>
32+
<attribute name="maven.pomderived" value="true"/>
33+
</attributes>
34+
</classpathentry>
35+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
36+
<attributes>
37+
<attribute name="maven.pomderived" value="true"/>
38+
</attributes>
39+
</classpathentry>
40+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
41+
<attributes>
42+
<attribute name="maven.pomderived" value="true"/>
43+
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
44+
</attributes>
45+
</classpathentry>
46+
<classpathentry kind="output" path="target/classes"/>
47+
</classpath>

.project

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>HelloWorld</name>
4+
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.jdt.core.javabuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.wst.validation.validationbuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
<buildCommand>
29+
<name>org.eclipse.m2e.core.maven2Builder</name>
30+
<arguments>
31+
</arguments>
32+
</buildCommand>
33+
</buildSpec>
34+
<natures>
35+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
36+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
37+
<nature>org.eclipse.jdt.core.javanature</nature>
38+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
39+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
40+
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
41+
</natures>
42+
</projectDescription>

.settings/org.eclipse.jdt.core.prefs

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Thu Apr 02 21:48:23 CEST 2015
2+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4+
eclipse.preferences.version=1
5+
org.eclipse.jdt.core.compiler.source=1.7
6+
org.eclipse.jdt.core.compiler.compliance=1.7

.settings/org.eclipse.m2e.core.prefs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2+
<wb-module deploy-name="HelloWorld">
3+
<property name="context-root" value="HelloWorld"/>
4+
<property name="java-output-path" value="/target/classes"/>
5+
<wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/resources"/>
6+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
7+
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
8+
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
9+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
10+
</wb-module>
11+
</project-modules>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<fixed facet="jst.java"/>
4+
<fixed facet="jst.web"/>
5+
<installed facet="jst.java" version="1.7"/>
6+
<installed facet="jst.web" version="2.5"/>
7+
</faceted-project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
disabled=06target
2+
eclipse.preferences.version=1

Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM tomcat:latest
2+
3+
# Copy artefact in webapps dir
4+
COPY ["target/HelloWorld.war","/usr/local/tomcat/webapps/"]
5+
6+
CMD ["catalina.sh", "run"]

pom.xml

+119
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.zenika</groupId>
5+
<artifactId>HelloWorld</artifactId>
6+
<packaging>war</packaging>
7+
<version>1.0-SNAPSHOT</version>
8+
<name>HelloWorld Maven Webapp</name>
9+
<url>http://maven.apache.org</url>
10+
<properties>
11+
<jdk.version>1.7</jdk.version>
12+
<spring.version>4.1.1.RELEASE</spring.version>
13+
<jstl.version>1.2</jstl.version>
14+
<junit.version>4.11</junit.version>
15+
<logback.version>1.0.13</logback.version>
16+
<jcl-over-slf4j.version>1.7.5</jcl-over-slf4j.version>
17+
</properties>
18+
<dependencies>
19+
20+
<!-- Unit Test -->
21+
<dependency>
22+
<groupId>junit</groupId>
23+
<artifactId>junit</artifactId>
24+
<version>${junit.version}</version>
25+
</dependency>
26+
27+
<!-- Spring Core -->
28+
<dependency>
29+
<groupId>org.springframework</groupId>
30+
<artifactId>spring-core</artifactId>
31+
<version>${spring.version}</version>
32+
<exclusions>
33+
<exclusion>
34+
<groupId>commons-logging</groupId>
35+
<artifactId>commons-logging</artifactId>
36+
</exclusion>
37+
</exclusions>
38+
</dependency>
39+
40+
<dependency>
41+
<groupId>org.slf4j</groupId>
42+
<artifactId>jcl-over-slf4j</artifactId>
43+
<version>${jcl-over-slf4j.version}</version>
44+
</dependency>
45+
46+
<dependency>
47+
<groupId>ch.qos.logback</groupId>
48+
<artifactId>logback-classic</artifactId>
49+
<version>${logback.version}</version>
50+
</dependency>
51+
52+
<dependency>
53+
<groupId>org.springframework</groupId>
54+
<artifactId>spring-web</artifactId>
55+
<version>${spring.version}</version>
56+
</dependency>
57+
58+
<dependency>
59+
<groupId>org.springframework</groupId>
60+
<artifactId>spring-webmvc</artifactId>
61+
<version>${spring.version}</version>
62+
</dependency>
63+
64+
<!-- jstl -->
65+
<dependency>
66+
<groupId>jstl</groupId>
67+
<artifactId>jstl</artifactId>
68+
<version>${jstl.version}</version>
69+
</dependency>
70+
71+
<dependency>
72+
<groupId>javax.servlet</groupId>
73+
<artifactId>javax.servlet-api</artifactId>
74+
<version>3.1.0</version>
75+
<scope>provided</scope>
76+
</dependency>
77+
78+
</dependencies>
79+
<build>
80+
<finalName>HelloWorld</finalName>
81+
<plugins>
82+
<!-- Eclipse project -->
83+
<plugin>
84+
<groupId>org.apache.maven.plugins</groupId>
85+
<artifactId>maven-eclipse-plugin</artifactId>
86+
<version>2.9</version>
87+
<configuration>
88+
<!-- Always download and attach dependencies source code -->
89+
<downloadSources>true</downloadSources>
90+
<downloadJavadocs>false</downloadJavadocs>
91+
<!-- Avoid type mvn eclipse:eclipse -Dwtpversion=2.0 -->
92+
<wtpversion>2.0</wtpversion>
93+
</configuration>
94+
</plugin>
95+
96+
<!-- Set JDK Compiler Level -->
97+
<plugin>
98+
<groupId>org.apache.maven.plugins</groupId>
99+
<artifactId>maven-compiler-plugin</artifactId>
100+
<version>2.3.2</version>
101+
<configuration>
102+
<source>${jdk.version}</source>
103+
<target>${jdk.version}</target>
104+
</configuration>
105+
</plugin>
106+
107+
<!-- For Maven Tomcat Plugin -->
108+
<plugin>
109+
<groupId>org.apache.tomcat.maven</groupId>
110+
<artifactId>tomcat7-maven-plugin</artifactId>
111+
<version>2.2</version>
112+
<configuration>
113+
<path>/HelloWorld</path>
114+
</configuration>
115+
</plugin>
116+
117+
</plugins>
118+
</build>
119+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
package com.zenika.controller;
2+
3+
import org.slf4j.LoggerFactory;
4+
import org.springframework.stereotype.Controller;
5+
import org.springframework.ui.ModelMap;
6+
import org.springframework.web.bind.annotation.PathVariable;
7+
import org.springframework.web.bind.annotation.RequestMapping;
8+
import org.springframework.web.bind.annotation.RequestMethod;
9+
10+
@Controller
11+
public class BaseController {
12+
13+
private static int counter = 0;
14+
private static final String VIEW_INDEX = "index";
15+
private final static org.slf4j.Logger logger = LoggerFactory.getLogger(BaseController.class);
16+
17+
@RequestMapping(value = "/", method = RequestMethod.GET)
18+
public String welcome(ModelMap model) {
19+
20+
model.addAttribute("message", "Welcome");
21+
model.addAttribute("counter", ++counter);
22+
logger.debug("[welcome] counter : {}", counter);
23+
24+
// Spring uses InternalResourceViewResolver and return back index.jsp
25+
return VIEW_INDEX;
26+
27+
}
28+
29+
@RequestMapping(value = "/{name}", method = RequestMethod.GET)
30+
public String welcomeName(@PathVariable String name, ModelMap model) {
31+
32+
model.addAttribute("message", "Welcome " + name);
33+
model.addAttribute("counter", ++counter);
34+
logger.debug("[welcomeName] counter : {}", counter);
35+
return VIEW_INDEX;
36+
37+
}
38+
39+
}

src/main/resources/logback.xml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<configuration>
3+
4+
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
5+
<layout class="ch.qos.logback.classic.PatternLayout">
6+
7+
<Pattern>
8+
%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
9+
</Pattern>
10+
11+
</layout>
12+
</appender>
13+
14+
<logger name="com.zenika.controller" level="debug"
15+
additivity="false">
16+
<appender-ref ref="STDOUT" />
17+
</logger>
18+
19+
<root level="error">
20+
<appender-ref ref="STDOUT" />
21+
</root>
22+
23+
</configuration>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<beans xmlns="http://www.springframework.org/schema/beans"
2+
xmlns:context="http://www.springframework.org/schema/context"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="
5+
http://www.springframework.org/schema/beans
6+
http://www.springframework.org/schema/beans/spring-beans.xsd
7+
http://www.springframework.org/schema/context
8+
http://www.springframework.org/schema/context/spring-context.xsd">
9+
10+
<context:component-scan base-package="com.zenika.controller" />
11+
12+
<bean
13+
class="org.springframework.web.servlet.view.InternalResourceViewResolver">
14+
<property name="prefix">
15+
<value>/WEB-INF/pages/</value>
16+
</property>
17+
<property name="suffix">
18+
<value>.jsp</value>
19+
</property>
20+
</bean>
21+
22+
</beans>
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<body>
3+
<h1>Maven + Spring MVC Web Project Example</h1>
4+
5+
<h3>Message : ${message}</h3>
6+
<h3>Counter : ${counter}</h3>
7+
</body>
8+
</html>

src/main/webapp/WEB-INF/web.xml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
4+
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
5+
version="2.5">
6+
7+
<display-name>Counter Web Application</display-name>
8+
9+
<servlet>
10+
<servlet-name>mvc-dispatcher</servlet-name>
11+
<servlet-class>
12+
org.springframework.web.servlet.DispatcherServlet
13+
</servlet-class>
14+
<load-on-startup>1</load-on-startup>
15+
</servlet>
16+
17+
<servlet-mapping>
18+
<servlet-name>mvc-dispatcher</servlet-name>
19+
<url-pattern>/</url-pattern>
20+
</servlet-mapping>
21+
22+
<context-param>
23+
<param-name>contextConfigLocation</param-name>
24+
<param-value>/WEB-INF/mvc-dispatcher-servlet.xml</param-value>
25+
</context-param>
26+
27+
<listener>
28+
<listener-class>
29+
org.springframework.web.context.ContextLoaderListener
30+
</listener-class>
31+
</listener>
32+
</web-app>

0 commit comments

Comments
 (0)