-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Persistence Best Practices for Java Applications
By :

To demonstrate how modern persistence frameworks enable developers to rely on their knowledge of JPA, let’s take a look at Quarkus and Panache, and the experience of developing cloud-native Java services with accelerated development speed. Within this context, we’ll evaluate key aspects of design pattern implementation, automatically generated persistence code, and some potential drawbacks to take into consideration when designing a solution.
You can either follow along or create a brand-new project to try the following code. If you haven’t used Quarkus and Panache yet, you may notice quite a difference in the development experience of a lightweight runtime compared to traditional application servers, and the simplicity of coding straightforward CRUD scenarios with Panache.
Details on how to create the project can be found in the project’s repository: https://github.com/architects4j/mastering...