2009 April | DeepakGaikwad.net
Home » Archive

Articles Archive for April 2009

JEE, Jsp, Tech Notes »

[28 Apr 2009 | No Comment | ]

This article gives details of different usages of Jsp technology in isolation and also with other technologies.

JEE, Jsp, Tech Notes »

[16 Apr 2009 | No Comment | ]

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 »

[16 Apr 2009 | No Comment | ]

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 »

[16 Apr 2009 | One Comment | ]

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 »

[16 Apr 2009 | One Comment | ]

Unified expression language is used in Jsps to avoid javascript to improve readability. Here we discuss details of this new version of expression language.