Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarified LCR paragraph with respect to service implementations

...

However, class reloading only applies to component classes and, starting in 5.2, Tapestry IOC-based service implementations (with some restrictions). Other classes, such as service interfaces and implementationsentity/model classes, or other data objects, are loaded by the normal class loader and not subject to live class reloading. Note: In Tapestry 5.2 and later, your services can also participate in live class reloading, with some restrictions.

Instance Variables

Tapestry components may have instance variables (unlike Tapestry 4, where you had to use abstract properties).

...