Design Patterns for Java (GoF) | | Software Development
Design Patterns for Java (GoF)
Duration
24 hours
Location
Online
Language
English
Code
DEV-001_JVA
17.07.2023 - 21.07.2023
€ 600 *
Training for 7-8 or more people? Customize trainings for your specific needs
Description
Design patterns are solutions to software design challenges that can be commonly found in real-world application development. Patterns are about reusable designs and interactions of objects. Understanding design patterns allows you to implement proven solutions that ensure a higher degree of quality in your source code in a shorter amount of time.Our course covers 23 basic patterns that are generally considered to be the foundation for all other patterns. Some of the most best known and important are Factory Method, Adapter, Composite, Decorator, Observer, Strategy or Template Method. During the course participants will have the opportunity to practice these patterns with the help of case studies and exercises.
Understanding and applying design patterns will allow developers to use quality solutions that have already been standardized, will shorten the development time and will increase the understandability and maintainability of the code.

After completing the course, a certificate
is issued on the Luxoft Training form
is issued on the Luxoft Training form
Objectives
After completing the course participants will be able to:
- describe the patterns and principles of their use;
- understand the challenges and benefits of a design based on code reuse;
- use pattern-related terminology in discussions, design and development;
- develop applications based on patterns;
- understand and use application-level patterns.
Target Audience
- Developers;
- Technical Leads.
Prerequisites
- A clear understanding of the principles of object-oriented programming.
- At least one year of experience in working with object-oriented languages.
- Knowledge of Java and UML is also recommended.
Roadmap
Module 1
Module 2
Module 3
Module 4
- Introduction
- Authors, Useful books
- OOP, UML, LePUS3
- Principles of object-oriented design
- GoF Patterns Catalogue
Module 2
- Factory Method
- Abstract Factory
- Adapter
- Composite
- Decorator
- Observer
- Strategy
Module 3
- Template method
- Bridge
- Chain of Responsibility
- Prototype
- Façade
- Mediator
- Flyweight
Module 4
- Command
- Proxy
- Interpreter
- Iterator
- State
- Memento
- Visitor
- Singleton
Schedule and prices
View:
Trainers

Sonkin Vladimir
Java and Web Technologies Expert
Vladimir has more than 12 years of experience in Java Enterprise development and has been working for Luxoft since 2006, where he is now a Senior Developer involved in one of our most important banking projects.
During this period he has been involved in several large scale software development projects for a wide array of industries such as banking, agriculture and e-commerce. As a result he has been able to work with a variety of technologies such as Java or JavaScript, used in developing complex Web applications and Web interfaces with low response time.
His main interest is in developing scalable and ergonomic Web interfaces and technologies aimed at increasing the productivity level of software developers. Since 2004, Vladimir has developed and conducted trainings on Java, Java Enterprise, SQL Server DBMS and AngularJS.
Vladimir has more than 12 years of experience in Java Enterprise development and has been working for Luxoft since 2006, where he is now a Senior Developer involved in one of our most important banking projects.
During this period he has been involved in several large scale software development projects for a wide array of industries such as banking, agriculture and e-commerce. As a result he has been able to work with a variety of technologies such as Java or JavaScript, used in developing complex Web applications and Web interfaces with low response time.
His main interest is in developing scalable and ergonomic Web interfaces and technologies aimed at increasing the productivity level of software developers. Since 2004, Vladimir has developed and conducted trainings on Java, Java Enterprise, SQL Server DBMS and AngularJS.
Courses you may be interested in
Development with Java® SE. Beginner
The training covers all the specific topics related to Java development, from UML basics to OOP implementation in Java. A special emphasis is made on syntax basics and key practices of object-oriented programming.
Project Estimation: Size, Efforts and Duration
During the training we will discuss the process of estimating software development projects and all related activities - problems and errors. Based on Luxoft's experience in various projects we will discuss techniques for estimating project size, efforts and duration, the main challenges of estimation and the role of metrics in estimation.
Object-oriented Programming in Python
We cover the application of object-oriented approach in Python. From encapsulation to polymorphism, from the simplest custom type of data to complex classes deeply integrated in Python.