Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software Other IT & Software Design Pattern

Java Design Patterns

Master the popular Core and Java EE Design Patterns in easy steps
Rating: 4.5 out of 54.5 (556 ratings)
4,269 students
Created by Bharath Thippireddy
Last updated 2/2021
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Learn what design patterns are and why we need them
  • Understand and implement the Creational Patterns
  • Understand and implement the Behavioral Patterns
  • Understand and implement the Structural Patterns
  • Use Dependency Injection and Inversion of Control Patterns
  • Master the java ee presentation layer patterns
  • Implement a mini project using the MVC and Business Layer Patterns
  • Communicate with other developers through the language of Design
  • All in easy steps
Curated for the Udemy for Business collection

Requirements

  • Java Knowledge
  • Knowledge of Spring Boot to work on some of the Java EE Patterns

Description

The ONLY course that covers the all the important java core and web design patterns!!

---

Sample of the reviews:

The concepts are explained in simple and efficient manner. Its easy to understand and since real world scenarios are used as examples able to better relate and retain the concepts learnt. - suriya n

So far, course seems like a perfect match of what i wanted to learn, and I love the hands on aspect! Looking forward to continuing! Thank you! :- Stacey D McCauley

Amazing info, resources, and very concise and in depth knowledge that I thought would never be in any online video/tutorial as well as the categories of it. I think the Singleton is a bad design pattern, but other than that this course is perfect - Nicholas Powell

Respond

---

All source code is available for download

Responsive Instructor - All questions answered within 24 hours

Professional video and audio recordings (check the free previews)

----


Do you have the knowledge of java and want to master java design patterns, then this course is for you.If you are an experienced java developer who wants to fill in any gaps in your knowledge of java design patterns and learn the common design language to communicate with other developers then this course is for you too.

Patterns are reusable solutions to recurring problems arising during software development.This course will introduce you to the important Core(Gang Of Four) and Java EE design patterns.You will understand what each pattern is ,why we need it and then work on implementing it hands on.

The goal of this course is to help you master the concepts of java design patterns,why we need them and implement them from scratch.By the time you finish this course, you will have gained the understanding of Java Design Patterns ,i.e Creational Patterns,Structural Patterns and Behavioral Patterns.You will also learn the Dependency Injection and Inversion Of Control Patterns.You will master the different layers that make up a java EE application and how the design patterns fit in to those layers.You will implement Presentation Layer patterns such as Front Controller ,Model View Controller (MVC) .You will also work with Data Access Object Pattern to connect and work with databases.You will then use all of those together along with business layer patterns to work on a small use-case/project.

What Will I Learn?

Learn what design patterns are and why we need them

Understand and implement the Creational Patterns

Understand and implement the Behavioral Patterns

Understand and implement the Structural Patterns

Use Dependency Injection and Inversion of Control Patterns

Master the Java EE presentation layer patterns

Implement a mini project using the MVC and Business Layer Patterns

All in simple and easy steps

Who this course is for:

  • Students with java background
  • Or Students who have completed my core java in easy steps course
  • Students who want to master the core and java ee design patterns

Course content

24 sections • 142 lectures • 6h 14m total length

  • Preview02:20
  • Preview02:07

  • Preview01:27
  • Install Spring Tool Suite
    01:34
  • Configure JDK in STS
    01:29
  • Download the completed projects and umls
    01:29
  • Spring Boot Lectures
    00:47

  • Preview02:38
  • Why Patterns?
    02:02
  • Preview01:47
  • Pattern Catalog
    02:43
  • Java EE Pattern Catalog
    02:25

  • Singleton
    02:06
  • Singleton UML Class Diagram
    01:06
  • Steps
    00:54
  • Preview03:09
  • Test Singleton
    01:54
  • Eager Initialization
    02:14
  • Handle Multiple Threads
    02:19
  • Improve Multi Threading logic
    01:14
  • Serialization and Singleton
    05:01
  • Handle De-Serialization
    01:56
  • Override the clone method
    01:22
  • Singleton
    4 questions
  • Singleton
    1 question

  • Introduction
    03:24
  • Factory UML Class Diagram
    01:15
  • Implement the Pizza Store Usecase
    05:21
  • Create a Test Class
    01:33
  • Create a PizzaFactory
    02:15
  • Factory
    2 questions
  • Factory
    1 question

  • Introduction
    02:31
  • Abstract Factory UML Class Diagram
    01:30
  • Create DAOs and Factories
    07:16
  • Create Factory Of Factories and Test
    04:13
  • Abstract Factory
    1 question

  • Introduction
    01:23
  • Template Method UML Class Diagram
    01:09
  • Implement Template Pattern
    05:43
  • Test Template Method
    03:13
  • Template Method Pattern
    1 question
  • Template Method
    1 question

  • Introduction
    02:12
  • Adapter UML
    01:02
  • Create WeatherFinder classes
    03:06
  • Adapter
    05:06
  • Adapter
    1 question

  • Introduction
    01:34
  • Create the Problem
    05:12
  • Create the PaintApp Class
    07:31
  • Steps to implement Flyweight
    00:48
  • Identify and Extract the state
    04:02
  • Create the factory class
    04:12
  • Update the Paint App
    02:46
  • UML
    01:06
  • Fly Weight Pattern
    2 questions

  • Introduction
    03:06
  • Command UML
    00:55
  • Implement Command Pattern
    05:50
  • Test Command Pattern
    02:41

Instructor

Bharath Thippireddy
IT Architect and Best Selling Instructor- 350000+ students
Bharath Thippireddy
  • 4.4 Instructor Rating
  • 55,365 Reviews
  • 404,566 Students
  • 30 Courses

Bharath Thippireddy is an Entrepreneur, Software Architect and Public Speaker who has trained 400000 + students across the planet. He is Oracle Certified Developer, Web Component Developer, Business Component Developer, Web Services Developer.

He loves learning new things both in technology and personal development and shares them on YouTube and his web site. He have mentored students in class room trainings as well as in the corporate world both in India as well as in USA. He has spoken on technical topics at several agile conferences. While in India he also voluntarily teaches interview and soft skills at Vivekananda Kendra.

His trainings will help you master Full Stack Development using Java,Python,JavaScript and DevOps, AWS, Docker, Kubernetes.

From 25 Courses which currently have 400K+ Learners you can pick a track and master

Spring Boot Project Development using Angular and React

Angular and React project creation with Java or Node backend

Complete Python Stack from core Python to Django REST Framework

Docker , Kubernetes, Maven, Jenkins ,GIT , AWS EC2 ,Elastic Beanstalk,ELB,Auto Scaling and more in easy steps

Java (Java Design Patterns,Java Web Services,Java Messaging Service)

Spring modules ( Spring Security, Spring Boot,Spring Data using Hibernate,Spring Data REST)

Serverless programming using AWS Lambda and more

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.