Apache Tiles allows authors to define page fragments which can be assembled into a complete pages at runtime.
Apache Tiles allows authors to define page fragments which can be assembled into a complete pages at runtime.
Customer Reviews
Consultant in Information Technology and Services
Advanced user of Apache TilesIt is designed to be used easily alongside other web frameworks like Spring Web, Struts, etc. I had the opportunity to worked with Apache Tiles on my first Java Web project built over Struts and it helped us a lot to organise our pages. And, the next time I've used it was along side Spring Webflow for a cruise booking web application. It did helped us work smoothly.
The downside is how you configure it. It's not trendy anymore to configure using XML. I think the Java World has started abandoing XML's ever since Spring introduced Java Config.
It's Apache Tiles or another. Don't try to mix it up with another templating framework.
Apache Tiles in terms of evolution is the early relative of Microfrontends. It started making the parts of the page as components that are put together upon loading.