IT, Telecommunication , Networking Training Courses

Spring Framework Master Class

Duration
2025-09-21 10 Days 2025-10-02
Attendance

Hotel Meeting Room

Hotel Meeting Room
Course code
IT-755
Copied !
City / venue
Beirut

Classroom

Fees / hours
4750 $ | 50 Hours

Course registration form

Candidate Data

Candidate full name *
Email *
Private phone number *

Work phone number

Optional

Country & City *
Company / Employer *

Invoice Recipient Data

Recipient name *
Recipient phone number *
work phone number *

Recipient email

Optional

Recipient work address details

Optional



Sending course brochure to my e-mail

Please leave us your contacts, and we will call you back as soon as possible

Full name *
Email *

Private phone number

Optional



Call me back

Please leave us your contacts, and we will call you back as soon as possible

Full name *
Private phone number *
Company / Employer *


Course Inquiry

Please provide us with your contacts with your inquiry, and we will answer it as soon as possible

Full name *
Email *
Private phone number *
work phone number *
Country & City *
Company / Employer *

Your Inquiry



In-house proposal

Please provide us with your contacts and the details of the needed in-house proposal, and we will contact you as soon as possible

Full name *
Email *
Private phone number *
work phone number *
Country & City *
Company / Employer *

Your Inquiry



Course details

Overview ?

Description

Do you want to become an Expert on the Spring Framework?  Do you want to become a Modern Spring Developer? Join the course to learn Spring Framework the Modern Way - The way Real World Java Projects use it!

Learn the magic of Spring Framework. From IOC (Inversion of Control), DI (Dependency Injection), Application Context to the world of Java Spring Boot, Spring AOP, Spring JDBC and JPA. Get set for an incredible journey.

COURSE OVERVIEW:

In this course, you will learn the features of Spring, Spring Boot and Spring Modules - JDBC, AOP, Data JPA with hands-on step by step approach.

You will get introduced to Spring Boot, Unit Testing with JUnit and Mockito, talking to the database with Spring JDBC and JPA, Maven (dependencies management), Eclipse (IDE) and Tomcat Embedded Web Server. We will help you set up each one of these.

What you'll learn
  • You will Learn Spring Framework the MODERN WAY - The way Real Projects use it!
  • You will Become a COMPLETE Spring Developer - With the ability to write Great Unit Tests
  • You will Acquire ALL the SKILLS to demonstrate an EXPERTISE with Spring Framework in Your Job Interviews
  • You will learn the BASICS of Spring - Dependency Injection, IOC Container, Application Context and Bean Factory
  • You will Become the GO TO GUY for Fixing Spring Framework problems in Your Project
  • You will GO FROM a Total Beginner to an EXPERIENCED Spring Developer
  • You will understand how to use Spring Annotations - @Autowired, @Component, @Service, @Repository, @Configuration, @Primary....
  • You will understand Spring MVC in depth - DispatcherServlet , Model, Controllers and ViewResolver
  • You will use a variety of Spring Boot Starters - Spring Boot Starter Web, Starter Data Jpa, Starter Test
  • You will learn the basics of Spring Boot, Spring AOP, Spring JDBC and JPA
  • You will learn the basics of Eclipse, Maven, JUnit and Mockito
  • You will develop a basic Web application step by step using JSP Servlets and Spring MVC
  • You will learn to write unit tests with XML, Java Application Contexts and Mockito
COURSE HIGHLIGHTS:

Spring Framework in 10 Steps

  1. Step 1 - Setting up a Spring Project
  2. Step 2 - Understanding Tight Coupling using the Binary Search Algorithm Example
  3. Step 3 - Making the Binary Search Algorithm Example Loosely Coupled
  4. Step 4 - Using Spring to Manage Dependencies - @Component, @Autowired
  5. Step 5 - What is happening in the background?
  6. Step 6 - Dynamic auto wiring and Troubleshooting - @Primary
  7. Step 7 - Constructor and Setter Injection
  8. Step 8 - Spring Modules
  9. Step 9 - Spring Projects
  10. Step 10 - Why is Spring Popular?

