CRUD Mission - Quarkus
This application demonstrates how a Quarkus application implements a CRUD endpoint to manage fruits.
This management interface invokes the CRUD service endpoint, which interacts with a database using JPA and several other well known libraries.
Behind the scenes, we have:
- Hibernate Reactive taking care of all CRUD operations
- Vert.x Web routing powering the REST API
- ArC, a CDI based dependency injection framework
- The Undertow webserver
- Some magic bytecode generation plugged in the compiler...
Add/Edit a fruit
Fruit List