[go: up one dir, main page]

0% found this document useful (0 votes)
103 views1 page

JSP (Seminar Abstract Page) PDF

JSP technology allows creating web applications like Servlet technology. JSP pages consist of HTML tags and JSP tags, separating design from development and making pages easier to maintain than Servlets. JSP extends Servlet functionality with features like expression language and custom tags, providing an easier way to develop web applications than using Servlets alone. The document is a synopsis for a seminar on JSP technology given by a student at the Dept. of IT at TAT, Bhubaneswar under the guidance of their professor.

Uploaded by

Tanmay Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views1 page

JSP (Seminar Abstract Page) PDF

JSP technology allows creating web applications like Servlet technology. JSP pages consist of HTML tags and JSP tags, separating design from development and making pages easier to maintain than Servlets. JSP extends Servlet functionality with features like expression language and custom tags, providing an easier way to develop web applications than using Servlets alone. The document is a synopsis for a seminar on JSP technology given by a student at the Dept. of IT at TAT, Bhubaneswar under the guidance of their professor.

Uploaded by

Tanmay Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Java Server Page(JSP)

Tanmay Kumar
Regd. No:- 1601289524
8th Sem, B.Tech(IT), Gr-2nd
Dept. of IT,TAT,Bhubaneswar-751024.
under the Guidance of
Mr. Jyoti Ranjan Sahoo
Assistant Professor
Dept. of IT,TAT,Bhubaneswar-751024.
Decemebr 2019.

Synopsis of the Seminar Topic


JSP technology is used to create web application just like Servlet technology. It
can be thought of as an extension to Servlet because it provides more functionality
than servlet such as expression language, JSTL, etc. A JSP page consists of
HTML tags and JSP tags. The JSP pages are easier to maintain than Servlet
because we can separate designing and development. It provides some additional
features such as Expression Language, Custom Tags, etc. JSP technology is the
extension to Servlet technology. We can use all the features of the Servlet in JSP.
In addition to, we can use implicit objects, predefined tags, expression language
and Custom tags in JSP, that makes JSP development easy.

References
➢ Java Servlet: https://www.javatpoint.com/jsp-tutorial

Place: Bhubaneswar Student Signature

Date: Guide Signature

You might also like