Reputation: 191
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.
Upvotes: 0
Views: 1485
Reputation: 691785
Using JSP + JSTL + JQuery is OK, and is quite common. But I wouldn't avoid using an MVC framework. They are useful.
Upvotes: 2