Index of /downloads/quick-start

      Name                         Last modified       Size  Description

[DIR] Parent Directory 28-Feb-2008 18:21 - [   ] helloworld-taplet.zip 18-Oct-2005 14:45 2.8M [CMP] tapestry-examples-4.0.tar.gz 06-Jan-2006 15:32 27.1M [CMP] tapestry-libraries.tar.gz 06-Jan-2006 15:43 2.7M [CMP] tapestry-tutorials.tar.gz 06-Jan-2006 15:44 2.7M

tapestry-libraries.tar.gz

	Ccontains just the Tapestry libraries, including all the current dependencies.

tapestry-tutorials.tar.gz

	Contains the libraries as well as all of the Tapestry QuickStart tutorials.
	
	The QuickStart Tutorials are distributed as a set of Eclipse workspaces (though Ant build files are supplied as well).
	They depend on an Eclipse User Library to locate the libraries.  You can create a User Library as follows:
	
		- Select Window -> Preferences... from the menu
		- Navigate to Java / Build Path / User Libraries
		- Click New
		- Name the library "Tapestry Libraries"
		- Click Add Jars ...
		- Add all the JAR files in the tapestry-libraries/lib/web folder
		
	The Tutorials should then build correctly.
	
tapestry-examples-xxx.tar.gz

	A prebuilt JBoss distribution, containing the Tapestry Workbench and Virtual Library
	applications.
	
	Unpack the distribution, change the bin directory, and use the run.bat or
	run.sh script to start up JBoss and the examples.
	
	See http://jakarta.apache.org/tapestry/examples/index.html for details.