Introduction to Spring 5 (SPR101)
This Introduction to Spring 5 training class introduces Spring’s capabilities and provides 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.
Java developers who want to learn about RESTful services with Spring and dig deeper into Spring Boot should consider Webucator’s Introduction to Spring 5, Spring Boot, and Spring REST course.
- Understand the core principles of Spring, and of Dependency Injection (DI) / Inversion of Control.
- Learn to use the Spring Core module and DI to configure and wire application objects (beans) together.
- Understand the different types of metadata (XML, annotations/
@Component
, and Java Configuration/@Configuration
), and how and when to use them. - Understand and use the complete capabilities of the Core module, such as lifecycle events, bean scopes, and the Spring API.
- Learn to use Spring Boot to simplify dependency management and configuration.
- Learn to work with the ORM (Object-Relational Mapping) module to integrate Spring with technologies such as Hibernate or JPA.
- Learn to use Spring Data to automatically generate JPA-based repository classes.
- Understand and use Spring’s transaction support, including the easy-to-use Java annotation support, as well as the tx/aop XML configuration elements.
- Learn to integrate Spring with Java EE Web applications.
- Introduction to Spring
- Overview of Spring Technology
- Motivation for Spring, Spring Architecture
- The Spring Framework
- Spring Introduction
- Declaring and Managing Beans
- ApplicationContexts – The Spring Container
- XML and
@Component
/@Named
Config
- Dependencies and Dependency Injection (DI)
- Examining Dependencies
- Dependency Inversion / Dependency Injection (DI)
- DI in Spring – XML and
@Autowired
- Overview of Spring Technology
- Configuration in Depth
- Java Based Configuration (
@Configuration
)- Overview,
@Configuration
,@Bean
- Dependency Injection
- Resolving Dependencies
- Overview,
- Integrating Configuration Types
- XML and
@Component
Pros/Cons @Configuration
Pros/Cons- Choosing a Configuration Style
- Integrating with
@Import
and<import>
- XML and
- Bean Scope and Lifecycle
- Singleton, Prototype, and Other Scopes
- Configuring Scope
- Bean Lifecycle / Callbacks
- Externalizing Properties
- Properties Files
@PropertySource
, property-placeholder- Using
@Value
- Spring Expression Language (SpEL)
- Profiles
- Overview and Configuration
- Activating Profiles
- Java Based Configuration (
- Spring Boot Overview
- Maven and Spring
- Spring Boot Structure
- Spring POMs with Boot Parents
- Spring Boot Starters
- Other Capabilities
- Spring Testing
- Testing and JUnit Overview
- Writing Tests – Test Classes, asserts, Naming Conventions
- Running Tests – IDE, Maven, …
- Test Fixtures – setup and teardown
- Spring TestContext Framework
- Overview
- Configuration
- Running Tests
- Testing and JUnit Overview
- Spring and Spring Data with Hibernate/JPA
- Overview of Spring database support
- Configuring a DataSource
- Using Spring with Hibernate
- High Level Hibernate Overview
- SessionFactory configuration, LocalSessionFactoryBean
- Contextual Sessions and Spring Integration
- Using Spring with JPA
- Managing the EntityManager (EM)
- LocalContainerEntityManagerFactoryBean and Container-managed EMs
- JEE and JNDI Lookup of the EM
- Configuration and Vendor Adaptors
- Creating a JPA Repository/DAO Bean –
@PersistenceUnit
,@PersistenceContext
- Spring Data Overview
- Overview and Architecture
- Configuring Spring Data
- Repositories and JPA Repositories
- Using CrudRepository
- Using Spring Data
- Naming Conventions for Querying
- Creating more Complex Queries
- Query Configuration
- Spring Transaction (TX) Management
- Overview
- Declarative TX Management (
REQUIRED
, etc.) - TX Scope and Propagation
- Pointcut-based Configuration of Transactions
- Java EE Web Applications with Spring
- Java EE Web App Overview
ContextLoaderListener
andWebApplicationContext
- Using Spring Beans
Each student will receive a comprehensive set of materials, including course notes and all the class examples.
Experience in the following is required for this Spring class:
- Working knowledge of Java programming, including use of inheritance, interfaces, and exceptions.
Live Private Class
- Private Class for your Team
- Live training
- Online or On-location
- Customizable
- Expert Instructors