JPOX 1.2.0-rc-1 (1.2 branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News JPOX 1.2.0-rc-1 (1.2 branch)
# 1  
Old 01-29-2008
JPOX 1.2.0-rc-1 (1.2 branch)

JPOX provides transparent persistence of Java objects. It fully complies with the JDO1.0/JDO2.0/JDO2.1 specifications, as well as implementing the JPA1 specification. It supports persistence to all of the major RDBMS on the market today, as well as DB4O. It allows querying using either JDOQL, SQL, or JPQL. It comes with its own byte-code enhancer. Its 1.1 release is Sun's "Reference Implementation" (RI) for JDO2.0, and its 1.2 release is the RI for JDO2.1. It is highly extensible using OSGi technology. License: The Apache License 2.0 Changes:
Support for JDOQL and JPQL subqueries has been added along with support for JPQL IN, ESCAPE, TRIM, CURRENT_DATE, CURRENT_TIME, and CURRENT_TIMESTAMP. JPOX extensions have been added to allow more control over generated SQL for problematic JDOQL queries. Several bugs have been fixed. Full compliance with JDO2.1 has been achieved.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
tie(3tcl)							Tcl Data Structures							 tie(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
tie - Array persistence, standard data sources SYNOPSIS
package require Tcl 8.4 package require tie::std::log ?1.1? package require tie::std::array ?1.1? package require tie::std::rarray ?1.1? package require tie::std::file ?1.1? package require tie::std::growfile ?1.1? package require tie::std::dsource ?1.1? _________________________________________________________________ DESCRIPTION
The packages listed as requirements for this document are internal packages providing the standard data sources of package tie, as described in section STANDARD DATA SOURCE TYPES of tie's documentation. They are automatically loaded and registered by tie when it itself is requested, and as such there is no need to request them on their own, although it is possible to do so. BUGS, IDEAS, FEEDBACK This document, and the packages it describes, will undoubtedly contain bugs and other problems. Please report such in the category tie of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
array, database, file, metakit, persistence, tie, untie CATEGORY
Programming tools COPYRIGHT
Copyright (c) 2008 Andreas Kupries <andreas_kupries@users.sourceforge.net> tie 1.1 tie(3tcl)