spring-boot
-
JSON API – Crnk Spring Boot Example
JSON API is a specification for building APIs using JSON. It details how clients should re…
-
Spring WS – Client Timeout Example
When implementing a web service client, it is a good practice to take into account the sce…
-
Apache CXF – Basic Authentication Example
Basic Authentication (BA) is a method for a HTTP client to provide a user name and passwor…
-
Apache CXF – SOAP Header Example
The SOAP header is an optional sub-element of the SOAP envelope. It is used to pass applic…
-
Apache CXF – Logging SOAP Request Response Fault Messages Example
Since Apache CXF 3.1, the message logging code was moved into a separate module and gather…
-
Spring WS – SOAP Tolerant Reader Example
The tolerant reader pattern was coined by Martin Fowler as a way to reduce the coupling be…
-
Spring WS – SOAP Header Example
The SOAP header is an optional sub-element of the SOAP envelope. It is used to pass applic…
-
Spring WS – Mutual Authentication Example
Mutual authentication or two-way authentication refers to two parties authenticating each …
-
Spring Kafka – Spring Integration Example
Spring Integration extends the Spring programming model to support the well-known Enterpri…
-
Spring JMS Annotations Example
In this post I’m going to show you EXACTLY how to auto-configure Spring JMS using annotati…