Articles Archive for April 2009
JEE, Jsp, Tech Notes »
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 »
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 »
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 »
This article introduces you with the basic concepts of JSP. It will also tell you how to write your first JSP.
