- 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.
- Oracle 11g從入門到精通(第2版) (軟件開發(fā)視頻大講堂)
- Learning Spring 5.0
- 三維圖形化C++趣味編程
- 實(shí)用防銹油配方與制備200例
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- Learn WebAssembly
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第4版)
- EPLAN實(shí)戰(zhàn)設(shè)計(jì)
- 名師講壇:Spring實(shí)戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Spring Boot企業(yè)級(jí)項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Mastering Drupal 8 Views
- 軟件品質(zhì)之完美管理:實(shí)戰(zhàn)經(jīng)典
- ServiceNow:Building Powerful Workflows
- Learning Docker Networking
- 現(xiàn)代CPU性能分析與優(yōu)化