Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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でレイヤードアーキテクチャを強制する際のひな形
- Host: GitHub
- URL: https://github.com/53ningen/layeredarchitectureinplay2.3
- Owner: 53ningen
- License: other
- Created: 2014-08-03T09:52:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T14:38:10.000Z (over 10 years ago)
- Last Synced: 2023-08-01T21:50:25.024Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Play Framework 2.3.2でレイヤードアーキテクチャを強制する
ディレクトリ構造はこんな感じ
![](Structure.png)
applicationからはdomain, infrastructureが参照できる
domainからはinfrastractureのみが参照できる
infrastractureは上位のレイヤーにアクセスできない構造になっています.