REST
-
Enterprise Java

How to Invoke an External REST API from a Cloud Function
In a previous blog post I showed how to create your first cloud function (plus a video). It’s very likely…
Read More » -
Enterprise Java

Speed Up Services With Reactive API in Java EE 8
Services can often be optimized with asynchronous processing even without changing their behavior towards the outside world. The reason why…
Read More » -
Enterprise Java

And some more REST tips
In previous blog posts I have covered some ideas and tips for achieving a REST architecture. In this post, I cover…
Read More » -
Enterprise Java

REST: Using a Controller endpoint?
In general REST architectures, the fundamental concept is a Resource. After Resources, the next thing is to develop a Uniform…
Read More » -
Enterprise Java

Spring Boot Tutorial
1. Introduction If you always wanted to work with a Web Framework which allows you to jump-start into API development…
Read More » -
Enterprise Java

Spring Boot & Angular 5 & Spring Data & Rest Example (CRUD)
This tutorial provides a complete implementation of Spring Boot, Angular 5 and spring data to build an end to end…
Read More » -
Enterprise Java

Build REST Web Service using Spring Boot
This tutorial provides a step-by-step guide on how to build a restfull web service using Spring Boot. Prerequisites: Eclipse IDE…
Read More » -
Enterprise Java

Top 20 Spring REST Interview Questions Answers for Java Programmers
Hello guys, I have been sharing some REST with Spring tutorials from last a couple of weeks and today, I…
Read More » -
Enterprise Java

When a REST Resource should get its own Address?
In a purist REST approach, all endpoints (except the starting endpoint) are opaque and their various details shouldn’t need to…
Read More »


