Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction:

Osyl Client needs to interact with the Sakai Server.

RPC:

RPC (Remote Call Procedure) is the communication workhorse of GWT

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.

SData Documentation