SlideShare uma empresa Scribd logo
1 de 16
NADAR SARASWATHI COLLEGE OF
ARTS AND SCIENCE
SERVLET ARCHITECTURE
B.ARCHANA
I M.SC(COMPUTER SCIENCE)
SERVLET ARCHITECTURE
SERVLET ARCHITECTURE
• Servlets are grouped under the Advanced Java tree that are used to create dynamic web
applications. Servlets are robust in nature, well scalable and are primarily used in
developing server-side applications. If we go a little back in time, we would be able to witness
that before the introduction of servlets, CGI (Common Gateway Interface) were used
OTHERTASKS THAT A SERVLETCAN DO EFFECTIVELYARE:
• Caneasily manage/controltheapplicationflow.
• Suitabletoimplement business logic.
• Caneffectively balancethe loadattheserver-side.
• Easilygeneratedynamicweb conten
TALKING ABOUT THE TYPESOF SERVLETS,THEREARE PRIMARILY
TWO TYPES
• Generic Servlets
• HTTPServlets
THERE ARE THREE POTENTIAL WAYS IN WHICH WE CAN EMPLOY TO CREATE
A SERVLET
• Implementing Servlet Interface
• ExtendingGenericServlet
• ExtendingHTTPServlet
COMPONENTS OF SERVLET ARCHITECTURE
• Below is thehigh level architecturediagramofservlet. Let’sseein brief, howdoeseachcomponentaddtotheworkingof a
servlet
CLIENT
• The client shownin thearchitectureaboveis primarilyworkingasa medium whois sending outHTTPrequestsover tothe
webserver andagainprocessing theresponseit getsbackfromtheserver. As wecansee in thediagram,ourclient hereisthe
web browser.
. WEB SERVER
• Staticweb server
• Dynamicwebserver
Primaryjob ofaweb server is toprocessthe requestsandresponsesthata usersendsover time andmaintainhowaweb user wouldbe
able toaccessthefiles thathasbeen hostedover theserver
HOW DOES A SERVLET REQUEST FLOW
• Everyservlet shouldoverridethe following3 methodsnamely:
• init()
• service()
• destroy()
• Theclient sendsovera request.
• Therequest is acceptedby theweb server andforwarded to theweb container.
•Nowprotectedservice() methodis called bythe publicservice() method.
•Theprotectedservice() methoddispatches therequest to thecorrect handlermethod based onthe typeof request
ADVANTAGES
• Primefunctionalityofa servlet isthattheyareindependentofserver configurationandtheyareprettymuch
compatiblewithanyofthe webservers
• Servletsarealso protocol-independentsupportingFTP,HTTP,SMTP,etc.protocolsto thefullest.
DISADVANTAGES
• Designing aservlet canbeprettylaborious.
• Exceptionsneed tobe handledwhile designing aservlet since theyarenotthread-safe.
• Developersmayneed additionalskills toprogramaservlet.
• alreadyknowServletsareportable(platform/serverindependent) in natureandhenceareabetteroptionif wetalkin terms
ofotherscripting languages.They processthe requestsandresponsesdynamically.
THANK YOU

Mais conteúdo relacionado

Semelhante a servelt architecture.pptx

Developing modular, polyglot applications with Spring (SpringOne India 2012)
Developing modular, polyglot applications with Spring (SpringOne India 2012)Developing modular, polyglot applications with Spring (SpringOne India 2012)
Developing modular, polyglot applications with Spring (SpringOne India 2012)
Chris Richardson
 

Semelhante a servelt architecture.pptx (20)

Java servlets and CGI
Java servlets and CGIJava servlets and CGI
Java servlets and CGI
 
Cloud-native Data: Every Microservice Needs a Cache
Cloud-native Data: Every Microservice Needs a CacheCloud-native Data: Every Microservice Needs a Cache
Cloud-native Data: Every Microservice Needs a Cache
 
JAX London 2019 "Cloud Native Communication: Using an API Gateway and Service...
JAX London 2019 "Cloud Native Communication: Using an API Gateway and Service...JAX London 2019 "Cloud Native Communication: Using an API Gateway and Service...
JAX London 2019 "Cloud Native Communication: Using an API Gateway and Service...
 
Intro to Sails.js
Intro to Sails.jsIntro to Sails.js
Intro to Sails.js
 
Chapter1-Introduction
Chapter1-IntroductionChapter1-Introduction
Chapter1-Introduction
 
Cloud Computing & Scaling Web Apps
Cloud Computing & Scaling Web AppsCloud Computing & Scaling Web Apps
Cloud Computing & Scaling Web Apps
 
192563547-Servletsjhb,mnjhjhjm,nm,-Pres-ppt.ppt
192563547-Servletsjhb,mnjhjhjm,nm,-Pres-ppt.ppt192563547-Servletsjhb,mnjhjhjm,nm,-Pres-ppt.ppt
192563547-Servletsjhb,mnjhjhjm,nm,-Pres-ppt.ppt
 
Introduction to Microservices
Introduction to MicroservicesIntroduction to Microservices
Introduction to Microservices
 
The Evolution of Architecture
The Evolution of ArchitectureThe Evolution of Architecture
The Evolution of Architecture
 
Frameworks in java
Frameworks in javaFrameworks in java
Frameworks in java
 
Soa 22 software as a service and soa
Soa 22 software as a service and soaSoa 22 software as a service and soa
Soa 22 software as a service and soa
 
