Roy Tang

Programmer, engineer, scientist, critic, gamer, dreamer, and kid-at-heart.

Blog Notes Photos Links Archives About

Someone on quora asked:

When, why and where servlets, jsp, jstl, el come into picture?

What exactly are you asking?

Servlets are used for request processing.

JSP is a template language for generating web pages (they can be used to generate any kind of HTTP response)

JSTL is a standard tag library available for use inside JSP. EL is an expression language also used inside JSP.

If you need a primer on this stuff, I’ve found the Head First Servlets and JSP book to be reasonably good.

Posted by under notes at #answers
Also on: quora / 0