- Spring 5 Design Patterns
- Dinesh Rajput
- 181字
- 2021-07-08 09:59:28
Spring modules
Spring Framework has several distinct modules for a specific set of functionalities, and they work more or less independently of the others. This system is very flexible, so the developer can choose only those required for the enterprise application. For example, a developer can just use the Spring DI module and build the rest of the application with non-Spring components. So, Spring provides integration points to work with other frameworks and APIs--for example, you can use the Spring Core DI pattern only with the Struts application. In case the development team is more proficient in using Struts, it can be used instead of Spring MVC while the rest of the application uses Spring components and features, such as JDBC and transactions. So while the developers need to deploy the required dependencies with the Struts application, there is no need to add a whole Spring Framework.
Here is an overview of the entire module structure:

Let's look at each of Spring's modules and see how each fits in to the bigger picture.
- 玩轉Scratch少兒趣味編程
- UML和模式應用(原書第3版)
- Learning ArcGIS Pro
- Learning Apache Kafka(Second Edition)
- PostgreSQL Replication(Second Edition)
- Oracle 18c 必須掌握的新特性:管理與實戰
- 詳解MATLAB圖形繪制技術
- Android群英傳
- QPanda量子計算編程
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Spring Web Services 2 Cookbook
- Flutter從0基礎到App上線
- Learning iOS Penetration Testing
- Leaflet.js Essentials
- Python深度學習入門:從零構建CNN和RNN