it returns the listof value proxy. i have one more query that how can i set data from client side to value proxy. if possible could you please provide me the sample example to meet my criteria. Thanks
On Wed, May 2, 2012 at 11:22 PM, Jens <[email protected]> wrote: >> Shall i use the same proxy for the return result. > > > Sounds like it doesn't make sense but I don't know your app nor what you > want to search. > > If you search for some data in your database then you probably want to > return a list of EntityProxy-s as a search result (if you want to display > the search result). If your search is more like a server side calculation, > e.g. "How many matches do I have for that search query?", then you would > return an Integer for example (or a ValueProxy / List of ValueProxy if the > result is more complex and does not represent a database entity). > > -- J. > > -- > 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/-/5GGMPH5J7jEJ. > > 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. -- 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.
