Versions Compared

Key

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

...

Tapestry 5 makes use of features of Java Development Kit (JDK) version 1.5. This includes Java annotations, and a little bit of Java generics. JDK 1.6 works fine too.

Eclipse

...

IDE

For this tutorial we'll use the currently most popular assume you're using Eclipse as your Integrated Development Environment (IDE), Eclipse. But . Eclipse is a popular IDE, but feel free to adapt these instructions to your favorite IDE, whether IntelliJ, NetBeans, or any other.

Eclipse comes in various flavors, and includes a reasonable XML editor built-in. It can be downloaded from the eclipse.org web site. We recommend the Eclipse IDE for Java Developers, version 3.7 ("Indigo") or newer.

Jetty

Jetty is an open source servlet container created by Greg Wilkins of Webtide (which offers commercial support for Jetty). Jetty is high performance and designed for easy embedding in other software.

...