Employee-Self-Service – Building Reactive Play application with Anorm SQL data access – (Part-1)

Table of contents
Reading Time: < 1 minute

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

  • Accessing a JDBC database, using Anorm.
  • Integrating with a CSS framework (Twitter Bootstrap 3.1.1). 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.

Check the application and the code base on bellow links:

This is the start, from next week onwards we would be working on this application to make it grow. We would look at how we can make it reactive, then we would be adding more modules to it together. If you have any changes then feel free to send in pull requests and we would do the merges 🙂 Stay tuned.

8 thoughts on “Employee-Self-Service – Building Reactive Play application with Anorm SQL data access – (Part-1)1 min read

Comments are closed.

Discover more from Knoldus Blogs

Subscribe now to keep reading and get access to the full archive.

Continue reading