Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. Devloping a Tuscany web application for Geronimo using Maven and Eclipse

3.1 Create an empty maven project for your web application

Code Block

mvn archetype:generate

Select 18: internal -> maven-archetype-webapp (A simple Java web application) and provide the groupId/artifactId/version and package name.

Code Block

mvn eclipse:eclipse

3.2 Import the project into Eclipse

4. Configure the maven pom.xml to generate web.xml and geronimo-web.xml automatically

...