How should I use JPA with Google Web Toolkit (GWT)? Also, what is the correct way to serialize an entity class, and use it at the client-side?
Asked
Active
Viewed 2,515 times
1 Answers
1
An insightful discussion regarding this topic can be found within GWT's documentation pages: Using GWT with Hibernate. Hibernate is a popular implementation of JPA; similar ideas can be applied to other JPA implementations.

Community
- 1
- 1

Rok Strniša
- 6,781
- 6
- 41
- 53
-
Thanks Darthenius. It helps a lot. – Katsutoshi Nov 24 '11 at 23:37