Spring Boot

Abbreviations

  • POJO: Plain Old Java Object
  • JavaBeans: Simple Objects with only getters and setters
  • Spring Beans: POJOs configured in the application context
  • DTO: Bean used to move state between layers

Spring Boot History

Servlet Container?