Test Configuration Settings in Play Framework

A common need when writing integration or unit tests is to have a different configuration than what would be used for production. Play Framework provides the FakeApplication class to assist with test configurations. It acts mostly the same as the normal Application class. When instantiating a new FakeApplication, we can

Authentication in Play Framework using Java

Play Framework is a great web framework for Java or Scala developers. It has a lot of great freatues baked in to help create amazing web applications. One aspect that most web applications have is the need for authentication for specific requests. Not surprisingly, Play has some tools at your

Page 1 of 1