分享

bba96: 首页

 starsiday 2006-08-13


如果你已注册并同时已登录,你可以参与项目。

总结 a flexible, rapid web develop framework base on hibernate/spring
种类 没有
许可证 Lesser General Public License (LGPL)
所有者 scorpio_leon

来自所有者的讯息

the current version is tiger-1.0-beta4

current version integrated with webwork 2.2

there is a 3-minutes example for you to start bba96. you simply need ant build and run schema.sql, and start server for bba96 example.

描述

Bba96 include a flexible and convenient query object by encapsulating the hibernate Criteria and Projections, that make it easy to persist and query data.

Bba96‘s query object can construct a dynamic query parameter easily without any hql or sql, and meet database‘s 95% access requirement, so it is not necessary to write your DAO/SERVICE, the default DAO/SERVICE is enough in most cases. You can also write your DAO/SERVICE easily by extending default DAO/SERVICE.

Bba96 current version integrated with webwork 2.x, that is a rapid and efficient web develope framework, only several lines code in a webwork action can implement a persistent object‘s CRUD operation(with dynamic parameter query).

Bba96 plan to integrate with other mvc framework in future.

Get Up And Running Quick

Example:
(1) enter the example/simple or emample/book folder.
NOTE:all following operation is under the folder you entered
(2) copy your JDBC driver (default mysql) to the lib directory
-- webapps\ROOT\WEB-INF\lib
(3) edit hibernate.properties for database info (default mysql)
-- src\main\java\hibernate.properties
(4) run "ant"
(5) create database via the sql script generated at database\schema-export.sql
(6) edit applicationContext.xml for database info (default mysql)
-- webapps\ROOT\WEB-INF\applicationContext.xml (line 5 - 21)
(7) start server and see this example
bba96 CHANGELOG
==========================
Changes in version 2.0 alpha3 (2006.4.3)
*fix action query parameters bug -- [XXX:...]
*fix distinct bug (discard Criteria.DISTINCT_ROOT_ENTITY)
*some minor improvement
Changes in version 2.0 alpha2.2 (2006.3.16)
*update webwork‘s jar for fixing example bug in weblogic
*remove all contentType setting in example
Changes in version 2.0 alpha2.1 (2006.3.8)
*fix example bug
*update readme.txt
Changes in version 2.0 alpha1 (2006.3.7)
*webwork 2.2 support
*hibernate 3.x support, then support native sql
*fix some bug
*add aop security module
*add action query parameters validation
*enhance action query parameters management
*support more logic in action query
*support multi orderby property
Changes in version 1.0 (2005.09.23)
*release first

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多