The skeleton of the demo web project for CS480.
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 latest Eclipse (http://www.eclipse.org/)
- Make sure your Eclipse has Maven installed (It should have been included in the latest version of the Eclipse)
- 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: