scaffold [scaffold] module
This module is for the Play 1.x series only.
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.
Published releases
0.1 | Jul 26 2011 | Documentation | Try Play |
head | Apr 29 2011 | Documentation | Try Play |
To install locally this module 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}