Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedricziel/docker-play-sample
https://github.com/cedricziel/docker-play-sample
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedricziel/docker-play-sample
- Owner: cedricziel
- Created: 2014-05-22T23:25:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-23T00:22:43.000Z (over 10 years ago)
- Last Synced: 2024-10-11T20:08:38.528Z (25 days ago)
- Language: Shell
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.