Home

Awesome

Play 2.5.x Todo list example app

A Todo list application built on Play Framework (Scala), Slick, Webjars, Backbone, RequireJS, CoffeeScript and Dustjs using the H2 in-memory database.

Features

  1. Setup Play routes and methods to interact with Backbone CRUD.
  2. Shows use of Play JSON Objects / Reads / Writes / Formatters.
  3. Renders based on successful Backbone synced calls to the database.
  4. Grouping of Models, Collections, Views etc. in the app object.
  5. RequireJS structure and setup with config.
  6. Uses Dustjs renderer and template loading.
  7. Has front and backend validation returning JsObjects.
  8. In-line editing from Play Framework Zentasks sample application.

Run:

npm install
activator run

Changelog

May 8, 2016 (7.0)

August 5, 2014 (6.0)

July 23, 2014 (5.0)

July 8, 2014 (4.0)

November 18, 2013 (3.0)

September 3, 2013

July 29, 2013

July 25, 2013 (2.0)