Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor spelling & added JDK 1.6 mention

...

As much as I would like to dive into Tapestry right now, we must first talk about your development environment. The joy and the pain of Java development is the volume of choice available. There's just a bewildering number of JDKs, IDEs and other TLAs (Three Letter AcryonymsAcronyms) out there.

Let's talk about a stack of tools, all open source and freely available, that you'll need to setup. Likely you have some of these, or some version of these, already on your development machine.

JDK 1.5 or Newer

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

Eclipse Helios (3.6.1 or Newer)

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

...

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.

...