Intro JSPTechnology
Intro JSPTechnology
V.M.Vasava
Lect. IT,GPG
Agenda
Introduction about JSP
JSP Lifecycle
JSP vs Servlet
Important tags of JSP
JSP
It stands for Java Server Pages.
It is a server side technology.
It is used for creating web application.
It is used to create dynamic web content.
In this JSP tags are used to insert JAVA code into HTML
pages.
It is an advanced version of Servlet Technology.
It is a Web based technology helps us to create
dynamic and platform independent web pages.
In this, Java code can be inserted in HTML/ XML pages
or both.
JSP is first converted into servlet by JSP container
before processing the client’s request.
Java Server Pages
Servlets are pure Java programs. They introduce
dynamism into web pages by using programmatic
content.
JSP technology is an extension/wrapper over the Java
servlet technology.
JSP are text based documents.
We will focus only on JSP since it subsumes the servlet
technology.
Two major components of JSP:
Static content: provided by HTML or XML