• New Feature
  • Status: Closed
  • 1 Critical
  • Resolution: Fixed
  • asi
  • Reporter: jhartley
  • January 05, 2007
  • 0
  • Watchers: 0
  • July 27, 2012
  • February 28, 2007

Description

Motivation: * Create the foundation of an integration into the O/R mapping space. * Drive transparency through real-world applications.

Requirements: * Create a sample application that utilizes POJOs generated from iBATIS O/R mapping engine. * We must be able to cluster the “data” POJOs generated from iBATIS, which means we can successfully read all fields in a second JVM.

Comments

Nathaniel Harward 2007-01-25

I just spoke with Antonio and he has a few bugs in front of him before he can start working on this again. He also mentioned that there is a complication similar to one found when looking into Hibernate support concerning a library they both use which would need to be supported. Proxies also figure into this as well, so this might be a little complicated.

Nathaniel Harward 2007-01-25

Setting the (tentative) due date to 2007-02-07 and bumping up the priority as it’s high on the PRD priority list compared to the other frameworks we want to support.

Antonio Si 2007-02-28

Got the basic support for iBatis, which uses a file persistence hsql database. There are 2 test cases for iBatis currently: IBatisSimpleTest and IBatisSimpleDaoTest.