How to create a Tapestry project skeleton using Maven and then work with it
using both Eclipse and NetBeans IDE.
The core concepts of Tapestry, including pages and how they are handled
by the framework, how to navigate from page to page and how to pass
information between pages.
??? ??? ???
Chapter 8
[ 243 ]
What are expansions, components, and how components can be defined in
different ways.
How to structure a Tapestry web application by placing its pages into
different subfolders.
How to use Application State Objects.
How to use many of the components that come with Tapestry??”both the
simple ones that map directly to an HTML control and those sophisticated
ones that bring with them a lot of powerful functionality.
How to use the validation subsystem of Tapestry, so that with minimal
efforts we are able to check whether user input is acceptable, and if not,
display an appropriate message.
How to display web applications in different languages, how to change its
current locale and also how to store localized messages in both root and
page-specific message catalogs.
How to create custom components that can be reused within the same
application or across various applications, and how to package them into
a library.
Pages:
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298