您的位置:首页 > 编程语言 > C#

新发布了一个sourceforge项目(jdbcsharp)

2009-06-21 15:07 357 查看
最近新发布一个项目jdbcsharp的0.6版本,目前是alpha版本。

访问地址:http://jdbcsharp.sourceforge.net/ . or http://sourceforge.net/projects/jdbcsharp

简介

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.

欢迎批评指正。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: