devonfw / devon4j

devonfw Java stack - create enterprise-grade business apps in Java safe and fast
Apache License 2.0
82 stars 88 forks source link

Refactoring of the REST guides regarding Quarkus #474

Closed GuentherJulian closed 2 years ago

GuentherJulian commented 2 years ago

In the Quarkus template guide we recommend RESTEasy as implementation for the Service Layer for Quarkus applications. There are some parts in the documentation that has to be changed regarding the Quarkus support. In the decision sheet for service frameworks, we mention only Apache CXF as JAX-RS implemention and recommend to not use RESTEasy. Also the rest client guide needs to be changed to comply with Quarkus.

GuentherJulian commented 2 years ago

Related documentation in the devonfw-microservices repository: https://github.com/devonfw-forge/devonfw-microservices/blob/main/documentation/Quarkus_REST_vs_devon4j_REST.md

https://github.com/devonfw-forge/devonfw-microservices/issues/9