Task1: Getting started - scg-unibe-ch/ese2016 GitHub Wiki
1. Registration (Mandatory)
To register for the project, you must
- have an account on github.com
- fill out the ESE registration form
The registration will close on Monday September 26 @ 23:59. The groups will be communicated the following Tuesday.
2. Code: Environment setup (Recommended)
- install maven
- create a project from the archetype 'co.ntier:spring-mvc-archetype' (from command line)
- deploy the application to a server of your choice (e.g. jetty, tomcat, glassfish).
- test the deployed application in your browser (http://localhost:8080)
- install eclipse
- import existing maven project to eclipse
- build the application using the Maven Eclipse plugin