Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 891 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 891 Bytes

composite-dao

Demonstrates the Composite DAO pattern using the Spring Framework.

What does it do?

This demo app uses the Spring Social Twitter extension and a small application-local RDBMS to show how a composite DAO works in a local vs. remote scenario.

  • Performs RESTful interactions via the Twitter API for remote operations
  • Performs CRUD operations on the RDBMS via JPA / Hibernate

Continuous integration

Continuous integration for this project is provided by TBD.

License

This project is licensed under the Apache Software License, Version 2.0