Bazsites Databases And Persistence
Directory Topics
On the Web
- COBRA - An object persistence layer written in Java which uses a relational database to provide persistent storage, whilst shielding programmers from the details of relational database access. [Open Source, GPL]
- 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]
- JDBC API - Java Database Connectivity (JDBC) API is a standard SQL database access interface. This API provides programmers with universal access to a wide range of relational databases. (Sun)
- JDO vs. EJB by Gopalan Suresh Raj - Compares and contrasts the Two Persistence Frameworks provided Java. Java Data Objects(JDO) which provides Language Transparent Orthogonal Persistence with Enterprise JavaBeans(EJB) that provides Functional Persistence.
- Mckoi SQL Database - Multi-client / multi-threaded SQL relational database management system written in Java. Includes JDBC 2.0 driver. [Open Source, GPL]
- ODBTPAPI - A Python DB-API 2 module for accessing Windows databases like SQL Server, Access, Visual FoxPro or any other database for which there exists a Windows ODBC driver. This module uses the efficient Open Database Transport Protocol. [Open Source, LGPL]
- Persist data with Java Data Objects, Part 1 - Jacek Kruszelnicki discusses the issues encountered with persistence, presents traits for an ideal persistence layer, and reviews available JDO solutions.
- SQL Relay - Persistent database connection pooling, proxying and load balancing system for Unix with a Python API. [Open Source]
- 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.
- FastObjects j2 - A pure Java object database (ODBMS) component embedded into Java applications to provide object persistence. The j2 OODB is compliant with JDO and is designed for use in embedded systems.
Wikipedia Articles
- Ojb - Apache ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that allows transparent persistence for Java Objects against relational databases.
- IBATIS - iBATIS is a persistence framework which automates the mapping between SQL databases and objects in Java, .NET, and Ruby on Rails.
- WinFS - WinFS (short for Windows Future Storage) is the code name for a data storage and management system based on relational databases, developed by Microsoft and first demonstrated in 2003 as an advanced storage subsystem for the Microsoft Windows operating system, designed for persistence and management of structured, semi-structured as well as unstructured data.
Related Books and Items
- NHibernate in Action : In the classic style of Manning's "In Action" series, NHibernate in Action shows .NET developers how to use the NHibernate Object/Relational Mapping tool. This book is a translation from Java to .NET, as well...