Monday, August 30, 2010

Re: converting JPA entities to Records

On 30 août, 15:34, Peter Simun <si...@seges.sk> wrote:
> I assume that Joe didn't want to implement Record interface in his JPA
> entity and wanted to have no GWT dependecies in the domain objects.
> This transformation should be done transparently, so he can work with
> RequestFactory without any additional work. GWT generator should do
> this work.

without any additional work... except writing client-side GWT record
interfaces for his server-side JPA entities. And if I understood his
question correctly, that's the thing he'd like to automate with code
generation, and then deferred binding won't work. Case made.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment