I am passing 2 Dates from the client to the server via RPC. The server
will then take these 2 dates and query the database for the results
between these dates, something roughly along the lines of "select *
from table where date_attribue between date1 and date2". Now when I
get the result set, what is the best or maybe simplest way to pass
back the results so that I can display the rows in something like a
celltable widget? I'm wondering what options I have. I've read a
little about code sharing but I've never used it before. Any
suggestions and advice is greatly appreciated.

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

Reply via email to