Spring Learning and Practice Guide
Spring can do a lot of things, and it provides rich functionality for enterprise development, but the underlying functionality is dependent on its two core features, dependency injection, DI) and aspect-oriented Programming (AOP).
Release 4 has been fully updated for Spring4.
- Part 1 covers the core of the Spring framework.
- Part 2 builds on this by showing you how to use Spring to build Web applications.
- Part 3 says goodbye to the front end and shows you how to use Spring on the back end of your application.
- Part 4 describes how to use Spring to integrate with other applications and services. It is suitable for readers who have a certain Java programming foundation, as well as all kinds of software development under the Java platform
Need friends from Spring Field (version 4)
Please forward it and add assistant VX: Yunduoa2019 after following it or scan the qr code below and follow the guidance of the assistant to obtain it by yourself
1. Core knowledge of Spring
Dependency injection and AOP are core parts of the Spring framework, so part 1 will touch on SpringDI and AOP features
- The Spring tour
- Assembly Bean
- Advanced assembly
- Section-oriented Spring
Spring on the Web
Spring is often used to develop Web applications, so in Part 2 you’ll see how to use Spring’s MVC framework to add a Web front end to your application.
- Build the SpringWeb application
- Render Web Views
- Advanced technology for SpringMVC
- Using SpringWeb Flow
- Protecting Web Applications
Spring in the backend
Part 3 has five chapters and will focus on how Spring helps us process data on the back end.
- Conquer databases with Spring and JDBC
- Persist data through object-relational mapping
- Use NoSQL databases
- Cache data
- Application of protection methods
Fourth, Spring integration
In the final section, which is a bit more verbose, you will learn how to integrate with other applications and enterprise services across the boundaries of the application itself.
- Using remote Services
- Create REST apis using SpringMVC
- Spring news
- Message functionality is implemented using WebSocket and STOMP
- Use Spring to send emails
- Manage Spring beans using JMX
- Simplify Spring development with Springboot
Due to the space limitation of this article, more content is not described, but the above Spring (fourth edition) learning document,
Please forward it and add assistant VX: Yunduoa2019 after following it or scan the qr code below and follow the guidance of the assistant to obtain it by yourself