The Play Framework provides an asynchronous HTTP client to make calls to web services in the background while doing other work. We explore how to use it.
Baeldung Author
Gian Mario Contessa
I'm a Software Engineer with more than a decade of experience in Java. I enjoy challenges, in particular those related to architecture. As the CTO of Hedging Beta, I help our clients reaching their technology goals through analisys and implementation.
Here's what I've written (so far):
Running a Spring Boot App with Maven vs an Executable War/Jar
Filed under DevOps, Maven, Spring Boot
Learn the differences of running a Spring Boot App with Maven vs an Executable War/Jar.
Integrating Groovy into Java Applications
Filed under Programming
Learn about the latest techniques to integrate Groovy into a Java application
BIRT Reporting with Spring Boot
Filed under DevOps, Programming
Learn how to integrate the BIRT library in a Spring Boot application to display helpful reports.