What is Guzz?
Guzz is a data-layer framework, with unique features other frameworks haven't touched or even mentioned.
With guzz, you can split & store your tables among different database machines; add physical machines to improve database performance without changing a single line of code; you can split a big table into many small ones, and each small table can own its special columns for some applications like a shopping site; you can store some columns in a file system; you can query databases through jsp taglib or velocity directors on demand; you can manage your applications' configurations in a central system; you can choose to persist an object using hibernate's orm approach, or ibatis's direct sql; you can load sqls from other system and secure it. In a word, you can do cool and useful stuff.
guzz provides a full-stack solution for data-layer architecture. It can be a good complement or another choice for hibernate and ibatis.
It is open sourced and designed for large-scaled system and rapid development.
Read More: http://code.google.com/p/guzz/