Requirements

From Source Repository

First you have to checkout the 123JavaShop project from source repository .

123JavaProject is a maven multi module project and it consists of two modules. For further information look at three tier architecture or architecture section.

  • shop-core
  • shop-web
Build the project with "mvn clean install" command. After that change the directory to shop-web and start the shop application with "mvn jetty:run" command.

  • Build the project with "mvn clean install"

Tomcat Deployment

  • Download and install one version of the tomcat servlet container here .
  • Copy the war-File from shop-web/target directory to the tomcat/webapps directory.
Statistics