Sorry to jump in, but the issue below affects a decision I need to take in the 
next couple of days...

@David

On 1/24/2011 4:40 PM, QkQk wrote:
Hi David,
  Thanks for the reply. What i want is support for 'collection' of
embedded classes.
I am *not* using appengine, but I have a persistent class with a field which is a List of Enums which is marked as @Embedded

@Entity
public class MyClass extends .... implements ... {

    @Embedded
    private List<Enum> enums;

    // a lot more stuff ...

}

Can this be used with  RequestFactory?

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.

Please could you point to an example of this.

Thanks

Alan

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

Reply via email to