Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

play framework 2.0 - how to enable the CRUD module

I'm wondering how to enable the CRUD module in Play V2.0 I found this doc for V1.2.3:

http://www.playframework.org/documentation/1.2.3/crud
like image 283
Thomas Kremmel Avatar asked May 03 '12 08:05

Thomas Kremmel


2 Answers

There is no CRUD generation for now in Play 2.0

https://groups.google.com/forum/#!msg/play-framework/0g7YhdzA6Fs/xXSoW25X4ekJ

like image 72
Antonio Salvati Avatar answered Nov 17 '22 16:11

Antonio Salvati


You can try my CRUD implementation for Play2. It's not the one that you're used to with Django, but does the job with a little bit of effort.

like image 20
Hakan Dilek Avatar answered Nov 17 '22 16:11

Hakan Dilek