fluid fluid Extension of JPA for Service Data Objects Extending Java Persistence Architecture (JPA) to provide persistence service for Service Data Objects. JPA currently provides persistence of strongly-type Java objects in relational database. This lab will leverage JAP to provide similar service for Service Data Objects (SDO) that employs a less strongly-typed domain representation. The main objective is to promote JPA API to accept DataGraph as defined by SDO for persistent operation and generate DataGraph instead of Java object graph as a result of JPA Query. This will allow clients to use SDO as programming model. 2007-7-14 active Pinaki Poddar cfa9604cd07f848af401bd4acf533d040a5d537e Java