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 <[email protected]> wrote: > 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 <[email protected]> wrote: >> 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 <[email protected]> wrote: >> > 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 the >> > client ? >> > these classes com.google.appengine.api.datastore.* are not on the >> > classpath for the client and result in ClassNotFoundExceptions; >> >> > thx, >> >> > koen >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "Google Web Toolkit" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group >> > athttp://groups.google.com/group/google-web-toolkit?hl=en. >> >> -- >> David Chandler >> Developer Programs Engineer, Google Web >> Toolkithttp://googlewebtoolkit.blogspot.com/ > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
