I am working on a legacy web application that uses JSPs, Struts 1 and some parts of Struts 2.
This turned out be heavy in the front end. There are over 100 JSPs corresponding to each page in the web application. Requirement now is to convert this into a single page web application.
Is AngularJS a good option to replace the entire set of JSPs and Struts 1 and 2?
Can someone point me to any documents that help do this?