source: Dev/branches/play-2.0.1/samples/java/computer-database/README @ 322

Last change on this file since 322 was 322, checked in by hendrikvanantwerpen, 13 years ago

Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.

File size: 430 bytes
Line 
1This is a classic CRUD application, backed by a JDBC database. It demonstrates:
2
3- Accessing a JDBC database, using Ebean.
4- Achieving, table pagination and CRUD forms.
5- Integrating with a CSS framework (Twitter Bootstrap ).
6
7Twitter 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.
Note: See TracBrowser for help on using the repository browser.