Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.51 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.51 KB

Simple Framework

A simple framework to show that, there is no magic in spring.

I am writing a series of articles in medium, to explain the spring internals. Most people do not understand what is happening behind the Spring framework. So in this article series I am going to develop a simple framework step by step, explaining, major functionalities in Spring.

This repository is divided into sections, to match with each article like part1, part2.. likewise.

Links to the articles:

Demystifying Spring: Let’s Build a Simple Framework to Understand Spring Internals

Demystifying Spring. Section 2: Proxies

Demystifying Spring. Section 3: Let’s implement Dynamic Proxy

Demystifying Spring. Section 4: Let’s implement CGLib Proxy

Demystifying Spring. Section 5: It’s time to inject dependencies!

Demystifying Spring. Section 6: @Transactional is simpler than you thought!