Re: GWT to vb.net public function

2012-10-30 Thread Amir Zandi
r, 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 Tue

Re: GWT to vb.net public function

2012-10-30 Thread Matthew Dempsky
>> >> >> 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, >>

Re: GWT to vb.net public function

2012-10-29 Thread Amir Zandi
o 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, >

Re: GWT to vb.net public function

2012-10-29 Thread Amir Zandi
eturning 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. >> &

Re: GWT to vb.net public function

2012-10-29 Thread Brett Freer
ou 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 >&

Re: GWT to vb.net public function

2012-10-29 Thread Amir Zandi
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

Re: GWT to vb.net public function

2012-10-29 Thread Matthew Dempsky
If you just want to send an asynchronous HTTP request like jQuery's $.ajax method, then the GWT analog would be RequestBuilder . On Sun, Oct 28, 2012 at 12:20 AM, Amir Zandi wrote: > Dear al

GWT to VB.NET public function

2012-10-29 Thread Amir Zandi
Dear Users, I was wondering to know that whether it is possible to make a connection between GWT and public function created in VB.NET like what we did in jQuery using $.ajax method post, or not. if it is so, I would be very thankful if someone provide a sample or a tutorial. Thank You, Amir

GWT to vb.net public function

2012-10-29 Thread Amir Zandi
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 Y