Posts
Mohamed Elhamra
Cancel

Session vs Token Based Authentication

Introduction As most of us know the HTTP (HyperText Transfer Protocol) is a stateless protocol, meaning that there is no link between two requests being successively carried out on the same c...

Hibernate framework basics and architecture

Introduction Hello everyone!! 😃😃 In this blog, I will talk about one of the most popular ORM frameworks in the Java ecosystem, which is Hibernate, but I will mainly focus on the architecture...

Spring MVC architecture

Introduction Hello everyone, in this article I will discuss the Spring web MVC, the components of this framework, their roles, the architecture as well as the request execution flow in Spring MV...

Spring dependency injection

What is DI ? Hello audience, today I am going to discuss the spring dependency injection which is a design pattern used to implement the IoC in the Spring container. Before talking about the impl...

IoC container in spring framework

Introduction Today we will talk about one of the most popular frameworks in the world which is Spring, but we will focus mainly on the IoC container of this framework. In the Spring framework, t...