2

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?

Rok Strniša
  • 6,781
  • 6
  • 41
  • 53
Katsutoshi
  • 45
  • 1
  • 4

1 Answers1

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