Play with Squeryl
This is a simple app that uses Play Framework with Squeryl - a Scala ORM.
TweetThis is a simple app that uses Play Framework with Squeryl - a Scala ORM.
TweetThere are several ways to get this template.
play2bars-squeryl
in the Lightbend Activator UI.Already have Lightbend Activator (get it
here)? Launch the UI then
search for play2bars-squeryl
in the list of
templates.
play2bars-squeryl
project as a zip archiveIf you haven't installed Activator, you can get the code
by downloading the template bundle
for play2bars-squeryl
.
In your File Explorer, navigate into the directory that the template was extracted to, right-click on the file named "activator.bat", then select "Open", and if prompted with a warning, click to continue:
Or from a command line:
C:\Users\typesafe\play2bars-squeryl> activator ui
This will start Lightbend Activator and open this template in your browser.
play2bars-squeryl
project from the command lineIf you have Lightbend Activator, use its command line mode
to create a new project from this template.
Type activator new PROJECTNAME play2bars-squeryl
on the command line.
The creator of this template maintains it at https://github.com/jamesward/play2bars-squeryl#master.
We've included the text of this template's tutorial below, but it may work better if you view it inside Activator on your computer. Activator tutorials are often designed to be interactive.
You've just created a simple Play Framework application! Now lets explore the code and make some changes.
Once the application has been compiled and the server started, your application can be accessed at: http://localhost:9000
Check in Run to see the server status.
There will be more content here someday.