--To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/chqJD0S9QZMJ.
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
1) I needed to put my DAO model classes in gwt "client" package because I work directly with this in GWT "client mode" (they need to be translated to javscript).
2) use lazy="true" in collection attribute definitions. If not, the getCollection() will return a Collection implementation not supported by GWT RPC.
3) (obvius) be careful your pojos will support RPC valid types. careful while using other framework that enrich your model POJOS like hibernate does for collection attributes.
I don't know if this will be of use for you...
> --
> 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/-/iLFbBNp8rLAJ.
> To post to this group, send email to google-we...@googlegroups.com.
> To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>
--
Sebastian Gurin <sgu...@softpoint.org>
> To unsubscribe from this group, send email to google-web-toolkit+unsub...@googlegroups.com.