The skeleton of the demo web project for CS4800.
This project is designed to let you practice the different aspects of software engineering, such as version control, design, tests, build, deployment, and maintenance.
- Install the latests Maven (http://maven.apache.org/download.cgi)
- Install the Eclipse 4+ (http://www.eclipse.org/)
- Install the Maven Eclipse Plug-in using the update site (http://www.eclipse.org/m2e/download/)
- File->Import->Maven->Existing Maven Projects
- Select the directory containing the pom.xml file
- Finish
- Right-click on the project root folder->Maven->Update Project
- Locate the App.java in src/main/java source folder and right-click on it->Run As->Java Application
- Verify the running process in your web browser by the following URLs: