Jsp | DeepakGaikwad.net - Part 2
Home » Archive

Articles in the Jsp Category

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.

JEE, Jsp, Tech Notes »

[16 Apr 2009 | One Comment | ]

If we look at the open source frameworks for presentation tier, you will find most of them providing custom tag libraries for the Jsp development.

JEE, Jsp, Tech Notes »

[16 Apr 2009 | One Comment | ]

Java bean is a Plain Old Java Object (POJO) having few attributes and getter and setter methods in it. These POJOs can be used in JSPs to send data to the server. Let us go through details of it.

JEE, Jsp, Tech Notes »

[16 Apr 2009 | One Comment | ]

Jsp syntax contains many elements which are used to change behavior of a Jsp and subsequently the generated servlet. This article focuses on such elements.

JEE, Jsp, Tech Notes »

[15 Apr 2009 | 18 Comments | ]

This article explains Jsp lifecycle in detail.