I am new in webpage development with Java. For now, I am going to start a webapps project with JSP. But I have few questions:
-
I using JSP with MVC practice. Can I avoid to use any framework? Spring, Struts and ..
-
JSTL and EL are must in JSP?
-
jQuery provide nice UI but it is AJAX?
Until this stage, my plan for my project is using JSP + JSTL + jQuery. Hope someone can give some advice on this.
Using JSP + JSTL + JQuery is OK, and is quite common. But I wouldn’t avoid using an MVC framework. They are useful.