Tag

delegation pattern

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Jan 28, 2023 · Backend Development

Understanding the Delegation Pattern through SLF4J, JDBC, and Dubbo

This article explains how the delegation pattern is applied in Java server development by examining SLF4J's facade design, JDBC's driver registration, and Apache Dubbo's SPI mechanism, providing practical guidance on when and how to use delegation in backend projects.

DubboJDBCJava
0 likes · 18 min read
Understanding the Delegation Pattern through SLF4J, JDBC, and Dubbo
vivo Internet Technology
vivo Internet Technology
Jan 11, 2023 · Backend Development

Understanding the Delegation Pattern Through SLF4J, JDBC, and Dubbo Case Studies

The article explains how the delegation pattern—combining a fixed core processing path with extensible open interfaces—underpins Java toolkits such as SLF4J, JDBC, and Dubbo, illustrating its implementation steps, when to apply it, and pitfalls like reverse delegation loops.

Apache DubboJDBCJava Logging
0 likes · 17 min read
Understanding the Delegation Pattern Through SLF4J, JDBC, and Dubbo Case Studies