资 源 简 介
guice-smh-framework
guice-smh-framework is a web framework, it integrate struts、mybatis/hibernate,provide a simple and convenient way to use DI、AOP etc,it"s aim to solve common problems on J2EE development. most popular web framework base on spring, for example SSH(spring + struts + hibernate)、spring + struts + mybatis etc. this project born for two reasons:
* spring is too heavyweight, it"s begin more and more bloated although it"s a strong framework for DI 、 AOP and other. google-guice is a lightweight dependency injection framework.
* there is so many article and side project on spring best practice, but few on google-guice that tell us the best practice rapid build a web project, let engineer more focus on there business.
Features
support struts1.x/struts2.x.
support mybatis/hibernate.
provide common dao service.
improve mybatis RowBounds query, use dialect to support many kinds of database(mysql、oracle、HSQL、etc.).