How to separeta the jsp/html from java code
I have a full servlet running without any jsp. Now I want to start to work in a more easy to maintain and develop code. I was browsing the Internet and read that jstl, EL and jsp is the solution.
If it抯 true, can someone tell me where to start to learn some good articles.
I have a servlet that procces ant print the screen, I抎 like that de servlet only procces and give the result to the jsp to print the screen.
Thank a lot!!!

