Java Server Pages (JSP) Tutorial
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.
- Introduction to JSP
- Life Cycle of JSP
- Elements of JSP
- Implicit Objects in JSP
- Request Handling in JSP
- Using Java Beans in JSP
- Using Custom Tags in JSP
- Unified Expression Language (EL)
- Java Server Pages Standard Tag Library (JSTL)
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
