Tag

Generic Invocation

0 views collected around this technical thread.

Zhuanzhuan Tech
Zhuanzhuan Tech
Jan 18, 2023 · Backend Development

Generic Invocation in RPC Frameworks: Principles, Implementations, and Practice at Zhuanzhuan

This article explains the need for generic RPC calls in gateway and testing scenarios, compares Java‑Bean‑based and serialization‑intermediate approaches, and shares Zhuanzhuan's practical implementation details, helping developers choose the most suitable generic invocation method for their RPC frameworks.

DubboGeneric InvocationJava
0 likes · 9 min read
Generic Invocation in RPC Frameworks: Principles, Implementations, and Practice at Zhuanzhuan
vivo Internet Technology
vivo Internet Technology
Sep 21, 2022 · Backend Development

Dubbo Generic Invocation: Project Practice and Principle Analysis

By applying Dubbo's GenericService $invoke method, the vivo project replaced tightly‑coupled direct API calls with a unified remote‑call layer that eliminates third‑party JAR dependencies, reduces system coupling, and leverages Dubbo’s internal proxy‑exporter mechanisms to dynamically invoke diverse external services.

DubboGeneric InvocationJava
0 likes · 23 min read
Dubbo Generic Invocation: Project Practice and Principle Analysis
Weimob Technology Center
Weimob Technology Center
Jun 9, 2022 · Backend Development

How to Bridge Domestic and Overseas Dubbo Services with Generic HTTP Proxies

This article presents a one‑stop solution that uses dynamic proxies, Spring extensions, and Dubbo generic invocation to let overseas applications call domestic Dubbo services via HTTP without refactoring existing callers, reducing workload and eliminating previous drawbacks.

Backend IntegrationCGLIBDubbo
0 likes · 10 min read
How to Bridge Domestic and Overseas Dubbo Services with Generic HTTP Proxies