Versions Compared

Key

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

...

Tapestry 5 makes use of features of JDK 1.5. This includes Java Annotations, and a little bit of Java Generics.

Eclipse Helios (3.6.1)

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

Note

Ok, sure, IntelliJ is now free as well. And NetBeans has gotten really nice. Feel free to adapt these instructions to those IDEs.

Eclipse 3.3 comes in various flavors, and includes a reasonable XML editor built-in. It can be downloaded from the eclipse.org web site. I use the Eclipse IDE for Java Developers.

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.

...