Skip to content

Task Getting started

caracciolo edited this page Sep 16, 2015 · 10 revisions

1. Registration

To register for a project, you must

  • Create an account on github.com (if you already have one, you can reuse it)
  • Create an account on trello.com (if you already have one, you can reuse it)
  • Fill out the ESE registration form

The registration will close on Sunday 20. @ 23.59.
The groups will be communicated in the following days.

2. Code: Environment setup

  • install eclipse (EE edition)
  • install maven
  • create a project from the archetype co.ntier:spring-mvc-archetype
  • add support for Jetty in your POM.xml file (tutorial)
  • deploy your application with a valid goal (jetty:run).
  • test the deployed application in your browser (http://localhost:8080)
  • save the project on github in a repo named ese2015_hello. Use the same account that you mentioned when filling out the registration web form.

Recommended readings for maven:

Recommended readings for github:

Clone this wiki locally