SlideShare a Scribd company logo
Java & JEE Training
Session 35 – Design Patterns
Page 1Classification: Restricted
Agenda
• Design Patterns
• Flow of the Demo App
• Value objects
• Data Access object
• Factory pattern
Page 2Classification: Restricted
What we covered till now in Servlets…
• Servlet API – GenericServlet and HttpServlet
• Servlet LifeCycle
• Servlet Collaboration using response.sendRedirect()
• Forwarding and Including using RequestDispatcher
• Parameters and Attributes
• Session Tracking / Session Management
• Validation: Frontend & Backend.
The flow of the demo web apps
Page 4Classification: Restricted
Flow of the demo app
CLIENT SERVER
/index.html
Sends back index.html (HTML
Code downloaded)
/Login
Login successful HTML
+ session id
/MoreInfo with parameters +
Session ID
Page with more information
/Logout
Page with Logout Success
Message
Design Patterns
Value Object, DAO, Factory Pattern, Singleton
Page 6Classification: Restricted
Value Object
• Used to compound related characteristics to form a meaningful object (i.e.
object of value)
e.g. To describe currency, “1000” “USD” make sense when compounded
together to form an object
anotherMethod(amount,currency,field1,field2,field3…)
anotherMethod(money)
public class Money{
int amount;
String currency;
}
Page 7Classification: Restricted
Data Access Object
Value Object
in DAO
pattern
Page 8Classification: Restricted
STUDENT DAO EMPLOYEE DAO
DEPARTMENTS
DAO
ConnectionFactory
getConnection()
SUPPLIER OF DB CONNECTIONS
Page 9Classification: Restricted
Factory pattern
Page 10Classification: Restricted
Design Pattern Exercise
• Exercise: Create a class that can be instantiated
• Design Pattern
• JDBC Best Practices Continued
Page 11Classification: Restricted
Topics to be covered in next session
• JSP (Java Server Pages Technology)
• JSP vs Servlet
• MVC Architecture
• Scriplet
Page 12Classification: Restricted
Thank you!

More Related Content

PPTX
Session 34 - JDBC Best Practices, Introduction to Design Patterns
PPTX
Session 33 - Session Management using other Techniques
PPTX
Session 36 - JSP - Part 1
PPTX
Session 39 - Hibernate - Part 1
PPTX
Session 37 - JSP - Part 2 (final)
PPTX
Session 31 - Session Management, Best Practices, Design Patterns in Web Apps
PPTX
Session 32 - Session Management using Cookies
PPTX
Session 30 - Servlets - Part 6
Session 34 - JDBC Best Practices, Introduction to Design Patterns
Session 33 - Session Management using other Techniques
Session 36 - JSP - Part 1
Session 39 - Hibernate - Part 1
Session 37 - JSP - Part 2 (final)
Session 31 - Session Management, Best Practices, Design Patterns in Web Apps
Session 32 - Session Management using Cookies
Session 30 - Servlets - Part 6

What's hot (19)

PPTX
Session 40 - Hibernate - Part 2
PPTX
Session 25 - Introduction to JEE, Servlets
PPTX
Session 29 - Servlets - Part 5
PPTX
Session 26 - Servlets Part 2
PPTX
Session 28 - Servlets - Part 4
PPSX
JSP - Part 2 (Final)
PPSX
Struts 2 - Introduction
PPSX
Hibernate - Part 2
PPTX
Session 43 - Spring - Part 1 - IoC DI Beans
PPSX
JSP - Part 1
PPSX
Spring - Part 4 - Spring MVC
PPT
Hibernate architecture
PDF
jsf2 Notes
PPTX
Web Basics
PPSX
Struts 2 - Hibernate Integration
PDF
Hibernate Presentation
PPT
Hibernate
PDF
Lecture 2: Servlets
PDF
Jsp & Ajax
Session 40 - Hibernate - Part 2
Session 25 - Introduction to JEE, Servlets
Session 29 - Servlets - Part 5
Session 26 - Servlets Part 2
Session 28 - Servlets - Part 4
JSP - Part 2 (Final)
Struts 2 - Introduction
Hibernate - Part 2
Session 43 - Spring - Part 1 - IoC DI Beans
JSP - Part 1
Spring - Part 4 - Spring MVC
Hibernate architecture
jsf2 Notes
Web Basics
Struts 2 - Hibernate Integration
Hibernate Presentation
Hibernate
Lecture 2: Servlets
Jsp & Ajax
Ad

