diff --git a/Shop/.classpath b/Shop/.classpath
new file mode 100644
index 0000000..ae827d4
--- /dev/null
+++ b/Shop/.classpath
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Shop/.project b/Shop/.project
new file mode 100644
index 0000000..e2fe394
--- /dev/null
+++ b/Shop/.project
@@ -0,0 +1,36 @@
+
+
+ Shop
+
+
+
+
+
+ org.eclipse.wst.jsdt.core.javascriptValidator
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ org.eclipse.wst.common.project.facet.core.builder
+
+
+
+
+ org.eclipse.wst.validation.validationbuilder
+
+
+
+
+
+ org.eclipse.jem.workbench.JavaEMFNature
+ org.eclipse.wst.common.modulecore.ModuleCoreNature
+ org.eclipse.wst.common.project.facet.core.nature
+ org.eclipse.jdt.core.javanature
+ org.eclipse.wst.jsdt.core.jsNature
+
+
diff --git a/Shop/.settings/.jsdtscope b/Shop/.settings/.jsdtscope
new file mode 100644
index 0000000..3a28de0
--- /dev/null
+++ b/Shop/.settings/.jsdtscope
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Shop/.settings/org.eclipse.jdt.core.prefs b/Shop/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..f42de36
--- /dev/null
+++ b/Shop/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.7
diff --git a/Shop/.settings/org.eclipse.wst.common.component b/Shop/.settings/org.eclipse.wst.common.component
new file mode 100644
index 0000000..c063365
--- /dev/null
+++ b/Shop/.settings/org.eclipse.wst.common.component
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/Shop/.settings/org.eclipse.wst.common.project.facet.core.xml b/Shop/.settings/org.eclipse.wst.common.project.facet.core.xml
new file mode 100644
index 0000000..8f11b7c
--- /dev/null
+++ b/Shop/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/Shop/.settings/org.eclipse.wst.jsdt.ui.superType.container b/Shop/.settings/org.eclipse.wst.jsdt.ui.superType.container
new file mode 100644
index 0000000..3bd5d0a
--- /dev/null
+++ b/Shop/.settings/org.eclipse.wst.jsdt.ui.superType.container
@@ -0,0 +1 @@
+org.eclipse.wst.jsdt.launching.baseBrowserLibrary
\ No newline at end of file
diff --git a/Shop/.settings/org.eclipse.wst.jsdt.ui.superType.name b/Shop/.settings/org.eclipse.wst.jsdt.ui.superType.name
new file mode 100644
index 0000000..05bd71b
--- /dev/null
+++ b/Shop/.settings/org.eclipse.wst.jsdt.ui.superType.name
@@ -0,0 +1 @@
+Window
\ No newline at end of file
diff --git a/Shop/WebContent/META-INF/MANIFEST.MF b/Shop/WebContent/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..254272e
--- /dev/null
+++ b/Shop/WebContent/META-INF/MANIFEST.MF
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path:
+
diff --git a/Shop/WebContent/Test.jsp b/Shop/WebContent/Test.jsp
new file mode 100644
index 0000000..f55a3e6
--- /dev/null
+++ b/Shop/WebContent/Test.jsp
@@ -0,0 +1,12 @@
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
+ pageEncoding="ISO-8859-1"%>
+
+
+
+
+Insert title here
+
+
+ Hello Shop!!!!
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/WEB-INF/lib/IKAnalyzer2012.jar b/Shop/WebContent/WEB-INF/lib/IKAnalyzer2012.jar
new file mode 100644
index 0000000..aca4a07
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/IKAnalyzer2012.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/antlr-2.7.6.jar b/Shop/WebContent/WEB-INF/lib/antlr-2.7.6.jar
new file mode 100644
index 0000000..3702b64
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/antlr-2.7.6.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/asm-3.3.jar b/Shop/WebContent/WEB-INF/lib/asm-3.3.jar
new file mode 100644
index 0000000..d44dfd8
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/asm-3.3.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/asm-commons-3.3.jar b/Shop/WebContent/WEB-INF/lib/asm-commons-3.3.jar
new file mode 100644
index 0000000..e509842
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/asm-commons-3.3.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/asm-tree-3.3.jar b/Shop/WebContent/WEB-INF/lib/asm-tree-3.3.jar
new file mode 100644
index 0000000..374bc2e
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/asm-tree-3.3.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/backport-util-concurrent.jar b/Shop/WebContent/WEB-INF/lib/backport-util-concurrent.jar
new file mode 100644
index 0000000..3a4c279
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/backport-util-concurrent.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar b/Shop/WebContent/WEB-INF/lib/com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar
new file mode 100644
index 0000000..03e68c7
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/com.springsource.net.sf.cglib-2.2.0.jar b/Shop/WebContent/WEB-INF/lib/com.springsource.net.sf.cglib-2.2.0.jar
new file mode 100644
index 0000000..83989cb
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/com.springsource.net.sf.cglib-2.2.0.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/com.springsource.org.aopalliance-1.0.0.jar b/Shop/WebContent/WEB-INF/lib/com.springsource.org.aopalliance-1.0.0.jar
new file mode 100644
index 0000000..3c5cf8b
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/com.springsource.org.aopalliance-1.0.0.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.dbcp-1.2.2.osgi.jar b/Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.dbcp-1.2.2.osgi.jar
new file mode 100644
index 0000000..a8ef066
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.dbcp-1.2.2.osgi.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.logging-1.1.1.jar b/Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.logging-1.1.1.jar
new file mode 100644
index 0000000..f50c78c
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.logging-1.1.1.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.pool-1.5.3.jar b/Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.pool-1.5.3.jar
new file mode 100644
index 0000000..743c39b
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/com.springsource.org.apache.commons.pool-1.5.3.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/com.springsource.org.aspectj.tools-1.6.6.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/com.springsource.org.aspectj.tools-1.6.6.RELEASE.jar
new file mode 100644
index 0000000..839df2d
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/com.springsource.org.aspectj.tools-1.6.6.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
new file mode 100644
index 0000000..7bbb83a
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/commons-collections-3.1.jar b/Shop/WebContent/WEB-INF/lib/commons-collections-3.1.jar
new file mode 100644
index 0000000..41e230f
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/commons-collections-3.1.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar b/Shop/WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar
new file mode 100644
index 0000000..af0cda2
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/commons-io-2.2.jar b/Shop/WebContent/WEB-INF/lib/commons-io-2.2.jar
new file mode 100644
index 0000000..84ca565
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/commons-io-2.2.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/commons-lang3-3.1.jar b/Shop/WebContent/WEB-INF/lib/commons-lang3-3.1.jar
new file mode 100644
index 0000000..a85e539
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/commons-lang3-3.1.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/commons-logging-1.1.3.jar b/Shop/WebContent/WEB-INF/lib/commons-logging-1.1.3.jar
new file mode 100644
index 0000000..ab51254
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/commons-logging-1.1.3.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/dom4j-1.6.1.jar b/Shop/WebContent/WEB-INF/lib/dom4j-1.6.1.jar
new file mode 100644
index 0000000..c8c4dbb
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/dom4j-1.6.1.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/ehcache-1.5.0.jar b/Shop/WebContent/WEB-INF/lib/ehcache-1.5.0.jar
new file mode 100644
index 0000000..1a83c6a
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/ehcache-1.5.0.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/freemarker-2.3.19.jar b/Shop/WebContent/WEB-INF/lib/freemarker-2.3.19.jar
new file mode 100644
index 0000000..b13671d
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/freemarker-2.3.19.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar b/Shop/WebContent/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar
new file mode 100644
index 0000000..4c9ac4e
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/hibernate3.jar b/Shop/WebContent/WEB-INF/lib/hibernate3.jar
new file mode 100644
index 0000000..7275ad6
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/hibernate3.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/java-mail-1.4.4.jar b/Shop/WebContent/WEB-INF/lib/java-mail-1.4.4.jar
new file mode 100644
index 0000000..9d60d13
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/java-mail-1.4.4.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/javassist-3.12.0.GA.jar b/Shop/WebContent/WEB-INF/lib/javassist-3.12.0.GA.jar
new file mode 100644
index 0000000..8f692f4
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/javassist-3.12.0.GA.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/jstl.jar b/Shop/WebContent/WEB-INF/lib/jstl.jar
new file mode 100644
index 0000000..a02abec
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/jstl.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/jta-1.1.jar b/Shop/WebContent/WEB-INF/lib/jta-1.1.jar
new file mode 100644
index 0000000..6d225b7
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/jta-1.1.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/junit-4.9b2.jar b/Shop/WebContent/WEB-INF/lib/junit-4.9b2.jar
new file mode 100644
index 0000000..aec30a0
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/junit-4.9b2.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/log4j-1.2.17.jar b/Shop/WebContent/WEB-INF/lib/log4j-1.2.17.jar
new file mode 100644
index 0000000..1d425cf
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/log4j-1.2.17.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/lucene-core-3.6.0.jar b/Shop/WebContent/WEB-INF/lib/lucene-core-3.6.0.jar
new file mode 100644
index 0000000..5cb8dae
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/lucene-core-3.6.0.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/mysql-connector-java-5.1.30-bin.jar b/Shop/WebContent/WEB-INF/lib/mysql-connector-java-5.1.30-bin.jar
new file mode 100644
index 0000000..afef9b2
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/mysql-connector-java-5.1.30-bin.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/ognl-3.0.6.jar b/Shop/WebContent/WEB-INF/lib/ognl-3.0.6.jar
new file mode 100644
index 0000000..b0838b7
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/ognl-3.0.6.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..db6f529
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.asm-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.asm-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..7cd3a62
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.asm-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.aspects-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.aspects-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..11fc11b
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.aspects-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.beans-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.beans-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..f2e2e92
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.beans-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.context-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.context-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..bd1367d
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.context-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.context.support-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.context.support-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..e46f9eb
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.context.support-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.core-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.core-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..ea9500d
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.core-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.expression-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.expression-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..6ef99d8
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.expression-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.instrument-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.instrument-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..e149290
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.instrument-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.instrument.tomcat-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.instrument.tomcat-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..dcd1e4d
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.instrument.tomcat-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.jdbc-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.jdbc-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..f7a3b83
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.jdbc-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.jms-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.jms-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..9cea2ae
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.jms-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.orm-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.orm-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..d0550cc
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.orm-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.oxm-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.oxm-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..1688cf7
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.oxm-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.spring-library-3.0.5.RELEASE.libd b/Shop/WebContent/WEB-INF/lib/org.springframework.spring-library-3.0.5.RELEASE.libd
new file mode 100644
index 0000000..b3aa6af
--- /dev/null
+++ b/Shop/WebContent/WEB-INF/lib/org.springframework.spring-library-3.0.5.RELEASE.libd
@@ -0,0 +1,21 @@
+Library-SymbolicName: org.springframework.spring
+Library-Version: 3.0.5.RELEASE
+Library-Name: Spring Framework
+Import-Bundle:
+ org.springframework.aop;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.asm;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.aspects;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.beans;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.context;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.context.support;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.core;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.expression;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.jdbc;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.jms;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.orm;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.oxm;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.transaction;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.web;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.web.servlet;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ org.springframework.web.portlet;version="[3.0.5.RELEASE, 3.0.5.RELEASE]",
+ com.springsource.org.aopalliance;version="[1.0.0, 1.0.0]"
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.test-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.test-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..237995c
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.test-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.transaction-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.transaction-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..2f52122
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.transaction-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.web-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.web-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..5a2381a
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.web-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.web.portlet-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.web.portlet-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..6ec9d68
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.web.portlet-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.web.servlet-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.web.servlet-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..6d13bd4
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.web.servlet-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/org.springframework.web.struts-3.0.5.RELEASE.jar b/Shop/WebContent/WEB-INF/lib/org.springframework.web.struts-3.0.5.RELEASE.jar
new file mode 100644
index 0000000..e351ae7
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/org.springframework.web.struts-3.0.5.RELEASE.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/slf4j-api-1.6.1.jar b/Shop/WebContent/WEB-INF/lib/slf4j-api-1.6.1.jar
new file mode 100644
index 0000000..f1f4fdd
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/slf4j-api-1.6.1.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/slf4j-log4j12-1.6.1.jar b/Shop/WebContent/WEB-INF/lib/slf4j-log4j12-1.6.1.jar
new file mode 100644
index 0000000..873d119
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/slf4j-log4j12-1.6.1.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/standard.jar b/Shop/WebContent/WEB-INF/lib/standard.jar
new file mode 100644
index 0000000..bc528ac
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/standard.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/struts2-core-2.3.16.3.jar b/Shop/WebContent/WEB-INF/lib/struts2-core-2.3.16.3.jar
new file mode 100644
index 0000000..2c05fda
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/struts2-core-2.3.16.3.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/struts2-spring-plugin-2.3.16.3.jar b/Shop/WebContent/WEB-INF/lib/struts2-spring-plugin-2.3.16.3.jar
new file mode 100644
index 0000000..5feb35d
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/struts2-spring-plugin-2.3.16.3.jar differ
diff --git a/Shop/WebContent/WEB-INF/lib/xwork-core-2.3.16.3.jar b/Shop/WebContent/WEB-INF/lib/xwork-core-2.3.16.3.jar
new file mode 100644
index 0000000..05ab811
Binary files /dev/null and b/Shop/WebContent/WEB-INF/lib/xwork-core-2.3.16.3.jar differ
diff --git a/Shop/WebContent/WEB-INF/web.xml b/Shop/WebContent/WEB-INF/web.xml
new file mode 100644
index 0000000..56af88f
--- /dev/null
+++ b/Shop/WebContent/WEB-INF/web.xml
@@ -0,0 +1,57 @@
+
+
+ Shop
+
+ index.html
+ index.htm
+ index.jsp
+ default.html
+ default.htm
+ default.jsp
+
+
+
+ ManagerFilter
+ com.cn.shop.filter.ManagerFilter
+
+
+ ManagerFilter
+ /manager/*
+
+
+
+ openSessionInViewFilter
+ org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
+
+
+ openSessionInViewFilter
+ /*
+
+
+
+
+
+
+
+
+
+ org.springframework.web.context.ContextLoaderListener
+
+
+
+
+ contextConfigLocation
+
+ classpath:beans.xml
+
+
+
+ struts2
+ org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
+
+
+
+ struts2
+ /*
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/cart.jsp b/Shop/WebContent/cart.jsp
new file mode 100644
index 0000000..15a7686
--- /dev/null
+++ b/Shop/WebContent/cart.jsp
@@ -0,0 +1,119 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<% String context = request.getContextPath(); %>
+
+<%@taglib uri="/struts-tags" prefix="s" %>
+
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+
+
+
+
+
+我的购物车
+
+
+
+
+ 购物车
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/fail.jsp b/Shop/WebContent/fail.jsp
new file mode 100644
index 0000000..ae1c347
--- /dev/null
+++ b/Shop/WebContent/fail.jsp
@@ -0,0 +1,14 @@
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
+ pageEncoding="ISO-8859-1"%>
+
+
+
+
+Insert title here
+
+
+
+ Fail!!!!
+
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/find.jsp b/Shop/WebContent/find.jsp
new file mode 100644
index 0000000..ddd7c2e
--- /dev/null
+++ b/Shop/WebContent/find.jsp
@@ -0,0 +1,25 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+ <% String context = request.getContextPath(); %>
+
+
+
+
+搜索商品
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/findlist.jsp b/Shop/WebContent/findlist.jsp
new file mode 100644
index 0000000..21169b8
--- /dev/null
+++ b/Shop/WebContent/findlist.jsp
@@ -0,0 +1,118 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<% String context = request.getContextPath(); %>
+
+
+<%@taglib uri="/struts-tags" prefix="s" %>
+
+
+
+
+
+
+我的购物车
+
+
+
+ 本系统的所有商品列表如下:
+
+
+
+
+
+
+ 产品图片
+ |
+
+ 产品名称
+ |
+
+ 添加到购物车
+ |
+
+ <%--
+
+
+ ${p.name}
+ |
+
+ 添加到购物车
+ |
+
+ --%>
+
+
+
+
+
+
+
+
+
+ <%-- --%>
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+ |
+
+
+
+ ">添加到购物车
+ <%-- ">修改Category --%>
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+ 首页
+
+ 首页
+
+ 上一页
+
+ 上一页
+
+ 下一页
+
+ 下一页
+
+ 末页
+
+ 末页
+
+
+
+
+
+
+
+
+ 查看购物车
+ 结帐
+ 返回首页
+ 登录
+ 注册
+
+
+
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/index.jsp b/Shop/WebContent/index.jsp
new file mode 100644
index 0000000..581522a
--- /dev/null
+++ b/Shop/WebContent/index.jsp
@@ -0,0 +1,15 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<% String context = request.getContextPath(); %>
+
+
+
+
+欢迎进入淘淘商城
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/list.jsp b/Shop/WebContent/list.jsp
new file mode 100644
index 0000000..3105c46
--- /dev/null
+++ b/Shop/WebContent/list.jsp
@@ -0,0 +1,140 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<% String context = request.getContextPath(); %>
+
+
+<%@taglib uri="/struts-tags" prefix="s" %>
+
+
+
+
+
+
+我的购物车
+
+
+
+ 搜索商品
+
+ 本系统的所有商品列表如下:
+
+
+
+
+
+
+ 产品图片
+ |
+
+ 产品名称
+ |
+
+ 产品价格
+ |
+
+ 产品描述
+ |
+
+ 添加到购物车
+ |
+
+ <%--
+
+
+ ${p.name}
+ |
+
+ 添加到购物车
+ |
+
+ --%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+ |
+
+
+
+ |
+ |
+
+
+
+ |
+ |
+
+
+
+
+
+ ">添加到购物车
+ <%-- ">修改Category --%>
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+ 首页
+
+ 首页
+
+ 上一页
+
+ 上一页
+
+ 下一页
+
+ 下一页
+
+ 末页
+
+ 末页
+
+
+
+
+
+
+
+
+ 查看购物车
+ 结帐
+ 返回首页
+ 登录
+ 注册
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/login.jsp b/Shop/WebContent/login.jsp
new file mode 100644
index 0000000..f816ad2
--- /dev/null
+++ b/Shop/WebContent/login.jsp
@@ -0,0 +1,27 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+ <% String context = request.getContextPath(); %>
+
+
+
+
+我的购物车
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/manager/addProduct.jsp b/Shop/WebContent/manager/addProduct.jsp
new file mode 100644
index 0000000..dc37499
--- /dev/null
+++ b/Shop/WebContent/manager/addProduct.jsp
@@ -0,0 +1,39 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+
+<%@ taglib prefix="s" uri="/struts-tags" %>
+
+<%
+
+String context = request.getContextPath();
+
+%>
+
+
+
+
+商品编辑
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/manager/flush.jsp b/Shop/WebContent/manager/flush.jsp
new file mode 100644
index 0000000..1edda4e
--- /dev/null
+++ b/Shop/WebContent/manager/flush.jsp
@@ -0,0 +1,14 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<% String context = request.getContextPath(); %>
+
+
+
+
+Insert title here
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/manager/index.jsp b/Shop/WebContent/manager/index.jsp
new file mode 100644
index 0000000..14695af
--- /dev/null
+++ b/Shop/WebContent/manager/index.jsp
@@ -0,0 +1,25 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<% String context = request.getContextPath(); %>
+
+
+
+
+后台界面
+
+
+
+ 添加商品
+
+
+ 商品列表
+
+
+ 查看订单状态
+
+
+ 返回前台首页
+
+
+
+
\ No newline at end of file
diff --git a/Shop/WebContent/manager/manager.jsp b/Shop/WebContent/manager/manager.jsp
new file mode 100644
index 0000000..e95d906
--- /dev/null
+++ b/Shop/WebContent/manager/manager.jsp
@@ -0,0 +1,107 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+ <% String context = request.getContextPath(); %>
+
+<%@taglib uri="/struts-tags" prefix="s" %>
+
+
+
+
+
+后台管理
+
+
+
+
+ 订单列表
+
+
+
+
+
+
+ 订单状态
+ |
+
+ 订单用户名
+ |
+
+ 订单号
+ |
+
+ 订单总价
+ |
+
+ 操作
+ |
+
+ <%--
+
+
+ ${o.statusText}
+ |
+
+ ${o.user.name}
+ |
+
+ ${o.orderNum}
+ |
+
+ ${o.cost}
+ |
+
+
+ 下一步
+
+ |
+
+ --%>
+
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+ ">下一步
+
+
+
+
+ <%-- ">修改Category --%>
+ |
+
+
+
+
+
+
+
+ 退出
+
+ 返回主页
+
+
+
+
+
+