Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 944 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 944 Bytes

tapestry-stitch

Sample components and concepts in Tapestry 5

Components:

  • PDFLink - Integrates Apache FOP with tapestry templating to generate PDFs.
  • GridDecorator - Grid mixin which provides a hook to decorate rows and cells
  • Gallery - Display custom items in a paginated grid layout
  • TabGroup - Ajax tab component using twitter bootstrap tabs
  • ProgressLink - Fires a task and updates the progress in the UI. The task is executed asynchronously and is periodically polled for it's progress.

A demonstration of each component can be found at https://github.com/uklance/tapestry-stitch-demo/