Indeed very interesting stuff (JEST). I'm not sure whether I want "straight lines" from the client to the persistence layer though. Normally you would want a layer in between for adding business logic, security etc. What is interesting is to send general queries from the client to the server and also the handling of whole object graphs both to and from the server. I would like to be able to use those facilities in my internal implementation of my server side services. I would, however, hesitate to use it as my server side services straight off.
/Bengt 2011/7/8 Pinaki Poddar <[email protected]> > > However, I store the JSON in a database and I was hoping to use JPA for > this > > Actually, storing JSON in relational database would not permit query based > on property values. But OpenJPA can provide JSON formatted-data for any web > UI. > > To more about t, following references can help > > [1] http://www.ibm.com/developerworks/java/library/j-jest/?ca=drs- > [2] http://openjpa.apache.org/jest > [3] > > https://www.ibm.com/developerworks/mydeveloperworks/blogs/pinaki/tags/jest?lang=en > > ----- > Pinaki > -- > View this message in context: > http://openjpa.208410.n2.nabble.com/Audit-log-with-OpenJPA-tp6557932p6560732.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. >
