Best Persistence API for use with GWT
- by KevMo
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.