Developing polyglot applications on Cloud Foundry (#oredev 2012)
Developing polyglot applications on Cloud Foundry (#oredev 2012)Developing polyglot applications on Cloud Foundry (#oredev 2012)
Developing polyglot applications on Cloud Foundry (#oredev 2012)
 
Frameworks Galore: A Pragmatic Review
Frameworks Galore: A Pragmatic ReviewFrameworks Galore: A Pragmatic Review
Frameworks Galore: A Pragmatic Review
 
Developing modular, polyglot applications with Spring (SpringOne India 2012)
Developing modular, polyglot applications with Spring (SpringOne India 2012)Developing modular, polyglot applications with Spring (SpringOne India 2012)
Developing modular, polyglot applications with Spring (SpringOne India 2012)
 
Eat Your Microservices Elephant One Bite at a Time
Eat Your Microservices Elephant One Bite at a TimeEat Your Microservices Elephant One Bite at a Time
Eat Your Microservices Elephant One Bite at a Time
 
DEVNET-1184 Microservices Patterns
DEVNET-1184	Microservices PatternsDEVNET-1184	Microservices Patterns
DEVNET-1184 Microservices Patterns
 
Introduction to Enterprise Applications and Tools
Introduction to Enterprise Applications and ToolsIntroduction to Enterprise Applications and Tools
Introduction to Enterprise Applications and Tools
 
nagavarthini ppt.pptx
nagavarthini ppt.pptxnagavarthini ppt.pptx
nagavarthini ppt.pptx
 
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
 
The Future of SDN in CloudStack by Chiradeep Vittal
The Future of SDN in CloudStack by Chiradeep VittalThe Future of SDN in CloudStack by Chiradeep Vittal
The Future of SDN in CloudStack by Chiradeep Vittal
 

Mais de archanab47 (10)

IOT
IOTIOT
IOT
 
ai.pptx
ai.pptxai.pptx
ai.pptx
 
dip.pptx
dip.pptxdip.pptx
dip.pptx
 
cc.pptx
cc.pptxcc.pptx
cc.pptx
 
we.pptx
we.pptxwe.pptx
we.pptx
 
we.pptx
we.pptxwe.pptx
we.pptx
 
BASCI DATABASE.pptx
BASCI DATABASE.pptxBASCI DATABASE.pptx
BASCI DATABASE.pptx
 
Integrating Java with python
Integrating Java with pythonIntegrating Java with python
Integrating Java with python
 
NADAR SARASWATHI COEGE OF ARTS AND SCIENCE CD.pptx
NADAR SARASWATHI COEGE OF ARTS AND SCIENCE CD.pptxNADAR SARASWATHI COEGE OF ARTS AND SCIENCE CD.pptx
NADAR SARASWATHI COEGE OF ARTS AND SCIENCE CD.pptx
 
All pairs shortest paths
All pairs shortest pathsAll pairs shortest paths
All pairs shortest paths
 

Último

%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 

Último (20)

%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 

servelt architecture.pptx

  • 1. NADAR SARASWATHI COLLEGE OF ARTS AND SCIENCE SERVLET ARCHITECTURE B.ARCHANA I M.SC(COMPUTER SCIENCE)
  • 3. SERVLET ARCHITECTURE • Servlets are grouped under the Advanced Java tree that are used to create dynamic web applications. Servlets are robust in nature, well scalable and are primarily used in developing server-side applications. If we go a little back in time, we would be able to witness that before the introduction of servlets, CGI (Common Gateway Interface) were used
  • 4. OTHERTASKS THAT A SERVLETCAN DO EFFECTIVELYARE: • Caneasily manage/controltheapplicationflow. • Suitabletoimplement business logic. • Caneffectively balancethe loadattheserver-side. • Easilygeneratedynamicweb conten
  • 5. TALKING ABOUT THE TYPESOF SERVLETS,THEREARE PRIMARILY TWO TYPES • Generic Servlets • HTTPServlets
  • 6. THERE ARE THREE POTENTIAL WAYS IN WHICH WE CAN EMPLOY TO CREATE A SERVLET • Implementing Servlet Interface • ExtendingGenericServlet • ExtendingHTTPServlet
  • 7. COMPONENTS OF SERVLET ARCHITECTURE • Below is thehigh level architecturediagramofservlet. Let’sseein brief, howdoeseachcomponentaddtotheworkingof a servlet
  • 8.
  • 9. CLIENT • The client shownin thearchitectureaboveis primarilyworkingasa medium whois sending outHTTPrequestsover tothe webserver andagainprocessing theresponseit getsbackfromtheserver. As wecansee in thediagram,ourclient hereisthe web browser.
  • 10. . WEB SERVER • Staticweb server • Dynamicwebserver Primaryjob ofaweb server is toprocessthe requestsandresponsesthata usersendsover time andmaintainhowaweb user wouldbe able toaccessthefiles thathasbeen hostedover theserver
  • 11. HOW DOES A SERVLET REQUEST FLOW • Everyservlet shouldoverridethe following3 methodsnamely: • init() • service() • destroy()
  • 12. • Theclient sendsovera request. • Therequest is acceptedby theweb server andforwarded to theweb container. •Nowprotectedservice() methodis called bythe publicservice() method. •Theprotectedservice() methoddispatches therequest to thecorrect handlermethod based onthe typeof request
  • 13. ADVANTAGES • Primefunctionalityofa servlet isthattheyareindependentofserver configurationandtheyareprettymuch compatiblewithanyofthe webservers • Servletsarealso protocol-independentsupportingFTP,HTTP,SMTP,etc.protocolsto thefullest.
  • 14. DISADVANTAGES • Designing aservlet canbeprettylaborious. • Exceptionsneed tobe handledwhile designing aservlet since theyarenotthread-safe. • Developersmayneed additionalskills toprogramaservlet.
  • 15. • alreadyknowServletsareportable(platform/serverindependent) in natureandhenceareabetteroptionif wetalkin terms ofotherscripting languages.They processthe requestsandresponsesdynamically.