Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariussoutier/playbasics
Example code for my tutorial series about Play Framework 2.x
https://github.com/mariussoutier/playbasics
playframework scala tutorial
Last synced: about 3 hours ago
JSON representation
Example code for my tutorial series about Play Framework 2.x
- Host: GitHub
- URL: https://github.com/mariussoutier/playbasics
- Owner: mariussoutier
- Created: 2012-12-11T21:40:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T12:44:00.000Z (about 8 years ago)
- Last Synced: 2024-04-16T10:21:19.488Z (7 months ago)
- Topics: playframework, scala, tutorial
- Language: Scala
- Size: 288 KB
- Stars: 164
- Watchers: 20
- Forks: 64
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Play Basics
## Templates
* http://www.mariussoutier.com/blog/2012/04/27/play-framework-2-0-templates-part-1-parameters/
## Routes
* http://www.mariussoutier.com/blog/2012/12/10/playframework-routes-part-1-basics/
* http://www.mariussoutier.com/blog/2012/12/11/playframework-routes-part-2-advanced/## Actions
* http://www.mariussoutier.com/blog/2013/09/17/playframework-2-2-action-building-action-composition/
## Dependency Injection
* http://mariussoutier.com/blog/2015/12/06/playframework-2-4-dependency-injection-di/