Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: you're -> your (my bad)

...

Tapestry 5's API is based almost entirely on naming conventions and annotations. You're Your components are just ordinary Java classes; you will annotate fields to allow Tapestry to maintain their state or to allow Tapestry to inject resources, and you will name (or annotate) methods to tell Tapestry under what circumstances a method should be invoked.

...