Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tommilata/play-without-guice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play without Guice

An example of a Play 2 Scala app without Guice. It demonstrates manual dependency injection at compilation time using plain old constructors.

See the ExampleApplicationLoader where the object tree of the application is built.

The example can be run locally using sbt run. The app will listen on http://localhost:9000.

About

An example of a Play 2 Scala app without Guice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages