Versions Compared

Key

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

Quick start for developers

For developers here is a quick tutorial on how to set OpenSyllabus project into Eclipse

Installation Guide

Eclipse Configuration

Code Structure

Let's have a look at the OPenSyllabus code structure.

OpenSyllabus is organized as a classical Sakai's tool following a File Structure based on classic Sakai's tool directories, such as : API, Implementation and Tool directory.

  • API
  • Impl
  • Tool

But in the Tool directory there is something new : the compiled GWT content (all the generated GWT stuff : pure JavaScript and HTML).

There are also RPCServlets and RPCInterfaces for Remote Procedure Call exchanges.