Chapter 9. Play and more

This chapter covers

  • Using modules and creating your own
  • Publishing your modules
  • Using plugins
  • Deploying your application
  • Configuring the production environment

Now that we’ve taught you how to do a lot of things for yourself in Play, it’s time to show you how to use code that others have made. This chapter explains how to use Play modules, but also how to create your own and publish them so that others can use them. The second half of the chapter deals with how to deploy your application to production on your own machines or in the cloud. It also explains how to set up a front-end proxy and use SSL.

9.1. Modules

Any kind of serious software development project will use libraries to decrease the effort required from ...

Get Play for Scala now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.