SlideShare a Scribd company logo
SERVLET
Submitted by,
B. Soundarya, B.Sc,
Nadar Saraswathi College of Arts and
Science,
Theni.
SERVLETS
Servlet is a simple java program
that runs an a java enabled web
server or application server.
They are used to handle the
request obtained from the web
serve, process the request,
produce the response, then
response back to the web
server.
PROPERTIES OF SERVLET
Servlets work on the
server side.
Servlet capable of
handling complex
request obtained from
web server.
EXECUTION OF
SERVLET
Execution of servlets involves the six basic step’s:
1. The client send the request to the web
server.
2. The web server passes the request and
corresponding servlet.
3. The web server receive the request.
4. The servlet processes the request and
generate in the response in the form of output.
5. The servlet send the response back
to the web server.
SERVLET ARCHITECTURE
WEB BROWSER
WEB SERVER
SERVLET PROGRAM
DATABASE
ADVANTAGE OF A JAVA
SERVLET
 Servlet is faster than CGI as it not
involve the creation of a new process
every new request received.
 Servlet as written in java are platform
independent.
 Remove the overhead of creation a new
process for each request of Servlet
doesn’t run in a separate process.
 It is server side components, Servlet
inherits the security provided by the web
server.
SERVLET CONTAINER
 It also know as servlets engine is an
integrated set of object that
provided run time environment for
java servlets components.
 In simple words, it is a system that
manages java servlets components
on top of the web server to handle
the web client request
SERVICES PROVIDED BY THE
SERVLET CONTAINER
Networking Services
Decode and encode MIME based
messages
Manage Servlet container
Resource Management
Security Service
Session Management
NETWORK SERVICES
Load a Servlet class. The loading
may be from a local file system,
a remote file system or other
network service.
The Servlet container provides
the network service over which
the request and response are
sent.
DECODE AND ENCODE
MIME BASED MESSAGES
Provides the service of
decoding and encoding
MIME- based message.
Encoding the container
provides the network
services.
MANAGE SERVLET
CONTAINER
 Manage lifecycle of a Servlet.
 Three methods are central to the
life cycle of a Servlet.
 These are init(),service(),and
destroy(). They are implemented by
every Servlet and are invoked at
specific times by the server
RESOURCE
MANAGEMENT
 Manages the static and dynamic
resource such as HTML files,
Servlet and JSP page.
 The init( ), service( ), and destroy( )
methods are the life cycle methods
of the Servlet.
 These are invoked by the server.
The get Servlet Con fig( ) method is
called by the Servlet to obtain
initialization parameters.
SECURITY SERVICES
Handle authorization and
authentication of resource
access.
The Servlet Request interface
includes methods that allow you
to read the names and values of
parameters that are included in
a client request.
SESSION MANAGEMENT
 Maintains a session by appending a session
ID to the URL path.
 The Http Servlet class provides
specialized methods that handle the
various types of HTTP requests.
 A Servlet developer typically overrides
one of these methods.
 These methods are do Delete(), doGet(),
doHead(), doOptions(), doPost(), doPut(),
and doTrace().
THANK YOU!!!

More Related Content

What's hot

Servlet.ppt
Servlet.pptServlet.ppt
Servlet.ppt
VMahesh5
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NET
Rajkumarsoy
 
Jdbc architecture and driver types ppt
Jdbc architecture and driver types pptJdbc architecture and driver types ppt
Jdbc architecture and driver types ppt
kamal kotecha
 
Ajax ppt
Ajax pptAjax ppt
Event handling
Event handlingEvent handling
Event handling
swapnac12
 
Java Networking
Java NetworkingJava Networking
Java Networking
Sunil OS
 
Java: GUI
Java: GUIJava: GUI
Java: GUI
Tareq Hasan
 
Jdbc ppt
Jdbc pptJdbc ppt
Jdbc ppt
sandeep54552
 
Java servlets
Java servletsJava servlets
Java servlets
yuvarani p
 
Java Server Pages
Java Server PagesJava Server Pages
Java Server Pages
Kasun Madusanke
 
Java rmi
Java rmiJava rmi
Java rmi
kamal kotecha
 
Java Server Pages(jsp)
Java Server Pages(jsp)Java Server Pages(jsp)
Java Server Pages(jsp)
Manisha Keim
 
Threads in JAVA
Threads in JAVAThreads in JAVA
Activity lifecycle
Activity lifecycleActivity lifecycle
Activity lifecycle
Rehan Choudhary
 
Struts
StrutsStruts
Struts
s4al_com
 
