Page 1 of 1

The REST process?

Posted: Wed May 15, 2013 10:40 pm
by John Herdean

Im trying to figure out how you guys deal with communicating to my AWS server for gets/posts. So, Im assuming that for each element i need to link to my server (like a lable or textfield) I use the name in properties to hook up to server side??

And then, how do I display the gets? and how do I send the posts to the server?

The process of this would be nice to have... Thanks...


The REST process?

Posted: Wed May 15, 2013 10:42 pm
by maxkatz

It's a standard jQuery Ajax request...

[quote:]
And then, how do I display the gets? and how do I send the posts to the server?
[/quote]
Display where?