In this tutorial, we will show how to create a simple rest server with SpringBoot. Gradle is used as the automation tool. Please take a look at the source code here: https://github.com/topera/gradle-rest-server-spring Enjoy!
Tag: rest
Tip #003: Rest Server with Jersey (JAX-RS) – Gradle
In this tutorial, we will show how to generate a WAR file to deploy a simple rest server, written in Java and built with Gradle. Please check it out on our GitHub page: https://github.com/topera/gradle-rest-server-jaxrs Enjoy!
Tip #002: Rest Server with Jersey (JAX-RS)
In this simple hello world we show how to create a simple rest server using the reference implementation of JAX-RS, called Jersey. The dependencies are managed by Maven. Please see the code for a working example here https://github.com/topera/maven-rest-server-jaxrs
Tip #001: Rest Server + Rest Client
The first tutorial released! In this GitHub repository, we'll show how to create a simple Rest Server and Rest Client using Java + JAX-RS (implementation with Jersey) + Maven. The Rest Client will be our application, that will get some playlists from the Deezer music stream service. Then the content will be delivered by our application, as … Continue reading Tip #001: Rest Server + Rest Client