Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed scrollbar

Wiki Markup{

Scrollbar
}
Since
since5.3
 
JSR-330 annotations can be used for injection in Tapestry 5.3 and later.

...

In Tapestry, it is exactly the other way around. By default a service is a singleton. Once an instance is created, it is reused for injection. Another available scope is perthread, which exists primarily to help multi-threaded servlet applications. If a service has perthread scope, it is recreated for every incoming request.

 

Scrollbar
Wiki Markup{scrollbar}