Play Framework
16 Aug 2013Play around “Play”
- Install
- Create “Hello, world.”
play new todolist
- Anatomy of Play application / project structure
- Using the play console
- launch: play
run
help play
compile
console
: interactiveplay debug
- sbt features
play run
Ctl + D
to exitplay clean-all
- IDE Support
- Samples
- hello world
- Computer database
- CometClock
- Bootstrap
- WebSocket
- databases: CRUD, Ebean
- Enumerators, Enumeratees
- Akka actors
- The Apache Velocity Project
- Deploying to Heroku
Document
- HTTP programming
- Async HTTP
- the template engine
- HTTP form submission and validation
- with Json
- With XML
- File Upload
- SQL DB
- Cache
- Calling WebServices
Gloabal
- Testing
hand by hand introduction: Your first Play application