0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ZIOまとめ

Last updated at Posted at 2023-09-28

ZIOについての現時点の知見をまとめる記事です。
本記事は公式ドキュメントを読むための取っ掛かりとなるような入門記事を目指しています。
そのため以下の点に気を付けました。

  • 1章、1章につながりがあり、順序だてて読めること
  • ZIOでの開発を始めるにあたり、必要十分な文量、情報量であること
  • 記事が日本語であること

また、以下の記事中のScalaコードはScala3系での実行を想定しています。

対象読者は以下2点に当てはまる方です。
1. ある程度Scalaを書ける人
2. DI機能があるjavaフレームワークの使用経験のある方

情報に誤りがありましたら是非ご指摘ください。

目次

Ⅰ. 前書き

1. ZIOについて

Ⅱ. バッチ開発

1. Hello, World!

2. ZIOのDIについて

3. ZIOのエラー処理

4. ZIOライブラリ利用(DB接続)

5. ZIOの並列処理

Ⅲ. バックエンド開発

1. zio-http

2. 外部Web APIアクセス

3. Middlewareについて

Ⅳ. その他

1. 単体テスト

0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?