Monday, May 2, 2011

Re: With GWT, when exactly do you need DTOs for your entities ?

I do use the same approach, though with Spring MVC Controllers +
XStream instead of GWT RPC.

https://github.com/scumm/mojo/tree/master/mojo-dao/src/main/java/mojo/dao/util

On May 1, 10:27 pm, Celinio <cel...@gmail.com> wrote:
> Thanks for pointing it out.
> Well, apparently the author created a class, HibernateFilter.java, that acts
> as a filter during the GWT serialization of objects.http://tocollege-net.googlecode.com/svn/ProGWT/trunk/src/main/java/co...
>
> It converts Date objects, PersistentSet collections etc.
> Not sure what it's worth actually.
> Has anyone used such approach ?

--
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