Re: GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-09 Thread Thomas Broyer
On 9 nov, 03:01, David Chandler drfibona...@google.com wrote: It's still too early to call a release date. The RequestFactory enhancements are in code review and should be going into trunk shortly. See http://gwt-code-reviews.appspot.com/1062801/show Or maybe they're already there:

Re: GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-09 Thread koma
I guess this is the relevant part : A new Proxy interface will be added as a superclass of ValueProxy and EntityProxy to allow RequestFactory.create to operate on both value and entity types. Because ValueProxy doesn't have a stableId() method, there's no way to use a VP with a call to find() or

Re: GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-09 Thread Thomas Broyer
On 9 nov, 18:07, koma k...@koma.be wrote: I guess this is the relevant part : A new Proxy interface will be added as a superclass of ValueProxy and EntityProxy to allow RequestFactory.create to operate on both value and entity types. I don't see Proxy and ValueProxy in any code review

GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-08 Thread koma
Hi, My entities are persisted via JDO in the Datastore (GAE). I can transfer DTOs to the client by creating EntityProxy objects that match the entity's properties (getters/setters). But how do I transfer the more complex values like com.google.appengine.api.datastore.Email with my DTO object to

Re: GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-08 Thread David Chandler
Koen, RequestFactory doesn't yet support the transfer of value types, only entity types. It's on tap for 2.1.1: http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_1_1 /dmc On Mon, Nov 8, 2010 at 6:31 PM, koma k...@koma.be wrote: Hi, My entities are persisted via JDO in the

Re: GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-08 Thread Tobias
Hi, When is the 2.1.1 release planned for? Is there some of this already in the trunk? Regards, Tobias On Nov 9, 1:26 am, David Chandler drfibona...@google.com wrote: Koen, RequestFactory doesn't yet support the transfer of value types, only entity types. It's on tap for 2.1.1:

Re: GWT 2.1 RequestFactory and complex properties on my DTO (Entity proxies)

2010-11-08 Thread David Chandler
It's still too early to call a release date. The RequestFactory enhancements are in code review and should be going into trunk shortly. See http://gwt-code-reviews.appspot.com/1062801/show /dmc On Mon, Nov 8, 2010 at 7:50 PM, Tobias thaberm...@gmail.com wrote: Hi, When is the 2.1.1 release