Tagged articles

WxJava

3 articles · Page 1 of 1
samdeepthink
samdeepthink
Jul 27, 2026 · Backend Development

WeChat Pay Integration Walkthrough: From Order Creation to Callback Confirmation

This article walks through a production‑grade WeChat Pay V2 integration, detailing the multi‑layer architecture, required configuration, unified order parameters, thread‑safe service usage, signature generation, and a four‑step callback verification process—including signature check, idempotency, amount validation, and active order query—to ensure reliable payment confirmation.

Callback SecurityPayment IntegrationWeChat Pay
0 likes · 18 min read
WeChat Pay Integration Walkthrough: From Order Creation to Callback Confirmation
Ubiquitous Tech
Ubiquitous Tech
Sep 19, 2024 · Backend Development

Exploring wxjava: A Deep Dive into the Open‑Source WeChat SDK Design Process

This article walks through the wxjava open‑source Java SDK for WeChat, detailing its starter pattern, configuration handling, request/response modeling, token management, custom annotations, duplicate‑message checkers, and the design patterns employed, offering concrete code examples to help readers master SDK design.

Java SDKOpen SourceWeChat
0 likes · 18 min read
Exploring wxjava: A Deep Dive into the Open‑Source WeChat SDK Design Process
Ubiquitous Tech
Ubiquitous Tech
Sep 12, 2024 · Backend Development

How the wxjava Spring Boot Starter Is Designed – Open Source SDK Insights

This article examines the wxjava open‑source Java SDK for WeChat, focusing on its Spring Boot Starter design, modular architecture, key configuration and service classes, code examples, and the design patterns it employs, offering developers a concrete roadmap for learning and extending the SDK.

Java SDKSpring Boot StarterWeChat API
0 likes · 18 min read
How the wxjava Spring Boot Starter Is Designed – Open Source SDK Insights