Requirements

Tapestry is designed to operate on a variety of different JVMs and versions of the Java Servlet API. Below you can find the list of supported and tested configurations:

Supported Java Versions

Java 1.2.2

Operates correctly. Requires the Xerces parser to be in the classpath (usually provided by the servlet container).

Java 1.3.x

Operates correctly. Requires the Xerces parser to be in the classpath (usually provided by the servlet container).

Java 1.4.x (recommended)

Operates correctly.

Supported Java Servlet API Versions

Java Servlet API 2.2

Operates correctly with minor exceptions related to character encoding of the requests due to the limitations of the Servlet API version.

Java Servlet API 2.3 (recommended)

Operates correctly.