devonfw / devon4j

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

Add guide for quarkus logic layer #432

Closed lilliCao closed 3 years ago

lilliCao commented 3 years ago

As discussed with @hohwille, we prefer to use the approach "use-cases without component-facade" for the logic layer implementation. This guide is based on the quarkus code example here.

With that said, this is a proposal and I would appreciate any feedback/discussion.

Relate https://github.com/devonfw-sample/devon4quarkus-reference/pull/7 https://github.com/devonfw/devon4j/issues/420 Closes https://github.com/devonfw-forge/devonfw-microservices/issues/38

GuentherJulian commented 3 years ago

Also add your guide to the devon4j.asciidoc file, so that the guide is displayed on the website

lilliCao commented 3 years ago

Moved to #439