1. Using only html + javascript + AJAX to generate views without JSP or similar stackoverflow.comI 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, ... |