Changes between Version 10 and Version 11 of ebXMLPersistenceLayer


Ignore:
Timestamp:
Aug 9, 2008, 7:11:57 AM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLPersistenceLayer

    v10 v11  
    88== Introduction ==
    99
    10 The [wiki:ebXMLObjectModel ebXML Object Model] has the capability of being persisted to permanent storage (a database). In order to achieve a vendor-independent code base and to maintain the Object Oriented paradigm in the face of the Relational paradigm employed by databases, we use [http://www.hibernate.org/ Hibernate] as an Object/Relational Mapping tool. Hibernate was chosen over other solutions such as [http://java.sun.com/products/ejb/ EJB 3.0] as that would require a J2EE container for runtime platform. We're not using the Hibernate framework within the confines of the [http://java.sun.com/javaee/technologies/persistence.jsp JPA] specification at this moment, although this is open to debate.
     10The [wiki:ebXMLObjectModel ebXML Object Model] has the capability of being persisted to permanent storage (a database). In order to achieve a vendor-independent code base and to maintain the Object Oriented paradigm in the face of the Relational paradigm employed by databases, we use [http://www.hibernate.org/ Hibernate] as an Object/Relational Mapping tool. Hibernate was chosen over other solutions such as [http://java.sun.com/products/ejb/ EJB 3.0] as that would require a J2EE container for runtime platform. We're not using the Hibernate framework within the confines of the [http://java.sun.com/javaee/technologies/persistence.jsp JPA] specification at this moment, although this is open to debate. The persistence layer comes equipped with a [wiki:ebXMLPersistenceLayerTestSuite unit test suite].
    1111
    1212----