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!!!

[453 byte] By [DiegoR73a] at [2007-10-3 0:31:29]
# 1
More clean way is not to use servlet only for controler not for view. As view use jsp file.
amitteva at 2007-7-14 17:24:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...