Articles in the Jsp Category
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.
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.
