Versions Compared

Key

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

...

Live service reloading has some limitations; basically, the implementation only reloads if Tapestry instantiated it directly. :

  • 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).

Consider the following example module:

...