Java Server Pages Tutorial - JEE
Home » JEE, Jsp, Tech Notes

Java Server Pages (JSP) Tutorial

13 April 2009 No Comment

Java Server Pages technology is used at presentation tier to present the web contents to users. This technology is primarily used independently or with other presentation tier frameworks (Struts, Spring MVC, Tiles) to display static and dynamic contents. Jsp makes it possible to integrate the static contents with dynamic contents. The dynamic contents may be data coming from server, or data resulting after evaluation of expressions or other contents at server side. Further, jsp being a servlet, it allows you to use the features of servlet technology also. This tutorial will take you through the theoretical and practical details of this technology. It will cover following aspects of JSP.

 

More Related Posts in JEE, Jsp, Tech Notes

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.