Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dschach/play_sample
Super-secret play sample
https://github.com/dschach/play_sample
Last synced: about 8 hours ago
JSON representation
Super-secret play sample
- Host: GitHub
- URL: https://github.com/dschach/play_sample
- Owner: dschach
- Created: 2014-03-28T18:01:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T21:38:02.000Z (over 10 years ago)
- Last Synced: 2023-03-24T19:05:48.275Z (over 1 year ago)
- Language: Java
- Homepage: http://dschach-test1.herokuapp.com/
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
This is a classic CRUD application, backed by a JDBC database. It demonstrates:
- Accessing a JDBC database, using JPA.
- 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 2.0 form helper generates, so this application also provides an example of integrating a custom form input constructor.