i believe to treat rf api , is to first think about how would do it with
normal java dao, and persistence api, then begin to translate them to rf
api's becouse that's basically what it tries to do.

by persistence api, i mainly thinkking about DAO's classes, where each DAO
usually revolves around a single entity and all of them extend one single
Abstract class which usually has single entity FUD api's
(Find,Update,Delete).


On Wed, Jun 29, 2011 at 5:27 PM, Thomas Broyer <t.bro...@gmail.com> wrote:

>
>
> On Wednesday, June 29, 2011 3:44:21 PM UTC+2, ungarida wrote:
>>
>> Hi all,
>> I'm studying new RequestFactory framework and I have a big doubt.
>> If the RequestFactory is stricly associated with a single Entity,
>> which is the best way transmit dynamic data to populate form fields
>> with default values?
>>
>> For example I want to fill a drop down list, I can not use
>> RequestFactory to load all data.
>>
>
> Yes you can, what makes you think it's not possible?
>
> You must be misunderstanding something, but it's hard to tell what
> exactly.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/H13wStc3Z2kJ.
>
> 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.
>

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