SpringFramework
https://gyazo.com/58cb4729bc3de5f8cafc02d90fbc6e5b
#Java
#Kotlin
#Framework
#OSS
#BackEnd
/icons/link2.icon
HP
概要
(
Wikipedia
)
/icons/水平線.icon
SpringFramework
は、
Java
プラットフォーム向けの
OSS
アプリケーションフレームワーク
Main Projects
/icons/水平線.icon
SpringBoot
SpringData
SpringCloud
SpringSecurity
ドメイン駆動設計
との相性
/icons/水平線.icon
SpringFramework
はアプリケーションの「基盤」を提供する 開発者は、
ドメイン
固有のロジックに集中する
ドメイン駆動設計
の考え方そのもの
SpringFramework
は
ドメイン駆動設計
を実践するためのframework
ドメイン
と
ドメインロジック
に集中できる
ドメイン
の分析と理解に時間を割ける
ドメインロジック
のcodeがframeworkに汚染されない
DDD本が出版された後、
SpringFramework
ドキュメントに、DDDを意識した記述が増えた
@Service, @Repositoryは、DDD本に由来する