HTML « MVC « JSP-Servlet Q&A





1. Using only html + javascript + AJAX to generate views without JSP or similar    stackoverflow.com

I have been thinking whether it's possible or practical to design an MVC architecture using only javascript + html + AJAX (probably jQuery or similar) to generate views, instead of JSP, ...