简体   繁体   中英

play! framework 2.0 crud module

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.

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

I've implemented this simple CRUD library for Play2. You can extend generic DAO objects from the library, and pass them to generic CRUD or API (JSON) controllers. You only need to write the template code which is quite easy if you manipulate them from the examples. Also works quite well with Guice injectors.

I have also tried for Simple CRUD Play Application.

I have created Student CRUD.

You can find it Here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM