orm

  • submit to reddit

Versant ODB as Easy as ORM

Yet another alternative to the relational database is the object database.  Learning a new method for data storage can be scary for some developers, but there...

0 replies - 9659 views - 02/26/10 by Mitch Pronschinske in Articles

Pro JPA 2: Mastering the Java™ Persistence API

0 replies - 5536 views - 01/26/10 by Jeroen Wenting in Book Reviews

Jease Benefits from the Principles of Object-Orientation

The Jease (Java with Ease) open-source framework, released last October, is intended to solve some of the problems in developing content and database-driven...

0 replies - 9988 views - 01/05/10 by Mitch Pronschinske in News

Tech Chat: Mark Mandel on ColdFusion and Java Integration

DZone recently caught up with Mark Mandel, creator of JavaLoader, a library that facilitates ease of use, development and integration of Java within ColdFusion...

2 replies - 13410 views - 12/15/09 by Nitin Bharti in Videos

DataNucleus AccessPlatform 2.0 M4

DataNucleus AccessPlatform provides persistence of Java objects to RDBMS, ODBMS, XML, ODF, Excel, LDAP, JSON, Google BigTable, Amazon S3, HBase (HADOOP)...

0 replies - 1399 views - 12/09/09 by Andy Jefferson in Announcements

CTO Ari Zilka Says Terracotta is Fast

Terracotta is having a defining year in 2009.  Their Hibernate and EHcache products provide innovative methods for object-relational mapping and distributed...

0 replies - 9222 views - 11/18/09 by Mitch Pronschinske in Articles

The ORM Debate: Experts Weigh In

A lot of controversy has been generated recently over blog posts "ORMs are a thing of the past" and (the more poetically titled) "A Farewell to...

17 replies - 10951 views - 10/20/09 by Mitch Pronschinske in News

Ebean ORM v2.0.1 Released with DDL Generation, PropertyChangeSupport, Improved Programmatic Configuration

Ebean ORM Version 2.0.1 has been released. The main additions for this version include: DDL GenerationPropertyChangeSupport for enhanced entity...

0 replies - 1810 views - 09/10/09 by Robin Bygrave in Announcements

Evolving JDBC and Persistence for the Enterprise - A Tech Chat with Jesse Davis

DZone recently sat down with Jesse Davis, Senior Engineering Manager at DataDirect Technologies. In this interview, Jesse talks about how the JDBC (Java...

0 replies - 10953 views - 08/31/09 by Nitin Bharti in Videos

Ujorm - The High Performance ORM for Java

Let me to introduce a new open source ORM framework for Java called Ujorm. I have created the ORM solution especially for a rapid development of persistent...

0 replies - 2261 views - 08/31/09 by in Announcements

Butterfly Persistence 5.2 Released - Connection, Transaction Scoping Support

Butterfly Persistence 5.2.0 contains support for easier scoping of connections and transactions. In other words, it has become easier to make sure that...

0 replies - 1761 views - 08/07/09 by Jakob Jenkov in Announcements

Butterfly Persistence 5.1.9-beta

 Butterfly Persistence v. 5.1.9 is a JDK 5 compliant version of Butterfly Persistence, which used to require JDK 6. Several users had requested a JDK 5...

0 replies - 1820 views - 06/04/09 by Jakob Jenkov in Announcements

Ebean ORM v1.0.0 Released - Adds Declarative @Transactional Support

Ebean v1.0.0 introduces support for declarative transactions via a @Transactional annotation. This means you can add the @Transactional annotation to a method...

0 replies - 2998 views - 11/26/08 by Robin Bygrave in Announcements

Ebean ORM v0.9.8

Ebean ORM adds support for Enhancement via javaagent, Eclipse IDE Plugin and ANT task to existing Subclass Generation approach. The User Guide includes a...

1 replies - 2952 views - 11/01/08 by Robin Bygrave in Announcements

Data Fixtures In Doctrine ORM

0 replies - 3346 views - 08/26/08 by Pedro Herandez in Uncategorized