#
Category: REST
See all categories.
Examples • Spring Boot • REST • API
Create a simple REST API
This tutorial explains to you how to create a simple REST API in Spring Boot.
2022-12-03
Examples • Spring Boot • API • REST
Spring API input parameters
This tutorial explains to you the input parameter types we can use in a Spring API.
2022-12-03
Examples • Spring Boot • REST
Create a REST Server
This tutorial explains to you how to create a REST Server.
2022-12-03
Examples • Web services • REST
Create a REST Service (using Jersey)
This tutorial explains to you how to create a simple Java Web Service (JAX-RS) using Jersey implementation on Tomcat.
2022-12-03
Examples • Web services • REST
Create REST Client (using Jersey)
This tutorial explains to you how to create a simple Java RESTful Web Service Client (JAX-RS client) using Jersey implementation on Tomcat.
2022-12-03
Web services • SOAP • REST • Concepts
JAX-WS (SOAP) vs JAX-RS (RESTful)
This tutorial explains you which are the Java web service types. You will understand the difference between JAX-WS (SOAP) and JAX-RS (RESTful).
2022-12-03