The Spring MVC framework, one of the most popular frameworks for developing a web application in Java world also provides several useful annotations …
Hutomo Sungkar
REST has now become a standard way to develop web services and when it comes to Java, there are many frameworks and library available e.g. JAX-RS, Re…
The REST framework has now become the standard way to develop Web Services on the Internet. It's no more SOAP, who used to rule the world for the…
You can use either curl or wget command to send HTTP requests from UNIX or Linux operating system. Both commands allow you to send GET and POST req…
So far, I have not written much about REST and RESTful web service, barring some interview questions like REST vs. SOAP, which is thankfully very muc…
The @RestController annotation in Spring MVC is nothing but a combination of @Controller and @ResponseBody annotation. It was added into Spring 4.0 …
In the last article, I have shared some courses to learn Microservice development with Spring framework and today, I'll talk about RESTful web se…
Hello guys, I have been sharing a lot of REST with Spring tutorials from last a couple of weeks and today, I am going to share some of the frequently…
Hello guys, you might have heard about GraphQL, another exciting technology. GraphQL is gaining a lot of popularity because of its superiority over t…