Play framework is joining the Typesafe Stack — More information in the official announcement
Community contributed extensions
scaffold will generate basic scaffolding for bootstrapping a project from your JPA or Senia entities. Unlike the CRUD module, scaffold statically generates the controllers and templates, and does not dynamically introspect your model at runtime.
Simply create your JPA or Senia models and run “play scaffold:gen --overwrite” to create controllers and CRUD templates for your models.
http://github.com/lmcalpin/Play--Scaffold
Written by Lawrence McAlpin.
| scaffold-0.1 ★ | Jul 26, 2011 | Documentation | Download |
| scaffold-head | Apr 29, 2011 | Documentation | Download |
To install locally this modules use the install command:
play install scaffold-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> scaffold {version}
Check the documentation link of each release to check version notes.
Comments
Use this form to discuss about this module. Off-topic comments will be deleted without warning.