Jsp ppt
Jsp pptJsp ppt
Jsp ppt
Vikas Jagtap
 
Asp.net state management
Asp.net state managementAsp.net state management
Asp.net state management
priya Nithya
 

What's hot (20)

Servlet.ppt
Servlet.pptServlet.ppt
Servlet.ppt
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NET
 
Jdbc architecture and driver types ppt
Jdbc architecture and driver types pptJdbc architecture and driver types ppt
Jdbc architecture and driver types ppt
 
Ajax ppt
Ajax pptAjax ppt
Ajax ppt
 
JDBC
JDBCJDBC
JDBC
 
Event handling
Event handlingEvent handling
Event handling
 
Introduction to .NET Framework
Introduction to .NET FrameworkIntroduction to .NET Framework
Introduction to .NET Framework
 
Java Networking
Java NetworkingJava Networking
Java Networking
 
Java: GUI
Java: GUIJava: GUI
Java: GUI
 
Jdbc ppt
Jdbc pptJdbc ppt
Jdbc ppt
 
Java servlets
Java servletsJava servlets
Java servlets
 
Java Server Pages
Java Server PagesJava Server Pages
Java Server Pages
 
Java rmi
Java rmiJava rmi
Java rmi
 
Java Server Pages(jsp)
Java Server Pages(jsp)Java Server Pages(jsp)
Java Server Pages(jsp)
 
Threads in JAVA
Threads in JAVAThreads in JAVA
Threads in JAVA
 
Activity lifecycle
Activity lifecycleActivity lifecycle
Activity lifecycle
 
Struts
StrutsStruts
Struts
 
Jsp ppt
Jsp pptJsp ppt
Jsp ppt
 
Tomcat
TomcatTomcat
Tomcat
 
Asp.net state management
Asp.net state managementAsp.net state management
Asp.net state management
 

Similar to servlet in java

J servlets
J servletsJ servlets
J servlets
reddivarihareesh
 
Java Servlet
Java ServletJava Servlet
Java Servlet
Yoga Raja
 
J2ee servlet
J2ee servletJ2ee servlet
J2ee servlet
vinoth ponnurangam
 
ajava unit 1.pptx
ajava unit 1.pptxajava unit 1.pptx
ajava unit 1.pptx
PawanKumar617960
 
Java servlets
Java servletsJava servlets
Java servlets
Mukesh Tekwani
 
Servlet session 1
Servlet   session 1Servlet   session 1
Servlet session 1
Anuj Singh Rajput
 
Enterprise java unit-1_chapter-3
Enterprise java unit-1_chapter-3Enterprise java unit-1_chapter-3
Enterprise java unit-1_chapter-3
sandeep54552
 
S E R V L E T S
S E R V L E T SS E R V L E T S
S E R V L E T Spatinijava
 
IT2255 Web Essentials - Unit V Servlets and Database Connectivity
IT2255 Web Essentials - Unit V Servlets and Database ConnectivityIT2255 Web Essentials - Unit V Servlets and Database Connectivity
IT2255 Web Essentials - Unit V Servlets and Database Connectivity
pkaviya
 
UNIT-3 Servlet
UNIT-3 ServletUNIT-3 Servlet
UNIT-3 Servlet
ssbd6985
 
Servlet.pptx
Servlet.pptxServlet.pptx
Servlet.pptx
Senthil Kumar
 
Servlet.pptx
Servlet.pptxServlet.pptx
Servlet.pptx
SenthilKumar571813
 
Server side programming
Server side programming Server side programming
Server side programming
javed ahmed
 
Wt unit 3
Wt unit 3 Wt unit 3
Wt unit 3
team11vgnt
 
Advanced java+JDBC+Servlet
Advanced java+JDBC+ServletAdvanced java+JDBC+Servlet
Advanced java+JDBC+Servlet
Anuj Singh Rajput
 
Servlets
ServletsServlets
Servlet ppt by vikas jagtap
Servlet ppt by vikas jagtapServlet ppt by vikas jagtap
Servlet ppt by vikas jagtap
Vikas Jagtap
 
Liit tyit sem 5 enterprise java unit 1 notes 2018
Liit tyit sem 5 enterprise java  unit 1 notes 2018 Liit tyit sem 5 enterprise java  unit 1 notes 2018
Liit tyit sem 5 enterprise java unit 1 notes 2018
tanujaparihar
 
Servlet in java , java servlet , servlet servlet and CGI, API
Servlet in java , java servlet , servlet servlet and CGI, APIServlet in java , java servlet , servlet servlet and CGI, API
Servlet in java , java servlet , servlet servlet and CGI, API
PRIYADARSINISK
 
