REST
-
Docker
Deploying Multiple Spring Boot Microservices to Docker
Welcome readers, in this tutorial, we will show how to deploy multiple Spring Boot Microservices on Docker. 1. Introduction Before…
Read More » -
Enterprise Java
Differences Between REST and SOAP APIs
This article discusses the differences between REST and Soap APIs. Therefore, after reading these articles, readers will probably understand why,…
Read More » -
Boot
Spring Boot REST API with Swagger Example
Welcome readers, in this tutorial, we will create a spring boot restful api application to integrate with the swagger2 tool.…
Read More » -
spring
Spring Rest Hibernate Example
Welcome readers, in this tutorial, we will show how to implement the REST services to perform the SQL operations using…
Read More » -
Boot
Spring Boot REST API Tutorial
In this tutorial, we will review REST API concepts and provide an example of REST API development using Spring Boot.…
Read More » -
spring
Spring REST with JSON Example
RESTful web services using JSON data format address the problems with SOAP web services using XML. REST can output data…
Read More » -
rest
JAX-RS Web Service Example
Hello readers. In this tutorial, we will show how to use the JAX-RS (RESTful) jar files to implement a simple…
Read More » -
spring
Spring Framework Angularjs Integration Tutorial
Spring Application Framework enables us develop RESTful services using its Web MVC subsystem, and we can consume those services via…
Read More » -
Grails
Grails REST Example
In this example we shall show you how to create RESTful APIs using Grails. Exposing your application functionality to other applications…
Read More » -
Scala
Scala REST Example
In this Example series, we will see how to have a REST (Web) Application in Scala. The following table shows…
Read More »