developer_guide.pdf - english
developer_guide_CN.pdf - simplified chinese
The jdbcsharp framework is target to provide high level abstraction and high availability work effort.
It has the following main features now in version 0.6:
Auto jdbc connection management and auto transaction.
Multi database support,including popular database. like Oracle,DB2, Informix,Sql server, Mysql etc.
Support runtime database switch.
Configuration just simple as simple,please look dbpool.xml.
Configuration data auto detection and load.
Internal database connection pool support.
Generic dao pattern implementation, you do not need to write any more dao.
Support 2 level application auto transaction through DaoCaller class.
Service interface pattern defined, you just extend it to add custom logic.
Support 3 level application auto transaction through ServiceCaller class.
Struts and Strut 2 integration.
Support n level application auto transaction through Callback .
Easy use and extend.
Do not change your web program style.
JDK 1.5.x above support. ... read more