Introduction When implementing some sort of web application’s plugin architecture in which the layout is based on the Tiles framework (https://tiles.apache.org/) there could be the need to reload new tiles definitions on the fly. How to load Tiles definitions programmatically To load new tiles definitions first of all we get the Tiles container passing the servlet context to … [Read more...] about How to load Tiles definitions programmatically