Tag

IoC Container

0 views collected around this technical thread.

ByteFE
ByteFE
Aug 2, 2023 · Fundamentals

Understanding Dependency Injection and Inversion of Control with TypeScript

This article explains the concepts of Inversion of Control and Dependency Injection, demonstrates how to implement a lightweight DI container in TypeScript using decorators and reflection, and covers advanced features such as provider registration, abstraction, lazy loading, and handling circular dependencies.

Inversion of ControlIoC ContainerTypeScript
0 likes · 35 min read
Understanding Dependency Injection and Inversion of Control with TypeScript
Java Architect Essentials
Java Architect Essentials
Nov 16, 2021 · Backend Development

Deep Dive into Spring Boot: IoC Container, SpringFactoriesLoader, Event Publishing, and Auto‑Configuration

This extensive tutorial explains Spring Boot’s core mechanisms—including the IoC container, class loading, SpringFactoriesLoader, event publishing, and automatic configuration—through detailed explanations and code examples, helping developers understand and extend Spring Boot’s startup process.

Auto‑ConfigurationEvent PublishingIoC Container
0 likes · 38 min read
Deep Dive into Spring Boot: IoC Container, SpringFactoriesLoader, Event Publishing, and Auto‑Configuration
Laravel Tech Community
Laravel Tech Community
Jul 6, 2021 · Backend Development

Understanding Dependency Injection in PHP with Example Implementations

This article explains the concept of dependency injection in PHP, demonstrates simple and multi‑class injection examples, and shows how to build both a dynamic IoC container and a static container with autowiring support for flexible backend development.

Inversion of ControlIoC ContainerPHP
0 likes · 10 min read
Understanding Dependency Injection in PHP with Example Implementations