Introduction to the Spring 5 Framework
Duration: 3 Days
Price: Contact SST for pricing.Description
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.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. It also covers integration of Spring with Java EE Web applications.
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.
The standard platform does all labs with the Eclipse IDE and the lab instructions include detailed directions for setting up and using it. The course can be made available for all major development environments, including IBM RAD and IntelliJ.
Prerequisites
Java SE programming experience and an understanding of object-oriented design principles. Fundamental knowledge of XML is helpful but not required. The course Java Programming or equivalent knowledge provides a solid foundation.
Course Overview
Introduction to Spring
|
Configuration in Depth
|
Spring Boot Overview
|
Spring Testing
|
Spring and Spring Data with Hibernate/JPA
|
Spring Transaction (TX) Management
XML Specific Configuration
|