- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 241字
- 2021-06-24 19:17:24
Spring modularity
Since its foundation, the framework has had a particular focus on modularity. It is an important framework characteristic because it makes the framework an excellent option for different architectural styles and different parts of applications.
It means the framework is not an opinionated, full-stack framework that dictates the rules to make everything work. We can use the framework as we need and integrate it with a wide range of specification and third-party libraries.
For example, for portal web applications, the Spring MVC supports features such as template engines and REST endpoints and integrates them with the popular JavaScript framework, AngularJS.
Also, if the application needs support for a distributed system, the framework can supply an amazing module called Spring Cloud, which has some essential features for distributed environments, such as service registration and discovery, a circuit breaker, intelligent routing, and client-side load balancing.
Spring makes the development applications for Java Runtime easy with different languages, such as Java, Kotlin, and Groovy (with which you can choose the flavor and make the development task fun).
It is divided into various modules. The main modules are as follows:
- Spring Core
- Spring Data
- Spring Security
- Spring Cloud
- Spring Web-MVC
In this book, we will cover the most common solutions involved in Java Enterprise applications, including the awesome Spring Cloud project. Also, we can find some interesting projects such as Spring Batch and Spring Integration, but these projects are for specific needs.
- 機器學習系統:設計和實現
- C++ Builder 6.0下OpenGL編程技術
- Reactive Programming with Swift
- jQuery EasyUI網站開發實戰
- Java高手真經(高級編程卷):Java Web高級開發技術
- Vue.js快速入門與深入實戰
- Dependency Injection in .NET Core 2.0
- Python Tools for Visual Studio
- INSTANT MinGW Starter
- 云計算通俗講義(第3版)
- OpenStack Orchestration
- RabbitMQ Essentials
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Java網絡編程核心技術詳解(視頻微課版)
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)