servlet-archaeology

Servlet container > Spring Framework > Spring Boot

APACHE-2.0 License

Stars
1

Servlet Archaeology

Motivation

Spring Boot is an exceptional solution built upon the foundation of the Spring Framework, greatly simplifying the daily tasks of software engineers. However, there are instances when comprehending certain decisions made within Spring Boot requires delving beneath the surface. This repository serves precisely that purpose – shedding light on these intricacies.

Servlet evolution

Presently, I am keen on gaining a deeper understanding of the dynamic interplay between a Servlet container, such as Tomcat, and the intricate mechanics of the Spring Framework.

make help
make servlet
make spring-framework-jsp
make spring-framework-mvc
make spring-framework-mvcfn
make spring-boot-1
make spring-boot-2
make spring-boot-3
make spring-boot-4
make spring-boot-5
make spring-boot-6
make spring-boot-7
make spring-boot-8
make spring-boot-9
make spring-boot-10
make spring-boot-11
make spring-boot-12
make spring-boot-13
make spring-boot-14
make spring-boot-15

open http://localhost:8080/hello
curl http://localhost:8080/hello
kill $(lsof -t -i:8080)

References