I'm currently developping a Java app using SpringBoot & Maven. I'm thinking of using the Apache Tiles framework in order to compose my JSP. Here's the problem: in the future, this app will have an offline mode. So: Does Tiles is implementing well within an app in offline mode ?
Thx !
EDIT I do make requests to a back-end service. I was using JSP until now, wich worked fine, but I wanted to learned more about Tiles.