Versions Compared

Key

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

Sdata :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.

These services return JSON (JavaScript Object Notation) which can be evaluated directly into Javascript objects by the browser.

SData Documentation