11

Quarkus Integration

In this chapter, we’ll learn how to integrate the React frontend and Quarkus backend projects so that the application can be deployed and distributed as a single service monolith. We’ll start by analyzing the advantages and disadvantages of a microservice distributed architecture over a monolithic one, and evaluate why we should prefer a monolithic deployment for our task manager. Then, we’ll learn how to set the Quarkus Maven configuration to build the frontend project and account for its generated resources. Next, we’ll implement a Quarkus HTTP resource that will serve the frontend files and learn how to configure the application for a native build.

By the end of this chapter, you should be able to configure a Maven ...

Get Full Stack Quarkus and React now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.