Versions Compared

Key

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

...

Div
stylefloat:right
titleRelated Articles
classaui-label
Content by Label
showLabelsfalse
showSpacefalse
titleRelated Articles
cqllabel = "new-users" and space = currentSpace()

What is Apache Tapestry?

Apache Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.

...

A number of third party libraries, tutorials and resources are listed on the the Modules page.

About Releases and Snapshots

You can also pull down Tapestry modules in the form of binary and source JARs from the Maven Central repository.

...

To access the snapshot repository, just add -DremoteRepositories=http://repository.apache.org/snapshots/ to the command line when running Maven.

Documentation on this site sometimes refers to the latest snapshot ... that is, it is often ahead of the last official release, with version-specific differences clearly marked. In some cases, it is written as if the snapshot release is stable. For example, if documentation refers to version 5.47.x and that hasn't been released yet, you can try 5.47.x-SNAPSHOT.