This is a scalatra version of the PopIdol app from Chapter 17 of "WebObjects Developer's Guide" by Ravi Mendis. i.e me :) NOTE: one difference is the use of embedded SVG in HTML5 which can be handled by most modern browsers.
-
Launch SBT.
./sbt
-
Run Jetty
container:start
-
Go to http://localhost:8080/.
-
Learn more at http://www.scalatra.org/stable/book.
-
Happy hacking!