Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

  • No labels