Tag: Restful Web Services
How to develop RESTful web services in Spring
Today, we will explore the basics of creating a project in Spring and how to leverage Spring Tool Suite for managing the project.
To create...
Applying Spring Security using JSON Web Token (JWT)
Today, we will learn about spring security and how it can be applied in various forms using powerful libraries like JSON Web Token (JWT).
Spring...
Testing RESTful Web Services with Postman
In today's tutorial, we are going to leverage Postman framework to successfully test RESTful Web Services.
We will also discuss a simple JUnit test case,...
RESTful Web Services – Server-Sent Events (SSE)
Getting started
Generally, the flow of web services is initiated by the client by sending a request for the resource to the server. This is...