Tag

Service Provider

1 views collected around this technical thread.

Architecture Digest
Architecture Digest
Mar 17, 2025 · Backend Development

Dynamic Service Provider Switching with spring-smart-di and AutowiredProxySPI

This article explains how to dynamically switch between multiple service providers in a Spring backend by configuring identifiers, using spring-smart-di's AutowiredProxySPI and related annotations, and provides step‑by‑step code examples for seamless, runtime‑configurable dependency injection.

JavaService ProviderSpring
0 likes · 9 min read
Dynamic Service Provider Switching with spring-smart-di and AutowiredProxySPI
Architecture Digest
Architecture Digest
Nov 29, 2024 · Backend Development

Dynamic Service Provider Switching with Spring Smart DI

This article explains how to implement runtime switching of multiple service providers in a Spring‑based backend by configuring the active implementation in a central store and using the spring‑smart‑di library's AutowiredProxySPI to inject the appropriate bean automatically.

JavaService ProviderSpring
0 likes · 7 min read
Dynamic Service Provider Switching with Spring Smart DI
php中文网 Courses
php中文网 Courses
Aug 6, 2024 · Backend Development

Leveraging Laravel Macros to Extend Framework Functionality

This article explains how Laravel developers can use Laravel Macros to encapsulate repetitive data‑handling logic, attach custom methods to core classes such as Collections and Eloquent models, improve code reuse, maintainability, and development efficiency, while also covering best practices and potential pitfalls.

LaravelMacrosService Provider
0 likes · 10 min read
Leveraging Laravel Macros to Extend Framework Functionality
360 Quality & Efficiency
360 Quality & Efficiency
Aug 21, 2020 · Backend Development

Understanding JAR File Format, Manifest Specification, Signing, Indexing, and Service Provider Mechanism

This article provides a comprehensive overview of the JAR file format, detailing the structure and purpose of the META-INF directory, manifest sections, signing files, index files, class‑path attributes, and service provider configuration, while also presenting the formal syntax specifications and examples for each component.

IndexJarJava
0 likes · 23 min read
Understanding JAR File Format, Manifest Specification, Signing, Indexing, and Service Provider Mechanism
Laravel Tech Community
Laravel Tech Community
Dec 31, 2019 · Backend Development

Laravel Application Lifecycle Overview

This article explains Laravel’s request entry point, the bootstrapping process involving index.php, the HTTP and console kernels, the role of service providers, request dispatching, and how these components work together to handle incoming requests and generate responses.

LaravelPHPService Provider
0 likes · 5 min read
Laravel Application Lifecycle Overview