I want it because I'm using SQL and also using LINQ for my Database works, this is why I need communication between GWT apps and VB.NET Functions...
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/-/ue7_qkymgIUJ. 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.
