Updated Using the form template helpers (markdown)
Updated Working with JSON (markdown)
minor typos
even more instances of "pulic" instead of "public"
Note to compile project before to importing it into Eclipse (after eclipsify) - based on https://play.lighthouseapp.com/projects/82401/tickets/141-errors-when-importing-scala-simple-project-after-eclipsify
spelling error ("pulic") corrected (to "public")
Fix a missing quotation
In the final section of the reverse routing, the code was: Redirect(controllers.routes.Application.hello("Bob")), which i think is incorrect. It should be just routes.Aplication.hello("Bob")
more minor grammar tweaks... hope you don't mind :)
minor grammar tweak.
Fixed a clunky sentence "...that takes as argument an function..." to "...that takes as an argument a function..."
Updated Using the Ebean ORM (markdown)
Fix repositories doc
Updated Configuring the JDBC pool. (markdown)
Updated Creating a new application (markdown)
"Compiled" changed to "Compilable" - to differentiate between compilable and compiled files.
small typos
a couple of typos
typo
fix package where the Akka class placed