Languages
- 4241
- Hxtt JDBC Drivers
- Providing Type 4 JDBC drivers for MS Access, MS Excel, Corel Paradox, Text (CSV, fixed length, variable-length), and Xbase (dbase, Foxbase, Foxpro, Clipper). [Commercial]
- 4243
- J-Database Exchange (JDX)
- A cross-platform solution for transactional persistence of Java objects . By Software Tree, Inc. [Commercial]
- 4244
- JDBM
- A simple transactional persistence engine for Java. It can used to store a mix of objects and BLOBs, and all updates are done in a transactionally safe manner. JDBM also provides scalable data structures, such as HTree and B+Tree, to support persistence of large object collections. [Open source, BSD License]
- 4246
- JGrinder
- Initially began as a solution for Object/Relational persistence. Supporting this involved the creation of many utility classes and tools that could be used to accelerate any application development effort. [Open source, LGPL]
- 4249
- StelsCSV
- A JDBC driver that allows performing SQL statements and other JDBC operations upon text files (comma separated, tab-separated, fixed length).
- 4250
- VJDBC (Virtual JDBC)
- A JDBC type 3 driver which provides efficient tunneling of JDBC commands/results over different communication protocols (i. e. RMI or HTTP) [Opensource, LGPL]
- 4251
- Objective database abstraction layer (ODAL)
- A database persistence framework including query API, ORM, data validation/conversion, stored procedure support, code generation. Download and documentation are offered. [Open source, LGPL]
- 4253
- jTDS JDBC Driver
- A 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server and Sybase. [Open Source, LGPL]
- 4254
- jxDBCon JDBC Driver Framework
- Open source JDBC driver framework for developers. Includes a type 4 driver implementation for PostgreSQL. [Open Source, LGPL]
- 4255
- twz1jdbcForMysql (aka tjFM)
- Type 4 JDBC driver for MySQL (not maintained for a long time). [Open Source, LGPL]
- 4256
- Torque
- An XML-based persistence layer. Part of the Apache Jakarta family. [Open Source, BSD-like]
- 4257
- iBatis
- XML-based Object/Relational mapping and persistence framework as well as a data access abstraction layer. [Open source]
- 4258
- jRelationalFramework
- A lightweight framework that was written to automate the most tedious 80% of relational database access coding and leave the other 20% to the developer. [Open Source, MPL]
- 4259
- jStorm
- Simple tool for object-relational mapping, based on DbObjects, with mechanisms for aggregation and concurrency stamps. [Open Source, GPL]
- 4260
- ONJava.com: Don't Let Hibernate Steal Your Identity
- Typical means of establishing uniqueness and identity in databases, and thus Hibernate, don't necessarily suit Java's identity-oriented equals() and hashCode() methods. James Brundege has another idea for how to solve this problem. (September 13, 2006)