An Introduction to Java SPI Mechanism
Table of Contents 1. Overview 1. What is SPI 2. What are the differences compared to API 3. What is the use of SPI 4. SPI Working Mechanism 2. ServiceLoader 1. Source Code Analysis 2. Summary 3. Practical Application Scenarios of SPI 1. JDBC 2. Spring 3. Dubbo 4. Conclusion 1 Overview What is SPI … Read more