IP UNIT III PPT.pptx
 IP UNIT III PPT.pptx IP UNIT III PPT.pptx
IP UNIT III PPT.pptx
ssuser92282c
 

Similar to servlet in java (20)

J servlets
J servletsJ servlets
J servlets
 
Java Servlet
Java ServletJava Servlet
Java Servlet
 
J2ee servlet
J2ee servletJ2ee servlet
J2ee servlet
 
ajava unit 1.pptx
ajava unit 1.pptxajava unit 1.pptx
ajava unit 1.pptx
 
Java servlets
Java servletsJava servlets
Java servlets
 
Servlet session 1
Servlet   session 1Servlet   session 1
Servlet session 1
 
Enterprise java unit-1_chapter-3
Enterprise java unit-1_chapter-3Enterprise java unit-1_chapter-3
Enterprise java unit-1_chapter-3
 
S E R V L E T S
S E R V L E T SS E R V L E T S
S E R V L E T S
 
IT2255 Web Essentials - Unit V Servlets and Database Connectivity
IT2255 Web Essentials - Unit V Servlets and Database ConnectivityIT2255 Web Essentials - Unit V Servlets and Database Connectivity
IT2255 Web Essentials - Unit V Servlets and Database Connectivity
 
UNIT-3 Servlet
UNIT-3 ServletUNIT-3 Servlet
UNIT-3 Servlet
 
Servlet.pptx
Servlet.pptxServlet.pptx
Servlet.pptx
 
Servlet.pptx
Servlet.pptxServlet.pptx
Servlet.pptx
 
Server side programming
Server side programming Server side programming
Server side programming
 
Wt unit 3
Wt unit 3 Wt unit 3
Wt unit 3
 
Advanced java+JDBC+Servlet
Advanced java+JDBC+ServletAdvanced java+JDBC+Servlet
Advanced java+JDBC+Servlet
 
Servlets
ServletsServlets
Servlets
 
Servlet ppt by vikas jagtap
Servlet ppt by vikas jagtapServlet ppt by vikas jagtap
Servlet ppt by vikas jagtap
 
Liit tyit sem 5 enterprise java unit 1 notes 2018
Liit tyit sem 5 enterprise java  unit 1 notes 2018 Liit tyit sem 5 enterprise java  unit 1 notes 2018
Liit tyit sem 5 enterprise java unit 1 notes 2018
 
Servlet in java , java servlet , servlet servlet and CGI, API
Servlet in java , java servlet , servlet servlet and CGI, APIServlet in java , java servlet , servlet servlet and CGI, API
Servlet in java , java servlet , servlet servlet and CGI, API
 
IP UNIT III PPT.pptx
 IP UNIT III PPT.pptx IP UNIT III PPT.pptx
IP UNIT III PPT.pptx
 

More from sowfi

Lavanya m.sc
Lavanya m.scLavanya m.sc
Lavanya m.sc
sowfi
 
Lavanya m.sc
Lavanya m.scLavanya m.sc
Lavanya m.sc
sowfi
 
Soundarya m.sc
Soundarya m.scSoundarya m.sc
Soundarya m.sc
sowfi
 
Software engineering 2
Software engineering 2Software engineering 2
Software engineering 2
sowfi
 
Compiler design
Compiler designCompiler design
Compiler design
sowfi
 
Big data analytics
Big data analyticsBig data analytics
Big data analytics
sowfi
 
Web programming
Web programmingWeb programming
Web programming
sowfi
 
OS
OSOS
OS
sowfi
 
OS
OSOS
OS
sowfi
 
RDBMS
RDBMSRDBMS
RDBMS
sowfi
 
DM
DMDM
DM
sowfi
 
CN
CNCN
CN
sowfi
 
CN
CNCN
CN
sowfi
 
Dm
DmDm
Dm
sowfi
 
RDBMS
RDBMSRDBMS
RDBMS
sowfi
 
connected compounds
connected compoundsconnected compounds
connected compounds
sowfi
 
GENETIC ALGORITHM
GENETIC ALGORITHMGENETIC ALGORITHM
GENETIC ALGORITHM
sowfi
 
JDBE
JDBEJDBE
JDBE
sowfi
 
AUTO & HETRO CORRELATOR
AUTO & HETRO CORRELATORAUTO & HETRO CORRELATOR
AUTO & HETRO CORRELATOR
sowfi
 
single source shorest path
single source shorest pathsingle source shorest path
single source shorest path
sowfi
 

