Skip to content
lmcalpin edited this page Sep 14, 2010 · 8 revisions

Welcome to the Play—Scaffold wiki!

Create your project:
play new

Add the module to your application.conf:
module.scaffold=C:/Path/To/Play/Modules/scaffold/

Then add some JPA or Siena models. The model entities have to extend play.db.jpa.Model or siena.Model.

Then run:
play scaffold:gen —overwrite

Then launch your application:
play run

Marvel at how awesome the Play! framework is.

[optional] Now, get to work making your application useful or something.

Clone this wiki locally