#springboot

learninjava
Dec 05, 2020 - Webservices

How to create Spring WebClient CRUD - GET, POST, PUT and DELETE Examples

Spring WebClient - GET, PUT, POST, DELETE examples: Learn how to create, read, update and delete using WebClient, an alternative to RestTemplate, examples using GET, POST, PUT and DELETE http methods....


learninjava
Dec 05, 2020 - Webservices

4 Ways to test WebClient using Mockito, MockWebServer, WebTestClient and WireMockServer

Mocking a WebClient in Spring: Learn how to test WebClient, examples include testing using Mockito, MockWebServer, WebTestClient and WireMockServer....


learninjava
Aug 06, 2015 - Webservices

JAX-WS SOAP Client using CXF

This tutorial explains how to create a JAX-WS SOAP based client using Spring and CXF. There are number of ways you can test this SOAP webservice....


learninjava
Aug 06, 2015 - Webservices

JAX-RS Restful WebService using Jersey

This tutorial explains how to create a Restful webservice using Spring and Jersey. For your convenience, we have provided configurations for running the webservice on both Jetty and Tomcat servers....


learninjava
Aug 06, 2015 - Webservices

JAX-RS Restful WebService using CXF

This tutorial explains how to create a JAX-RS restful webservice using Spring and CXF.For your convenience, we have provided configurations for running the webservice on both Jetty and Tomcat servers....