The AXEL framework extends XML and HTML, adding "xml actions" that perform tasks during page processing. Goto http://xmlactions.org for a full description of how it works.
Actions can be as simple as inserting a page, to as complex as building query results from external data sources.
The Axel Framework project consists of different components:
* axel-actions (core framework)
* axel-mapping (a mapping tool built on axel-actions)
* axel-pager (a web page builder built on axel-actions)
* axel-db (database actions for inserting, querying, updating)
* axel-jar (builds a delivery jar file)
* axel-web (builds a war file as a base for a web site that uses AXEL)
Visit http://xmlactions.org for installation and setup instructions.
...
SITools2 is a new CNES generic tool performed by a joint effort between CNES and scientific laboratories. The aim of SITools is to provide a self-manageable data access layer deployed on already existing scientific laboratory databases.
MockSqlBuilder uses mock objects and method interception to build SQL queries in an OOP fashion. Instead of strings (like HQL or plain text), MockSqlBuilder uses the data object's and their methods to record and construct a query.
SQLOrm focuses on mediating database interaction rather than shielding the user from it. SQLOrm consists of 3 major parts. A dynamic querybuilder. A prepared statement layer. A resultset to object graph mapper, supporting batch inserts/updates.
Java developer's tool for query building that works with MySQL, AS400, Oracle, Sql Server and other JDBC DB's. Includes PreparedStatement Editor, QueryBuilder, SQL Code Generator, CSV Export, Database Navigator w/ regex filtering, Sql Diff & more.
Fast, easy, Java developer's tool for query building that works with Apache Derby, HSQLDB, Sql Server and other JDBC DB's. Includes a PreparedStatement Editor, QueryBuilder, SQL Code Generator, editor with colorful letters & more.
This is a framework for people that can't use Hibernate or iBATIS in their project, and don't want to build their SQL's from scratch. There's support for Oracle pagging of select querys, support for the Spring RowMapper and many other functionalities