Versions Compared

Key

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

...

  • The service must define a service interface.
  • The service implementation must be on the file system (not inside a JAR).
  • The implementation must be instantiated by Tapestry, not inside code (even code inside a module class).
  • The service must use the default scope (reloading of perthread scopes is not supported).

...