Languages
- 4261
- ONJava.com: Object-Relational Mapping with Apache Jakarta OJB
- Charles Chan demonstrates OJB, an open source Java object persistence framework. (January 18, 2003)
- 4262
- Castor
- Integrates Java objects, XML documents, SQL relational databases and LDAP directories in a unified model that allows information to be exchanged, persisted and manipulated in a variety of ways. Supports JDO. [Open Source, BSD-like]
- 4263
- TriActive JDO (TJDO)
- Implementation of Sun's JDO specification (JSR 12), designed to support transparent persistence using any JDBC-compliant database. [Open source, Apache Software License]
- 4264
- XORM (Extensible Object-Relational Mapping for Java)
- Provides interface-based persistence to RDBMSs while allowing developers to focus on the object model, not the physical layer. It implements many of the interfaces specified by JDO. [Open source, GPL]
- 4265
- ONJava.com: "Castor JDO": Simply False Advertising
- This expert perspective lays it on the line: Exolab's Castor JDO product does not support the JDO standard. (December 04, 2002)
- 4266
- ONJava.com: Using Castor JDO for SQL Mapping
- An in-depth look at using Castor's marshalling engine to do data binding of Java objects to tables, rows, and columns in an SQL database. (October 02, 2002)
- 4267
- ONJava.com: Flawed Understanding of JDO Leads to FUD
- In this scathing response to Don Bales' recent critique of Java Data Objects, David Jordan offers proof that JDO does not regard SQL as a bad thing, yields shorter and simpler code, and is vendor-neutral. (May 29, 2002)
- 4268
- ONJava.com: Flawed JDO Points the Way to the "Objectbase" [Apr. 24, 2002]
- Java Data Objects (JDO) is neither a silver bullet nor without merit. But its most important contribution may be to wake developers up to the coming paradigm shift: from database to objectbase, a place where not only data but data and behaviors are stored... (April 24, 2002)
- 4269
- JSX
- Serializes Java objects to and from XML, with no class modifications needed - works automatically for all objects. It reverse engineers the Java standard for serialization, and uses it when needed. requires JDK1.2 or higher. [JSX1 is GPL; JSX2 is commercial]
- 4270
- XML-DBMS
- Java packages for transferring data between XML documents and relational databases. [Open Source, Public Domain]
- 4271
- Getting Started with JDBC
- Learn how to get started with JDBC, a mechanism that allows Java to talk to databases.
- 4272
- The Design of a Robust Persistence Layer for Relational Databases
- An AmbySoft Inc. white paper by Scott W. Ambler. This design reflects author's several years of experience building and using persistence layers in several languages.
- 4273
- Sav Zigzag
- Web ORDBMS with Zigzag language for object, relational and XML data manipulation. [Free for non-commercial]
- 4274
- Aqua Data Studio
- An SQL editor and development tool that allows developers to easily create, edit, and execute SQL scripts, as well as browse database structures. [Freeware]
- 4275
- Cache Monitor
- An SQL development tool only for InterSystems database Cache that allows explore and manage database objects as well as execute own ad-hoc queries.
- 4276
- DB Solo
- A database development and management tool for developers and admins. DB Solo allows you to explore and manage database objects as well as execute ad-hoc queries. It runs on Windows, Solaris and Linux and supports Oracle, MySQL, Sybase and MS SQL Server. [Shareware]
- 4277
- Fredy's Admintool for SQL
- GUI admin tool for JDBC databases. Allows querying (guided or plain SQL), meta-querying, Java code generation. [Open Source, GPL]
