DataNucleus Access Platform 1.1.0.m1 (Rutherford branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News DataNucleus Access Platform 1.1.0.m1 (Rutherford branch)
# 1  
Old 09-23-2008
DataNucleus Access Platform 1.1.0.m1 (Rutherford branch)

DataNucleus Access Platform is a standards-compliant Java persistence product. It is fully compliant with the JDO1, JDO2, JDO2.1, and JPA1 Java standards. It also complies with the OGC Simple Feature Specification for persistence of geospatial Java types. It allows access to all popular RDBMSs available today, together with db4o, LDAP, NeoDatis, JSON, Excel documents, and XML databases. License: The Apache License 2.0 Changes:
The JDK requirement for 1.1 has been changed to JDK 1.5 or later. Support for JPQL bulk delete has been added for db4o, NeoDatis, Excel, XML, LDAP, and JSON datastores. RDBMS table existence checks have been improved. RDBMS datastore log startup has been cleaned up. Support for db4o has been raised to version 7.0 or later. Support for NucleusSQL querying for RDBMS has been removed. Support for (cast) and JPQL "" generic query compilation has been added. Several bugs have been fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DH_GNUSTEP(1)						User Contributed Perl Documentation					     DH_GNUSTEP(1)

NAME
dh_gnustep - moves files in the GNUstep hierarchy to FHS-compliant locations SYNOPSIS
dh_gnustep [debhelper options] DESCRIPTION
dh_gnustep is a program based on debhelper that is responsible for doing GNUstep-specific modifications, such as moving files in the GNUstop hierarchy within the System domain, rooted at /usr/lib/GNUstep/System, to Filesystem Hierarchy Standard (FHS)-compliant locations. dh_gnustep makes the following changes: GNUstep dependencies: Adds any extra dependencies needed for GNUstep. Currently, the only dependency added is to ensure that the package uses the same filesystem layout as the other GNUstep packages installed on the system. arch-indep directories: Moves architecture-independent directories to /usr/share/GNUstep. library resources: Moves library resources to /usr/share/GNUstep/Libraries. frameworks: Moves framework headers to /usr/include/GNUstep/Frameworks, and framework resources to /usr/share/GNUstep/Frameworks. OPTIONS
dh_gnustep accepts the common debhelper options. If the DEB_GNUSTEP_NO_MOVE environment variable is set to a non-empty, non-zero value, then dh_gnustep exits without doing anything. BUGS
Should implement -X option. Should do something with resources in .app bundles. Should remove library_paths.openapp and stamp.make files. Doesn't really do the right thing with info files (should call install-info). Should do something with Java classes -- make a jar file and move from Library/Libraries/Java to /usr/share/java -- to comply with Java policy. CONFORMS TO
Debian policy, version 3.6.2 FHS, version 2.3 SEE ALSO
debhelper(7) This program is not part of debhelper. AUTHOR
Hubert Chan <uhoreg@debian.org> perl v5.14.2 2012-04-28 DH_GNUSTEP(1)