Skip to content

davejoyce/composite-dao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Demonstrates combination of Composite and DAO patterns using the Spring Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages