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.
Also find me here:
Baeldung Author
Gian Mario Contessa
Gian Mario has spent over a decade in the software and technology sector. His experience spans Mobile-Oriented Architecture as well as Multi-Tenant Cloud Microservices and Software as a Service. Currently CTO of Hedging Beta Ltd, he continues to cultivate his passion for programming, while focusing on process analysis, scaling, tech strategy and R&D.
Here's what I've written (so far):
Baeldung on Java
- All
- Programming (2)
- DevOps (2)
- Spring Boot (1)
- REST (1)
- Maven (1)
- Java (1)
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.