Introduction
Osyl Client needs to interact with the Sakai Server.
RPC
RPC (Remote Call Procedure) is the communication workhorse of the GWT platform.
REST based Sdata
Osyl Client uses REST based calls to SData services on the Sakai server.
SData services return JSON (JavaScript Object Notation) messages which are directly evaluated into Javascript objects by the browser.