Articles tagged with: Custom Tag
JEE, JSF, Tech Notes »
Normally, a jsp contains static and dynamic contents. Static contents are written using html while dynamic contents are executed at server side, and the resultant data is presented again in html format. When a page is presented in a browser, it contains sequence of html tags that are nested to present view elements and data. When we are working with JSF, the presented page is still the same, but the way jsp code is written, and the way it is processed by the container, there is major difference. Let us …
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.
