JSP Tutorial
Java Server Pages (JSP) is a server-side programming technology used to develop web pages by inserting Java code into the HTML pages.
This tutorial will teach you how to use Java Server Pages (JSP) to develop your web applications in simple and easy steps.
Introduction
- Introduction to JSP
- Environment Setup with Eclipse
- JSP Architecture
- JSP Lifecycle
- JSP Syntax
- Directives
- Creating JSP Pages
Scripting Elements
- Scriptlet Tag
- Expression Tag
- Declaration Tag
JSP Implicit Objects
- JSP Request
- JSP Response
- JSP Status Code