More from sowfi (20)

Lavanya m.sc
Lavanya m.scLavanya m.sc
Lavanya m.sc
 
Lavanya m.sc
Lavanya m.scLavanya m.sc
Lavanya m.sc
 
Soundarya m.sc
Soundarya m.scSoundarya m.sc
Soundarya m.sc
 
Software engineering 2
Software engineering 2Software engineering 2
Software engineering 2
 
Compiler design
Compiler designCompiler design
Compiler design
 
Big data analytics
Big data analyticsBig data analytics
Big data analytics
 
Web programming
Web programmingWeb programming
Web programming
 
OS
OSOS
OS
 
OS
OSOS
OS
 
RDBMS
RDBMSRDBMS
RDBMS
 
DM
DMDM
DM
 
CN
CNCN
CN
 
CN
CNCN
CN
 
Dm
DmDm
Dm
 
RDBMS
RDBMSRDBMS
RDBMS
 
connected compounds
connected compoundsconnected compounds
connected compounds
 
GENETIC ALGORITHM
GENETIC ALGORITHMGENETIC ALGORITHM
GENETIC ALGORITHM
 
JDBE
JDBEJDBE
JDBE
 
AUTO & HETRO CORRELATOR
AUTO & HETRO CORRELATORAUTO & HETRO CORRELATOR
AUTO & HETRO CORRELATOR
 
single source shorest path
single source shorest pathsingle source shorest path
single source shorest path
 

Recently uploaded

Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
Landownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptxLandownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptx
JezreelCabil2
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 

Recently uploaded (20)

Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
Landownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptxLandownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 

servlet in java

  • 1. SERVLET Submitted by, B. Soundarya, B.Sc, Nadar Saraswathi College of Arts and Science, Theni.
  • 2. SERVLETS Servlet is a simple java program that runs an a java enabled web server or application server. They are used to handle the request obtained from the web serve, process the request, produce the response, then response back to the web server.
  • 3. PROPERTIES OF SERVLET Servlets work on the server side. Servlet capable of handling complex request obtained from web server.
  • 4. EXECUTION OF SERVLET Execution of servlets involves the six basic step’s: 1. The client send the request to the web server. 2. The web server passes the request and corresponding servlet. 3. The web server receive the request. 4. The servlet processes the request and generate in the response in the form of output. 5. The servlet send the response back to the web server.
  • 5. SERVLET ARCHITECTURE WEB BROWSER WEB SERVER SERVLET PROGRAM DATABASE
  • 6. ADVANTAGE OF A JAVA SERVLET  Servlet is faster than CGI as it not involve the creation of a new process every new request received.  Servlet as written in java are platform independent.  Remove the overhead of creation a new process for each request of Servlet doesn’t run in a separate process.  It is server side components, Servlet inherits the security provided by the web server.
  • 7. SERVLET CONTAINER  It also know as servlets engine is an integrated set of object that provided run time environment for java servlets components.  In simple words, it is a system that manages java servlets components on top of the web server to handle the web client request
  • 8. SERVICES PROVIDED BY THE SERVLET CONTAINER Networking Services Decode and encode MIME based messages Manage Servlet container Resource Management Security Service Session Management
  • 9. NETWORK SERVICES Load a Servlet class. The loading may be from a local file system, a remote file system or other network service. The Servlet container provides the network service over which the request and response are sent.
  • 10. DECODE AND ENCODE MIME BASED MESSAGES Provides the service of decoding and encoding MIME- based message. Encoding the container provides the network services.
  • 11. MANAGE SERVLET CONTAINER  Manage lifecycle of a Servlet.  Three methods are central to the life cycle of a Servlet.  These are init(),service(),and destroy(). They are implemented by every Servlet and are invoked at specific times by the server
  • 12. RESOURCE MANAGEMENT  Manages the static and dynamic resource such as HTML files, Servlet and JSP page.  The init( ), service( ), and destroy( ) methods are the life cycle methods of the Servlet.  These are invoked by the server. The get Servlet Con fig( ) method is called by the Servlet to obtain initialization parameters.
  • 13. SECURITY SERVICES Handle authorization and authentication of resource access. The Servlet Request interface includes methods that allow you to read the names and values of parameters that are included in a client request.
  • 14. SESSION MANAGEMENT  Maintains a session by appending a session ID to the URL path.  The Http Servlet class provides specialized methods that handle the various types of HTTP requests.  A Servlet developer typically overrides one of these methods.  These methods are do Delete(), doGet(), doHead(), doOptions(), doPost(), doPut(), and doTrace().