Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed bad links due to copy-paste from cwiki-test

Scrollbar

 

Table of Contents

 

Excerpt
hiddentrue

a guide to what goes in your application module (usually AppModule.java)

 

The Application Module class is a simple Java class used to configure Tapestry. A system of annotations and naming conventions allows Tapestry to determine what services are provided by the module to your application. This is the place where you bind your custom implementation of services, contribute to, decorate and override existing services.

Table of Contents

Div
stylefloat:right
titleRelated Articles
classaui-label
Content by Label
showLabelsfalse
showSpacefalse
titleRelated Articles
cqllabel = "configuration" and space = currentSpace()

...

Main Article: Annotations

Tapestry versions 5.2 comes and later come with a set of annotations to better your understanding of that are commonly used in module classes.

content under developmentSee this list of IOC annotations

Anchor
parameter-types
parameter-types
Parameter types

...