loom is admin web example for scala. This is a Play 2.1 application. Under MIT licene.
download Play framework and install
On the command line type:
$ play run
The application is now running in development mode. Open a browser at http://localhost:9000/, login with :
user: [email protected] password: [email protected]
or open http://localhost:9000/admin, login with :
user: [email protected] password: [email protected]
loom is available under the terms of the MIT License.