Spring Framework


Table of contents
  1. Spring Framework
    1. Notes
    2. Spring Core
    3. Spring Security
    4. Spring Boot

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

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

page 2 - diagram

Spring Boot

spring-boot project