Your question is very broad. I can only suggest you some official tutorials:
1. You can read the tutorial that will teach you how to communicate with the server here: http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html 2. This other tutorial will teach you how to create UI using GWT: http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html 3. The image you need to create probably can be created using the Google Chart Tools API: http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted 4. Depending on the size of your application, you may wish to use Activities and Places to keep everything organized: http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html If your question is about a more specific topic, please supply more details. Alisson Prestes www.google.com/profiles/javalisson On Sun, Jul 3, 2011 at 12:05 AM, sanjay kanwar <[email protected]>wrote: > Hi There, > > I have a task in which i hav to use Request Builder and JSON to fetch the > data frm the php server and show it in the screen in the form of image > representating tht data. I am new to jst a recent graduate and new to this > technology any help about how to proceed would be very helpful. > > > Thanks in Advance > Sanjay Kanwar > > -- > 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. > -- 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.
