Java Training Overview
Spring 5 provides an evolutionary advance of Spring’s powerful capabilities. This course introduces these capabilities, as well as providing guidelines on when and how to use them. It includes coverage of the three main configuration styles: Java-based (@Configuration), annotation-based (@Component), and the traditional XML-based configuration that may still play an important role in existing and new projects.
many hands-on labs (minimum 50% of course)
Working knowledge of Java programming, including use of inheritance, interfaces, and exceptions
This course has been completely revised to utilize Spring Boot's easy configuration and auto-configuration wherever possible. "Classic" Spring configuration (usually more verbose and complicated) is optionally covered in abbreviated form.
The course starts with in-depth coverage of Spring’s Core module to reduce coupling and increase the flexibility, ease of maintenance, and testing of your applications. It goes on to cover many of the most important capabilities of Spring, including easing configuration with Spring Boot, integrating Hibernate and JPA persistence layers with Spring and Spring Data, and using Spring’s declarative transaction capabilities.
This course is hands on with labs to reinforce all the important concepts. It will enable you to build working Spring applications and give you an understanding of the important concepts and technology in a very short time.
Java Training Skills Gained
Hands-On
Prerequisites
Supported Platforms
Standard: Java 11 and Eclipse IDE
Standard: Java 11 and IntelliJ
Standard: Java 17 and Eclipse
Standard: Java 17 and IntelliJ
Java Training Course Duration
3 Days
Java Training Course outline
Session 1: Introduction to Spring
Session 2: Configuration in Depth
Session 3: Spring Boot Overview
Session 4: Spring Testing
Session 5: Database Access with Spring/Boot
Session 6: Spring Transaction (TX) Management
Session 7: Boot Configuration and Customization
Session 8: Additional Spring/Boot Features