JavaServer Pages (JSP) technology enables Web developers and designers to rapidly develop and easily maintain, information-rich, dynamic Web pages that leverage existing business systems. As part of the Java technology family, JSP technology enables rapid development of Web-based applications that are platform independent. JSP technology separates the user interface from content generation, enabling designers to change the overall page layout without altering the underlying dynamic content.
Table of Contents
- JSP - Introduction
- JSP - Architecture and Life Cycle
- JSP - Workiing Environment Setup
- JSP - Basic Syntax
- JSP - Directives
- JSP - Actions
- JSP - Implicit Objects
- JSP - Client Request & Server Response
- JSP - Http Status Codes
- JSP - Form Processing with GET and POST
- JSP - Using Filters
- JSP - Cookies Handling
- JSP - Session Handling
- JSP - File Uploading
- JSP - Page Redirecting
- JSP - Standard Tag Library (JSTL)
- JSP - Connect with Database
- JSP - Custom Tags
- JSP - Expression Language (EL)
- JSP - Exception Handling
- JSP - Security
- JSP - FAQ