codegen-assets
codegen-assets copied to clipboard
Add Java Quarkus codegen
Quarkus is a very good microservice framework for Java. The codegen is fairly simple and straight forward. This is actually just the JAX RS syntax for a REST resource. So it could work with any framework that uses JAX RS (Java EE, Jakarta EE, Microprofile compatible).
Great idea! Thanks for the commit.
Just a few small pieces of feedback:
- Does the resource class need to be
@ApplicationScoped
? - Quarkus is undergoing migration to Jakarta EE namespace, so to future-proof this probably better to use
jakarta
instead ofjavax
- Probably best to call it
JAX-RS
codegen, maybe something likejava-jax-rs