Hi David, Thanks for the reply. What i want is support for 'collection' of embedded classes. I am using gwt2.1.1 + appengine sdk 1.4.0. What i found is jdo implementation in appEngine seems not support this feature. I saw your sample code of 'listwidget' by JPA. it seems ok. Is it correct?
On Jan 22, 12:08 am, David Chandler <drfibona...@google.com> wrote: > As of 2.1.1, RF now supports @Embedded types using ValueProxy on the client. > Docs are lagging, will update shortly. > > /dmc > > On Fri, Jan 21, 2011 at 9:18 AM, David Sowerby > <david.sowe...@virgin.net>wrote: > > > > > > > > > > > Hi qkQk > > > I don't think @Embedded is supported by RequestFactory. See > >http://code.google.com/webtoolkit/doc/trunk/DevGuideRequestFactory.html > > under Entity Relationships > > > On Jan 20, 2:42 pm, QkQk <michael....@gmail.com> wrote: > > > Hi Thomas, > > > you are correct in list order. It's my mistake. > > > For the second question, i have tried > > > @Persistent(embeddedElement="true") on collection of embedded > > > class,but does not work on appEngine sdk 1.4.0. Can you provide a > > > working example? Is it possible to have embedded class or collection > > > of embedded class on a child entity of owned 1-to-many relationship. > > > > Another question confused me is in RequestFactory doc says "It is not > > > necessary to represent every property and method from the server-side > > > entity in the EntityProxy, only getters and setters for properties > > > that should be exposed to the client." Does it mean RF will smart > > > download only properties specified in EntityProxy or it will download > > > whole property set no matter what. > > > Thanks, > > > On Jan 19, 11:58 pm, Thomas Broyer <t.bro...@gmail.com> wrote: > > > > > On Wednesday, January 19, 2011 4:42:35 AM UTC+1, QkQk wrote: > > > > > > Hi, > > > > > I am using gwt2.1.1's requestfactory on owned 1-to-many relationship > > > > > in jdo. I found the ordering of child list is missing as passed back > > > > > to entityproxy. > > > > > If you declared your property as a List<ChildProxy> (and not a > > > > Set<ChildProxy, but even then) then, well, it should work (I never met > > the > > > > case where the ordering was messed up by RequestFactory). > > > > > > Another question is jdo seems not support collection > > > > > of embedded class. > > > > > It seems like it actually does: > >http://www.datanucleus.org/products/accessplatform/jdo/orm/embedded.h... > > > -- > > 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+unsubscr...@googlegroups.com<google-web-toolkit%2Bunsubs > > cr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. > > -- > David Chandler > Developer Programs Engineer, Google Web Toolkit > w:http://code.google.com/ > b:http://googlewebtoolkit.blogspot.com/ > t: @googledevtools -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.