Hello Kyle,
You can always use HTTPRequest with RequestCallback in order to fetch data
from any web server. so you can use any aspx that returns a JSON formatted
string or XML then you will parse it in the callback and update your UIs
accordingly.

Using RPC is not a must but it is easier to use with GWT specially if you
have a java back end.

regards,
Rudolf Michael

On Sat, Feb 27, 2010 at 5:47 AM, kyle.rogers <kyle.rog...@gmail.com> wrote:

> I've got experience in .net and I'm trying to migrate towards java/gwt
> to expand my knowledge.  I really like a lot of things about GWT, but
> I'm not finding a lot of good material on reading/writing data.  If
> anyone could point  me to some good reading material I would really
> appreciate it.  I've never really used java to read/write from a
> database or used Google RPC, so I guess I'm at square 1 with that
> aspect.  Any advice or help would be greatly appreciated.  Thank you.
>
> Kyle
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@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-tool...@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