Tags

I don’t know where I am going, but I am on my way......
Calling Third-party API

[Calling Third-party API] 1 How to call Third-party API

Making HTTP requests is a core feature of modern programming, and is often one of the first things you want to do when learning a new programming language. For Java programmers there are many ways to do it - core libraries in the JDK and third-party libraries...


[Calling Third-party API - Java API] 2 Core Java APIs for making Java http requests

A URLConnection with support for HTTP-specific features. An HttpClient can be used to send requests and retrieve their responses...


[Calling Third-party API - WebService] 2 CXF 服务端开发

CXF 服务端开发


[Calling Third-party API - WebService] 1 WebService

WebService


[Calling Third-party API - WebService] 3 SOAP 消息和 WSDL 文件解析

SOAP 消息和 WSDL 文件解析


[Calling Third-party API - WebService] 4 CXF、AXIS 客户端开发

CXF、AXIS 客户端开发


[Calling Third-party API - Apache HttpClient] HttpClient Tutorial

HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore. It also provides reusable components for client-side authentication, HTTP state management, and HTTP connection management...


[Calling Third-party API - OpenFeign] 1 Feign makes writing java http clients easier

Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness...


[Calling Third-party API - OpenFeign] 5 Feign Spring Cloud upload、download File

Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness...


[Calling Third-party API - OpenFeign] 3 Feign Call Case

Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness...


[Calling Third-party API - Spring RestTemplate] The Guide to RestTemplate

Synchronous client to perform HTTP requests, exposing a simple, template method API over underlying HTTP client libraries such as the JDK HttpURLConnection, Apache HttpComponents, and others...


[Calling Third-party API - OpenFeign] 4 Feign Spring Cloud CircuitBreaker Fallbacks

Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness...


[Calling Third-party API - OpenFeign] 2 DefaultFeignClient Case and Summary

Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign's first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness...