I'd suggest you first write a unit test that checks if your data types are actually valid (say, persist some, delete some, etc). This test will only run for 0.5-1s, so it's really fast.
Then, you should know that GWT cannot send everything through the wire (from server to client). The *Key* will not be serialized. I suggest you use a Data Transfer Object, and provide mapping from domain objects to DTOs. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/7K31LIFDvkQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
