Re: Explanation on ValueProxy!

2013-10-08 Thread Константин Милютин
Hi Thomas, is it possible to use ValueProxy to make serialization of 3rd party classes easier? I have a bunch of Solrj classes and I had to create DTOs and copy data to them manually. I consider to use RequestFactory and ValueProxy for automatic mapping. Does it make sense? Here is the SO

Re: Explanation on ValueProxy!

2010-12-18 Thread Thomas Broyer
An EntityProxy must have an ID and a version (getId() and getVersion() accessors on the server-side domain object, or possibly using a Locator if you can't have the getId and getVersion methods on the domain object). This allows RequestFactory to dispatch EntityProxyChange events on the

Explanation on ValueProxy!

2010-12-17 Thread -sowdri-
Dear All, I could readily understand EntityProxy, but i've great difficulty in understanding ValueProxy. More explanation on valueproxy or poiners to tutorials will be much appreciated. PS: Newbee to Java, former cpp programmer. -- You received this message because you are subscribed

Re: Explanation on ValueProxy!

2010-12-17 Thread AutoBean von AutoBahn
+1000 -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more