Spring Framework
Table of contents
Official Website - Spring Projects, Guides, Learn
Spring in Action - pg 53
- Applications composed of microservices destined for the cloud that persist data in a variety of databases.
- Reactive programming aims to provide greater scalability and improved performance with non-blocking operations.
Notes
- Latest in Spring
- Spring Core
- Spring AOP
- Spring MVC
- Spring REST
- Spring Data
- Spring Session
- Spring Security
- Spring Cloud
- Spring WebFlux
- Spring Reactive Programming
Spring Core
Spring Security
Spring Security is a framework that provides
- authentication
- authorization (access control)
- protection against common attacks - CSRF, distributed denial of service (DDoS) attack
Nonfunctional software qualities - performance, scalability, availability and security
- References
- Spring Security - Official
- author’s YouTube account - Spring Security Fundamentals playlist.
- Spring Security
page 2 - diagram
Spring Boot
spring-boot project