Skip to content

Latest commit

 

History

History
executable file
·
16 lines (9 loc) · 449 Bytes

README.md

File metadata and controls

executable file
·
16 lines (9 loc) · 449 Bytes

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.

  1. Launch SBT.

     ./sbt
    
  2. Run Jetty

     container:start
    
  3. Go to http://localhost:8080/.

  4. Learn more at http://www.scalatra.org/stable/book.

  5. Happy hacking!