2009 April | DeepakGaikwad.net - Part 2
Home » Archive

Articles Archive for April 2009

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.

JEE, Jsp, Tech Notes »

[13 Apr 2009 | No Comment | ]

This article introduces you with the basic concepts of JSP. It will also tell you how to write your first JSP.