Generic Repository

Generic Repository Framework
Download

Generic Repository Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • The Codehaus
  • Publisher web site:
  • http://codehaus.org/

Generic Repository Tags


Generic Repository Description

Generic Repository Framework Generic Repository (grepo for short) is an open source (ASLv2) framework for Java which allows you to access (database) repositories in a generic and consistent manner. Using grepo, it is generally no longer required to provide all the boilerplate code which is necessary in order to access (database) repositories from Java. All you have to do is write appropriate database code (queries, procedures, functions etc.), an appropriately annotated Java interface, and very little Spring configuration. Using the framework has the following advantages:* Improves development time because no implementations are required for data access objects (DAOs).* Simplifies development and increases code quality - you won't hear your colleague say "Hey look, what I've found - I guess this is not the way we do this normally?!" anymore.* Makes your data access layer consistent - similar/equal data access operations are "implemented" (and thus work) in the same way which in turn makes software more stable and in general better maintainable.The main goals of the framework are:* Simplicity - The framework should be easy to use and understand - grepo was designed around the convention over configuration paradigm.* Flexibility - The framework should be flexible enough, so it can be used for most database access specific tasks - grepo is easily configurable and extensible in order to fit custom/special needs.* Consistency - The framework should assist in building consistent data access layers - grepo allows to define and configure rules and guidelines (coding conventions etc...) for the data access objects. Those rules are then applied and enforced by the framework - grepo has a predefined (default) set of rules which may be customized for custom/special needs. Here are some key features of "Generic Repository": · generic support for Hibernate based DAOs · generic support for Jpa based DAOs · generic support for executing database stored-procedures and functions · highly customizable Requirements: · Java 2 Standard Edition Runtime Environment


Generic Repository Related Software