Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/53ningen/layeredarchitectureinplay2.3

play2.3.2でレイヤードアーキテクチャを強制する際のひな形
https://github.com/53ningen/layeredarchitectureinplay2.3

Last synced: about 2 months ago
JSON representation

play2.3.2でレイヤードアーキテクチャを強制する際のひな形

Awesome Lists containing this project

README

        

### Play Framework 2.3.2でレイヤードアーキテクチャを強制する

ディレクトリ構造はこんな感じ

![](Structure.png)

applicationからはdomain, infrastructureが参照できる
domainからはinfrastractureのみが参照できる
infrastractureは上位のレイヤーにアクセスできない構造になっています.