Spring in Depth

  1. Step 11 - Dependency Injection - A few more examples
  2. Step 12 - Autowiring in Depth - by Name and @Primary
  3. Step 13 - Autowiring in Depth - @Qualifier annotation
  4. Step 14 - Scope of a Bean - Prototype and Singleton
  5. Step 15 - Complex scenarios with Scope of a Spring Bean - Mix of Prototype and Singleton
  6. Step 15B - Difference Between Spring Singleton and GOF Singleton
  7. Step 16 - Using Component Scan to scan for beans
  8. Step 17 - Lifecycle of a Bean - @PostConstruct and @PreDestroy
  9. Step 18 - Container and Dependency Injection (CDI) - @Named, @Inject
  10. Step 19 - Removing Spring Boot in Basic Application
  11. Step 20 - Fixing minor stuff - Add Logback and Close Application Context
  12. Step 21 - Defining Spring Application Context using XML - Part 1
  13. Step 22 - Defining Spring Application Context using XML - Part 2
  14. Step 23 - Mixing XML Context with Component Scan for Beans defined with Annotations
  15. Step 24 - IOC Container vs Application Context vs Bean Factory
  16. Step 25 - @Component vs @Service vs @Repository vs @Controller
  17. Step 26 - Read values from external properties file

Spring Boot in 10 Steps

  1. Step 1 : Introduction to Spring Boot - Goals and Important Features
  2. Step 2 : Developing Spring Applications before Spring Boot
  3. Step 3 : Using Spring Initializr to create a Spring Boot Application
  4. Step 4 : Creating a Simple REST Controller
  5. Step 5 : What is Spring Boot Auto Configuration?
  6. Step 6 : Spring Boot vs Spring vs Spring MVC
  7. Step 7 : Spring Boot Starter Projects - Starter Web and Starter JPA
  8. Step 8 : Overview of different Spring Boot Starter Projects
  9. Step 9 : Spring Boot Actuator
  10. Step 10 : Spring Boot Developer Tools

Spring AOP

  1. Step 01 - Setting up AOP Example - Part 1
  2. Step 02 - Setting up AOP Example - Part 2
  3. Step 03 - Defining an @Before advice
  4. Step 04 - Understand AOP Terminology - Pointcut, Advice, Aspect, Join Point, Weaving and Weaver
  5. Step 05 - Using @After, @AfterReturning, @AfterThrowing advices
  6. Step 06 - Using @Around advice to implement performance tracing
  7. Step 07 - Best Practice : Use common Pointcut Configuration
  8. Step 08 - Quick summary of other Pointcuts
  9. Step 09 - Creating Custom Annotation and an Aspect for Tracking Time

Spring JDBC and JPA

  1. Step 01 - Setting up a project with JDBC, JPA, H2 and Web Dependencies
  2. Step 02 - Launching up H2 Console
  3. Step 03 - Creating a Database Table in H2
  4. Step 04 - Populate data into Person Table
  5. Step 05 - Implement findAll persons Spring JDBC Query Method
  6. Step 06 - Execute the findAll method using CommandLineRunner
  7. Step 07 - A Quick Review - JDBC vs Spring JDBC
  8. Step 08 - Whats in the background? Understanding Spring Boot Autoconfiguration
  9. Step 09 - Implementing findById Spring JDBC Query Method
  10. Step 10 - Implementing deleteById Spring JDBC Update Method
  11. Step 11 - Implementing insert and update Spring JDBC Update Methods
  12. Step 12 - Creating a custom Spring JDBC RowMapper
  13. Step 13 - Quick introduction to JPA
  14. Step 14 - Defining Person Entity
  15. Step 15 - Implementing findById JPA Repository Method
  16. Step 16 - Implementing insert and update JPA Repository Methods
  17. Step 17 - Implementing deleteById JPA Repository Method
  18. Step 18 - Implementing findAll using JPQL Named Query
  19. Step 19 - Introduction to Spring Data JPA
  20. Step 20 - Connecting to Other Databases
Who this course is for:
  • You want to learn the basics of Spring Framework with Hands-on examples
  • You want to learn developing testable applications with Spring
  • You want to understand basic Spring Modules : AOP, JDBC
  • You want to understand basics of Spring Boot

 

Day 1

Asset Cost Management Introduction

Definitions of reliability, maintenance & asset management
The total cost of maintenance
Best practice reliability and maintenance processes
Elements of asset management best practice
Auditing performance
Overview of TPM, RCM, BCM, QCM, and other asset management buzzword
Open discussion sessions

Day 2

Laying the Groundwork

Definitions of reliability, maintenance & asset management
The total cost of maintenance
Best practice reliability and maintenance processes
Elements of asset management best practice
Auditing performance
Overview of TPM, RCM, BCM, QCM, and other asset management buzzword
Open discussion sessions

Day 3

Applying the Value based Process

Definitions of reliability, maintenance & asset management
The total cost of maintenance
Best practice reliability and maintenance processes
Elements of asset management best practice
Auditing performance
Overview of TPM, RCM, BCM, QCM, and other asset management buzzword
Open discussion sessions

Day 4

Ensuring the Continuity of the Value-based Process

Definitions of reliability, maintenance & asset management
The total cost of maintenance
Best practice reliability and maintenance processes
Elements of asset management best practice
Auditing performance
Overview of TPM, RCM, BCM, QCM, and other asset management buzzword
Open discussion sessions

