AngularJS with Apache Tiles
问题 I use Spring MVC and AngularJS for my project. Can AngularJs $routing and ngView be used instead of or together with the Apache Tiles framework? As far as I can see using $routing and ngView we create templates and reuse them in a singlePage application. 回答1: Yes, AngularJs' routing can be use instead of tiles. Also you can use together, but after it may broke singlepage app idea. In tiles you probably use jsp files. So jsp files compiling in server-side , and serving as html file in client