diff --git a/trunk/YACOSWeb/.classpath b/trunk/YACOSWeb/.classpath new file mode 100644 index 0000000..acf2de2 --- /dev/null +++ b/trunk/YACOSWeb/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/trunk/YACOSWeb/.project b/trunk/YACOSWeb/.project new file mode 100644 index 0000000..d346cb2 --- /dev/null +++ b/trunk/YACOSWeb/.project @@ -0,0 +1,30 @@ + + + YACOSWeb + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.jdt.core.javanature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jem.workbench.JavaEMFNature + + diff --git a/trunk/YACOSWeb/.settings/org.eclipse.jdt.core.prefs b/trunk/YACOSWeb/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..d96270c --- /dev/null +++ b/trunk/YACOSWeb/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,7 @@ +#Wed Dec 12 11:00:13 GMT+01:00 2007 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/trunk/YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs b/trunk/YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs new file mode 100644 index 0000000..e78d4f6 --- /dev/null +++ b/trunk/YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs @@ -0,0 +1,4 @@ +#Wed Dec 12 11:00:14 GMT+01:00 2007 +classpath.helper/org.eclipse.jdt.launching.JRE_CONTAINER\:\:org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\:\:jdk1.6.0_02/owners=jst.java\:5.0 +classpath.helper/org.eclipse.jst.server.core.container\:\:org.eclipse.jst.server.generic.runtimeTarget\:\:JBoss\ v4.2/owners=jst.web\:2.5 +eclipse.preferences.version=1 diff --git a/trunk/YACOSWeb/.settings/org.eclipse.wst.common.component b/trunk/YACOSWeb/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..c6b509d --- /dev/null +++ b/trunk/YACOSWeb/.settings/org.eclipse.wst.common.component @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/trunk/YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml b/trunk/YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..61210d4 --- /dev/null +++ b/trunk/YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/trunk/YACOSWeb/WebContent/META-INF/MANIFEST.MF b/trunk/YACOSWeb/WebContent/META-INF/MANIFEST.MF new file mode 100644 index 0000000..5e94951 --- /dev/null +++ b/trunk/YACOSWeb/WebContent/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/classes/messages.properties b/trunk/YACOSWeb/WebContent/WEB-INF/classes/messages.properties new file mode 100644 index 0000000..6c0d2a0 --- /dev/null +++ b/trunk/YACOSWeb/WebContent/WEB-INF/classes/messages.properties @@ -0,0 +1 @@ +title=Yacos \ No newline at end of file diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/jsp/include.jsp b/trunk/YACOSWeb/WebContent/WEB-INF/jsp/include.jsp new file mode 100644 index 0000000..f55a743 --- /dev/null +++ b/trunk/YACOSWeb/WebContent/WEB-INF/jsp/include.jsp @@ -0,0 +1,3 @@ +<%@ page session="false"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %> \ No newline at end of file diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp b/trunk/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp new file mode 100644 index 0000000..75ad848 --- /dev/null +++ b/trunk/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp @@ -0,0 +1,15 @@ +<%@ include file="/WEB-INF/jsp/include.jsp"%> + + + + +<fmt:message key="title"/> + + + + + ">Soumettre un article
+ + + + \ No newline at end of file diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp b/trunk/YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp new file mode 100644 index 0000000..0b70de9 --- /dev/null +++ b/trunk/YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp @@ -0,0 +1,16 @@ +<%@ include file="/WEB-INF/jsp/include.jsp"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> + + + + +<fmt:message key="title" /> + + + + + +">Accueil + + + \ No newline at end of file diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/commons-logging.jar b/trunk/YACOSWeb/WebContent/WEB-INF/lib/commons-logging.jar new file mode 100644 index 0000000..2ff9bbd Binary files /dev/null and b/trunk/YACOSWeb/WebContent/WEB-INF/lib/commons-logging.jar differ diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/jstl.jar b/trunk/YACOSWeb/WebContent/WEB-INF/lib/jstl.jar new file mode 100644 index 0000000..a02abec Binary files /dev/null and b/trunk/YACOSWeb/WebContent/WEB-INF/lib/jstl.jar differ diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/junit-3.8.2.jar b/trunk/YACOSWeb/WebContent/WEB-INF/lib/junit-3.8.2.jar new file mode 100644 index 0000000..c8f711d Binary files /dev/null and b/trunk/YACOSWeb/WebContent/WEB-INF/lib/junit-3.8.2.jar differ diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/spring-webmvc.jar b/trunk/YACOSWeb/WebContent/WEB-INF/lib/spring-webmvc.jar new file mode 100644 index 0000000..96b7d2c Binary files /dev/null and b/trunk/YACOSWeb/WebContent/WEB-INF/lib/spring-webmvc.jar differ diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/spring.jar b/trunk/YACOSWeb/WebContent/WEB-INF/lib/spring.jar new file mode 100644 index 0000000..1eab77f Binary files /dev/null and b/trunk/YACOSWeb/WebContent/WEB-INF/lib/spring.jar differ diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/standard.jar b/trunk/YACOSWeb/WebContent/WEB-INF/lib/standard.jar new file mode 100644 index 0000000..bc528ac Binary files /dev/null and b/trunk/YACOSWeb/WebContent/WEB-INF/lib/standard.jar differ diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/web.xml b/trunk/YACOSWeb/WebContent/WEB-INF/web.xml new file mode 100644 index 0000000..53fd08a --- /dev/null +++ b/trunk/YACOSWeb/WebContent/WEB-INF/web.xml @@ -0,0 +1,33 @@ + + + + + + siteMarchand + org.springframework.web.servlet.DispatcherServlet + 1 + + + + Yacos + *.htm + + + + + index.jsp + + + + + + /spring + /WEB-INF/tld/spring-form.tld + + + + \ No newline at end of file diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml b/trunk/YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml new file mode 100644 index 0000000..86bbff2 --- /dev/null +++ b/trunk/YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/trunk/YACOSWeb/WebContent/index.jsp b/trunk/YACOSWeb/WebContent/index.jsp new file mode 100644 index 0000000..e5d65cc --- /dev/null +++ b/trunk/YACOSWeb/WebContent/index.jsp @@ -0,0 +1,4 @@ +<%@ include file="/WEB-INF/jsp/include.jsp" %> + +<%-- Redirected because we can't set the welcome page to a virtual URL. --%> + \ No newline at end of file