Day 5

Supporting Process that Lower Life-cycle costs

Definitions of reliability, maintenance & asset management
The total cost of maintenance
Best practice reliability and maintenance processes
Elements of asset management best practice
Auditing performance
Overview of TPM, RCM, BCM, QCM, and other asset management buzzword
Open discussion sessions

Training Methodology

Pathways Training and consulting adopts the newest techniques of human resources Training and consulting and, with the following:

  • Theoretical lectures are delivered via PowerPoint and visual displays (videos and short films)
  • Making scientific evaluation to the trainee (before and after)
  • Brainstorming and role-playing
  • Using case studies related to the scientific material being delivered and the trainees' work.
  • The participants get the scientific and practical material printed and on CDs and Flash memories.
  • Preparing records and reports of the participants' attendance and results, with a general evaluation of the training program.
  • A group of the best trainers and experts in all fields and specialties professionally prepares the scientific material.
  • After finishing the course, the participants get certificates of attendance signed, certified, and issued by pathways Training and consulting.
  • Our training programs start at 9:00 o'clock in the morning and end at 2:00 in the afternoon, with snack buffet during the lectures.
  • Providing a lunch buffet during the training program period, with organizing a lunch party on the training program final day for taking some photos and certificate awarding.
Different venues & timings for this course

Course name

Duration

City

Price

Spring Framework Master Class

16, Feb 2025 27, Feb 2025

Doha

5500$

Spring Framework Master Class

23, Feb 2025 06, Mar 2025

Jeddah

4750$

Spring Framework Master Class

02, Mar 2025 13, Mar 2025

Cairo

3950$

Spring Framework Master Class

09, Mar 2025 20, Mar 2025

Riyadh

4750$

Spring Framework Master Class

10, Mar 2025 21, Mar 2025

Barcelona

6950$

Spring Framework Master Class

16, Mar 2025 27, Mar 2025

Amman

4750$

Spring Framework Master Class

17, Mar 2025 28, Mar 2025

Amsterdam

6950$

Spring Framework Master Class

23, Mar 2025 03, Apr 2025

Khobar

4750$

Spring Framework Master Class

24, Mar 2025 04, Apr 2025

Beijing

6950$

Spring Framework Master Class

07, Apr 2025 18, Apr 2025

Kuala Lumpur

4500$

Spring Framework Master Class

27, Apr 2025 08, May 2025

DUBAI

4750$

Spring Framework Master Class

23, Jun 2025 04, Jul 2025

Milan

6950$

Spring Framework Master Class

31, Aug 2025 11, Sep 2025

Sharm ElShaikh

4750$

Spring Framework Master Class

01, Sep 2025 12, Sep 2025

Jakarta

4950$

Spring Framework Master Class

08, Sep 2025 19, Sep 2025

Milan

6950$

Spring Framework Master Class

14, Sep 2025 25, Sep 2025

Manama

4750$

Spring Framework Master Class

15, Sep 2025 26, Sep 2025

Singapore

6950$

Spring Framework Master Class

21, Sep 2025 02, Oct 2025

Beirut

4750$

Spring Framework Master Class

28, Sep 2025 09, Oct 2025

Tunisia

5250$

Spring Framework Master Class

29, Sep 2025 10, Oct 2025

Munich

6950$

Spring Framework Master Class

06, Oct 2025 17, Oct 2025

Marbella

6950$

Spring Framework Master Class

13, Oct 2025 24, Oct 2025

Vienna

6950$

Spring Framework Master Class

20, Oct 2025 31, Oct 2025

Rome

6950$

Spring Framework Master Class

26, Oct 2025 06, Nov 2025

Casablanca

4950$

Spring Framework Master Class

27, Oct 2025 07, Nov 2025

Madrid

4950$

Spring Framework Master Class

02, Nov 2025 13, Nov 2025

Kuwait

4750$

Spring Framework Master Class

03, Nov 2025 14, Nov 2025

Bangkok

6950$

Spring Framework Master Class

24, Nov 2025 05, Dec 2025

Geneva

6950$

Spring Framework Master Class

01, Dec 2025 12, Dec 2025

Istanbul

4750$

Spring Framework Master Class

07, Dec 2025 18, Dec 2025

Muscat

4750$

Spring Framework Master Class

08, Dec 2025 19, Dec 2025

Prague

6950$

Spring Framework Master Class

14, Dec 2025 25, Dec 2025

Marrakesh

4750$

Spring Framework Master Class

22, Dec 2025 02, Jan 2026

Toronto

7250$

Spring Framework Master Class

29, Dec 2025 09, Jan 2026

Paris

6950$

Have a look too on these courses