0% found this document useful (0 votes)
33 views

Java Servlets Session - 1: Srikanth Reddy

This document provides an overview of topics to be covered in a session on Java servlets, including an introduction to the web and web architecture, static and dynamic web responses, CGI, and a servlet demo. The tools required for the servlet demo are listed as an editor like Notepad or Eclipse, a JavaEE SDK including JDK and enterprise APIs, a web server like Tomcat, a browser like Chrome or Firefox, and a database like MySQL, MongoDB, or Firebase.

Uploaded by

harini
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)
33 views

Java Servlets Session - 1: Srikanth Reddy

This document provides an overview of topics to be covered in a session on Java servlets, including an introduction to the web and web architecture, static and dynamic web responses, CGI, and a servlet demo. The tools required for the servlet demo are listed as an editor like Notepad or Eclipse, a JavaEE SDK including JDK and enterprise APIs, a web server like Tomcat, a browser like Chrome or Firefox, and a database like MySQL, MongoDB, or Firebase.

Uploaded by

harini
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/ 52

Java Servlets Session - 1

Srikanth Reddy
Topics to be covered
Introduction to Web
Web Architecture
Static Web Response
Dynamic Web Response
What is CGI
Servlet Demo
Tools Required
• Editor : Notepad, VS-Code, Eclipse.
• JavaEE SDK – JDK + Enterprise API(Servlet, JSP, EJB…).
• Server – Web Server(Tomcat)
• Browser – Chrome/Firefox
• Database – MySQL/Mongo DB/Firebase.

You might also like