Book Image

Mastering play framework for scala

By : Shiti Saxena
Book Image

Mastering play framework for scala

By: Shiti Saxena

Overview of this book

Table of Contents (21 chapters)
Mastering Play Framework for Scala
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Getting Started with Play
Index

Summary


In this chapter, we learned about the WS (web service) plugin and the API exposed through it. We have also seen how to access a user's data from service providers using OpenID and OAuth 1.0a (since most service providers use either 1.0a or 2.0), with the help of the OpenID and OAuth APIs in Play.

In the next chapter, we will see how some of the modules provided by Play work and how we can build a custom module using them.