Java – play! framework 2.0 crud module

crudframeworksjavaplayframework-2.0

Im using play 2.0.1 to build my application. Also Im using Ebean for the backend layer and mysql as a database so far. Java as the language.

Question:

Isn't there a CRUD module (dynamic) or a crud creation module? I looked on the internet and it is very hard to find something regarding the new play framework 2.x.

According to this thread there is none … [play-framework] [2.0] CRUD Administration .

But some of the answers are old. Maybe something is in the pipeline?

Thanks in advance.

Best Answer

There is no crud in play 2. Here are your options: