I did find it myself after more than three days of coding and searching... this forum sucks.
On Tuesday, October 30, 2012 6:48:30 PM UTC+3:30, Matthew Dempsky wrote: > > I'm sure if you can provide a working example using jQuery's $.ajax(), > someone here can provide you with the equivalent GWT code. > > > On Mon, Oct 29, 2012 at 10:44 PM, Amir Zandi <[email protected]<javascript:> > > wrote: > >> a sample code would be very helpful for me :( >> >> >> >> On Tuesday, October 30, 2012 8:51:47 AM UTC+3:30, Brett Freer wrote: >>> >>> Amir, The thing is that GWT would be server agnostic, and so your task >>> should be to design a VB.NET HTTP web service that you can invoke from >>> GWT, normally returning XML or JSON back to the browser. >>> >>> -Brett >>> >>> >>> On Tuesday, October 30, 2012 3:52:54 PM UTC+11, Amir Zandi wrote: >>>> >>>> thank you for your reply, >>>> >>>> if you do have a sample for GWT to VB.NET public function, please >>>> provide. >>>> >>>> Yours, >>>> >>>> On Monday, October 29, 2012 11:10:47 PM UTC+3:30, Matthew Dempsky wrote: >>>>> >>>>> If you just want to send an asynchronous HTTP request like jQuery's >>>>> $.ajax method, then the GWT analog would be >>>>> RequestBuilder<http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/gwt/http/client/RequestBuilder.html> >>>>> . >>>>> >>>>> >>>>> On Sun, Oct 28, 2012 at 12:20 AM, Amir Zandi <[email protected]>wrote: >>>>> >>>>>> Dear all, >>>>>> >>>>>> I was wondering that whether it is possible to make a connection >>>>>> between my GWT and VB.NET function like what we did on jQuery using >>>>>> $.ajax method: post, or not. if it is possible, I would be very thankful >>>>>> if >>>>>> someone has a sample or any toturial which would be helpful for me! >>>>>> >>>>>> Thank You, >>>>>> Amir >>>>>> >>>>>> >>>>> -- >> 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/-/l4XxWx7MXzcJ. >> >> To post to this group, send email to >> [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> 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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ok8putx3fDgJ. 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.
