CLOVER🍀

That was when it all began.

WildFly Quickstarts

WildFlyの新しい機能を使う時などは、機能追加時のブログなどをよく見ていたのですが、Quickstartsを見た方が良さそうだなと
思ったのでメモ。

ドキュメントでは、ここで紹介されています。

ここで見ているのは、WildFly 29のドキュメントです。今まで、ここまで下の欄をあまり見ていませんでした…。

Quickstartsには多数のサンプルが含まれていて、GitHubリポジトリーはこちらです。

GitHub - wildfly/quickstart: Holds all versioned WildFly quickstarts

WildFly 29.0.1.Finalの時点だと、これくらいのサンプルがあります。

  • batch-processing
  • bean-validation-custom-constraint
  • bmt
  • cmt
  • contacts-jquerymobile
  • ee-security
  • ejb-multi-server
  • ejb-remote
  • ejb-security-context-propagation
  • ejb-security-programmatic-auth
  • ejb-throws-exception
  • ejb-timer
  • ejb-txn-remote-call
  • ha-singleton-deployment
  • ha-singleton-service
  • helloworld
  • helloworld-jms
  • helloworld-mdb
  • helloworld-mutual-ssl
  • helloworld-mutual-ssl-secured
  • helloworld-singleton
  • helloworld-ws
  • hibernate
  • http-custom-mechanism
  • jaxrs-client
  • jaxrs-jwt
  • jaxws-ejb
  • jaxws-retail
  • jsonp
  • jta-crash-rec
  • jts
  • kitchensink
  • logging
  • mail
  • messaging-clustering-singleton
  • microprofile-config
  • microprofile-fault-tolerance
  • microprofile-health
  • microprofile-jwt
  • microprofile-openapi
  • microprofile-reactive-messaging-kafka
  • microprofile-rest-client
  • numberguess
  • remote-helloworld-mdb
  • security-domain-to-domain
  • servlet-async
  • servlet-filterlistener
  • servlet-security
  • shopping-cart
  • spring-resteasy
  • tasks-jsf
  • temperature-converter
  • thread-racing
  • todo-backend
  • websocket-endpoint
  • websocket-hello
  • wsat-simple
  • wsba-coordinator-completion-simple
  • wsba-participant-completion-simple

それぞれの概要は、こちらで確認できます。

Quickstarts / Table of Available Quickstarts

ディレクトリのREADME.adocを見るとわかるのですが、依存関係やコード例、設定などがしっかり説明されていて良いですね。

たとえば以下は、MicroProfile REST Clientのサンプルです。

https://github.com/wildfly/quickstart/tree/29.0.1.Final/microprofile-rest-client

なかなか良さそうなので、今後WildFlyを使う時に参考に見ていこうと思います。