Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Play! Framework for Web Application Development
Introduction to Play!
Current Problem: How Do We Build WebApps Now?
What Is Play!?
Play! in the Real World
My First WebApp
Creating a Play! Project
Creating the Models
Routing
Creating the Controllers
Using Forms
Making Templates
Let's Run the App
Let’s Do Some Testing
Let's Test Our Models
Are the Templates Working?
Let's Check the Controllers
Is It Routing?
Let's Test This End to End
Let’s Improve the App
Validating the Model
Creating Nested Actions
Securing Our App
Let’s Make the App Cooler
Let's Create a Custom 404 Page
Let's Internationalize the App
I Want to Use Twitter Bootstrap
Let's Deploy This
I Love Modules
What Is a Module?
Creating a Module
Using the Module
Hey, What about APIs?
BodyParsers
Consuming JSON
Serving JSON
Using External WebServices
Using AsyncResult
What Is a Module?
Modules help us not repeat ourselves and to comply with DRY.
Complete and Continue