Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cedricziel/docker-play-sample


https://github.com/cedricziel/docker-play-sample

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

This is a classic CRUD application, backed by a JDBC database. It demonstrates:

- Accessing a JDBC database, using Ebean.
- Achieving, table pagination and CRUD forms.
- Integrating with a CSS framework (Twitter Bootstrap ).

Twitter Bootstrap requires a different form layout to the default one that the Play form helper generates, so this application also provides an example of integrating a custom form input constructor.