This project has retired. For details please refer to its Attic page.
Apache Tiles - Framework - What's new in Tiles 2.1

What's new in Tiles 2.1

Tiles 2.1 is a completely compatible enhancement of Tiles 2.0.x. It introduces new features, while modifying the internal structure to allow an easier API usage.

New features

Tiles 2.1 introduces new features, but remaining compatible to Tiles 2.0.x. The new features are:

Under the hood

  • TilesApplicationContext is now created externally of the Tiles container and must be configured externally.
  • Tiles exceptions are all unchecked now: you can now remove all your try-catches.
  • Added the concept of "definition DAO" that allows loading definitions from various sources, for example a DB.