Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typos

...

CoffeeScript (http://coffeescript.org) is a language that to compiles down to JavaScript.

Starting with version 5.4, Tapestry can automatically compile your CoffeeScript code into JavaScript on the fly. This is done with the optional tapestry-webresources module. It is highly recommended for anyone who wants to use CoffeeScript in their application ... just let Tapestry do the compilation at runtime (with access to Tapestry's full exception reporting capabilities).

...

All of Tapestry's own client-side code in is written in CoffeeScript and compiled, at build- time, to JavaScript.

Info

You are completely free to use either JavaScript or CoffeeScript in your Tapestry application.

...