Articles Archive for April 2009
JEE, Jsp, Tech Notes »
This article gives details of different usages of Jsp technology in isolation and also with other technologies.
JEE, Jsp, Tech Notes »
Implicit object are those objects which are available in jsp by default. Developer does not need to declare these objects, the web container creates them. Such objects are discussed here.
JEE, Jsp, Tech Notes »
Jsp works on simple request response model by handling requests through the _jspService() method of generated servlet. We discuss request processing in detail here.
JEE, Jsp, Tech Notes »
Along with JSP technology, Sun offered a standard tag library called JavaServerPages Standard Tag Library (JSTL). We discuss details of JSTL in this article.
JEE, Jsp, Tech Notes »
Unified expression language is used in Jsps to avoid javascript to improve readability. Here we discuss details of this new version of expression language.
