Best Persistence API for use with GWT

Posted by KevMo on Stack Overflow See other posts from Stack Overflow or by KevMo
Published on 2009-07-30T18:06:22Z Indexed on 2010/04/04 17:43 UTC
Read the original article Hit count: 417

Filed under:
|
|
|
|

What is the best persistence API for use with GWT?

Sadly, the application will be hosted on my own java server, as I will need more control than GAE will give me.

I know I will need to have two sets of my entities, one for the server side, and some pojo's for the client side. I'm looking to make the mapping of the data as simple as possible between the two, but these will be deeply nested objects so it has to be robust. I was looking at Dozer for my mapping needs.

Previously I've used EJB3 with TopLink, so that's very familiar to me, but I would like to get community input on what other API's work well with Dozer and GWT.

© Stack Overflow or respective owner

Related posts about gwt

Related posts about persistence