Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 is perthread, which exists primarily to help multi-threaded servlet applications. If a service has _perthread _scopehas perthread scope, it is recreated for every incoming request.