Posts Tagged ‘Custom Tag

Applying Java Server Faces (JSF) Technology to Jsp

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. [...]

JEE, JSF, Tech Notes

Using Custom Tags in JSP

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