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

Troubleshooting


The application works as expected but when the code is added to one or more base packages, the reverse routing doesn't work.

The routes are compiled, so when you make changes to the controllers, the project should be recompiled. In this case, run the clean command and then compile the project. It is better to see whether the generated routing files reflect the changes made. If not, delete the target directory and compile the project.