Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed ../apidocs/ links

...

Starting in release 5.2, service implementations now reload. There's a number of restrictions on this, and a couple of
leaky abstractions, but on the whole its quite serviceable.

...

The class loader only loads the service implementation class, and any inner classes for the service implementation.
All other classes are loaded by the standard class loader for the application.

...

In an application that is not driven by the web tier, you will need to periodically invoke the fireCheckForUpdates() method of the UpdateListenerHub service (which was moved from tapestry-core to tapestry-ioc for this purpose).