Similar to Session 35 - Design Patterns (17)

PPT
Jdbc Lecture5
PPTX
J2EE pattern 5
PDF
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
PPTX
SCWCD : Web tier design CHAP : 11
PDF
Core J2EE Patterns 1st Edition Deepak Alur
PDF
Dojo CRUD Components
DOCX
Java J2EE Complete Syllabus Checklist
PDF
JavaFAQS
PDF
Java j2 ee job interview companion k.arulkumaran
PPT
Hibernate basics
PPT
Java Hibernate Basics
PDF
Dao pattern
TXT
82747038 preview-java-j2 ee-book
PPSX
Jee design patterns- Marek Strejczek - Rule Financial
PPT
Introduction to design_patterns
PDF
Best Java Online Training in India
PDF
Java Online Training
Jdbc Lecture5
J2EE pattern 5
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
SCWCD : Web tier design CHAP : 11
Core J2EE Patterns 1st Edition Deepak Alur
Dojo CRUD Components
Java J2EE Complete Syllabus Checklist
JavaFAQS
Java j2 ee job interview companion k.arulkumaran
Hibernate basics
Java Hibernate Basics
Dao pattern
82747038 preview-java-j2 ee-book
Jee design patterns- Marek Strejczek - Rule Financial
Introduction to design_patterns
Best Java Online Training in India
Java Online Training
Ad

More from PawanMM (16)

PPTX
Session 48 - JS, JSON and AJAX
PPTX
Session 46 - Spring - Part 4 - Spring MVC
PPTX
Session 45 - Spring - Part 3 - AOP
PPTX
Session 44 - Spring - Part 2 - Autowiring, Annotations, Java based Configuration
PPTX
Session 42 - Struts 2 Hibernate Integration
PPTX
Session 41 - Struts 2 Introduction
PPTX
Session 38 - Core Java (New Features) - Part 1
PPTX
Session 24 - JDBC, Intro to Enterprise Java
PPTX
Session 23 - JDBC
PPTX
Session 22 - Java IO, Serialization
PPTX
Session 21 - Inner Classes
PPTX
Session 20 - Collections - Maps
PPTX
Session 19 - Review Session
PPTX
Session 18 - Review Session and Attending Java Interviews
PPTX
Session 17 - Collections - Lists, Sets
PPTX
Session 16 - Collections - Sorting, Comparing Basics
Session 48 - JS, JSON and AJAX
Session 46 - Spring - Part 4 - Spring MVC
Session 45 - Spring - Part 3 - AOP
Session 44 - Spring - Part 2 - Autowiring, Annotations, Java based Configuration
Session 42 - Struts 2 Hibernate Integration
Session 41 - Struts 2 Introduction
Session 38 - Core Java (New Features) - Part 1
Session 24 - JDBC, Intro to Enterprise Java
Session 23 - JDBC
Session 22 - Java IO, Serialization
Session 21 - Inner Classes
Session 20 - Collections - Maps
Session 19 - Review Session
Session 18 - Review Session and Attending Java Interviews
Session 17 - Collections - Lists, Sets
Session 16 - Collections - Sorting, Comparing Basics

Recently uploaded (20)

PPTX
MYSQL Presentation for SQL database connectivity
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PPT
Teaching material agriculture food technology
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Encapsulation theory and applications.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
KodekX | Application Modernization Development
PPTX
Cloud computing and distributed systems.
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
cuic standard and advanced reporting.pdf
MYSQL Presentation for SQL database connectivity
Review of recent advances in non-invasive hemoglobin estimation
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Spectral efficient network and resource selection model in 5G networks
Teaching material agriculture food technology
Chapter 3 Spatial Domain Image Processing.pdf
Encapsulation theory and applications.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Mobile App Security Testing_ A Comprehensive Guide.pdf
KodekX | Application Modernization Development
Cloud computing and distributed systems.
The AUB Centre for AI in Media Proposal.docx
Building Integrated photovoltaic BIPV_UPV.pdf
Unlocking AI with Model Context Protocol (MCP)
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
20250228 LYD VKU AI Blended-Learning.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
cuic standard and advanced reporting.pdf

Session 35 - Design Patterns