Tag

MiniFramework

1 views collected around this technical thread.

Top Architect
Top Architect
Jul 11, 2022 · Backend Development

Spring Core Concepts and Building a Mini Framework Without Spring

This article explains Spring's core features such as IoC, DI and AOP, demonstrates creating a simple Hello World service with Spring Boot, then shows how to implement the same functionality using raw Servlets and finally builds a miniature Spring‑like framework with custom annotations, an IOC container and a dispatcher servlet.

BackendDIIoC
0 likes · 19 min read
Spring Core Concepts and Building a Mini Framework Without Spring