Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor tweaks

...

Tapestry 5 makes use of features of JDK 1.5. This includes Java Annotationsannotations, and a little bit of Java Genericsgenerics. JDK 1.6 works fine too.

Eclipse

...

Indigo (3.

...

7 or Newer)

Since we're emphasizing a free and open source stack, we'll concentrate on the best free IDE.

...

This tutorial was written with RunJettyRun version 1.13.1.

Maven

...

3

Maven is a software build tool of rather epic ambitions. It has a very sophisticated plugin system that allows it to do virtually anything, though compiling Java code, building WAR and JAR files, and creating reports and web sites are its forte.

...

Maven is not essential for using Tapestry, but is especially helpful when performing the initial setup of a Tapestry application.

Maven 2.2.1 is available from http://maven.apache.org/download.html.

...

.

There are plugins available for Eclipse, but we will not be using those here; instead, we'll use Maven to generate Eclipse control files for us.

...