SourceForge Logo

Tapestry Examples: Contents

Directory Description
Tutorial The ever-growing Tapestry Tutorial, which includes documentation and source code.
SessionTracker An entity EJB used by the TapestryDemo to track the user's progress through the application. It is notified of each URI along with any query parameters (from the command line, or from submitted forms) and stores these in a Cloudscape database.
TapestryDemo The demo/workbench for Tapestry, the "blue border" demo.
Vlib The new demonstration for Tapestry: The Primix Virtual Library, a true database driven application. Users register and then enter in information on the books they have ... others can search for books they need, borrow them and track, using the application, where books are.

Uses the VlibBeans EJBs to access the database, which is currently implemented using Cloudscape.

In progress: a parallel implementation of the Virtual Library using JSPs. This will be used for side-by-side performance testing and to have a reasonable comparison of implementation effort between JSPs and Tapestry.

VlibBeans EJBs used to access the Virtual Library database. Implemented for WebLogic 5.1 SP 3 using WebLogic's (pretty darn weak) container managed persistence.

Tapestry is an open source project, hosted on the SourceForge and licensed under the Lesser GNU Public License.