Posted
over 5 years
ago
by
Biju Kunjummen
Learn how to program a unit test using Spring's WebClient.
WebClient, to quote its Java documentation, is the Spring Framework's:
"Non-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API over underlying HTTP
|
Posted
over 5 years
ago
by
Jailson Evora
Here's more on building Java annotations for full Spring Boot REST APIs
This post aims to demonstrate important Java @annotations used to build a functional Spring Boot REST API. The use of Java annotation gives developers the capability to reduce
|
Posted
over 5 years
ago
by
Ram N
In the video below, we take a closer look at the Spring MVC execution flow diagram. Let's get started!
Further Reading
How Spring MVC Really Works
|
Posted
over 5 years
ago
by
Robert Brautigam
Learn more about Java records, and how easy it is to make the wrong decisions.
There is an official JEP 359: Records (preview) that proposes to introduce "Records", i.e. pure data structures into Java. With it, Java continues to follow
|
Posted
over 5 years
ago
by
John Vester
Learn more about using InstanceOf and Alternatives in Java
While reviewing a customer code base, there was a situation where JSON data was mapped into a collection of POJOs (plain old Java objects) for processing. Part of the JSON payload included
|
Posted
over 5 years
ago
by
Groovy Zone - Everything for the Groovy & Grails developer
These new features and enhancements are totally groovy, man.
In this post, we will learn about the enhancements of about Gradle 5.6.
You may also like:
Groovy: A Retrospective
1. The Ex...
|
Posted
over 5 years
ago
by
Chirag Thumar
These new features and enhancements are totally groovy, man.
In this post, we will learn about the enhancements of about Gradle 5.6.
You may also like:
Groovy: A Retrospective
1. The Exit of Leaking Authentication Data
It was found that
|
Posted
over 5 years
ago
by
Ranga Karanam
Here are the five languages you MUST learn as a Java developer!
As a programmer, you want to explore new things. Learning a new language gives you a different perspective when solving problems.
So what are the five languages that a Java developer must explore?
|
Posted
over 5 years
ago
by
Nikita Koksharov
What Is a Redis Cluster?
Scalability and availability are two of the most important qualities of any enterprise-class database.
It’s very unusual that you can exactly predict the maximum amount of resources your database will consume, so scalability
|
Posted
over 5 years
ago
by
Matt Raible
Developers were using JHipster for designing mobile apps before 'hipster' was even, like, a thing
For all those who know me, you know how much I love Java, Spring Boot, JHipster, and Ionic.
JHipster is the best thing ever. It’s a popular, fully
|