Versions Compared

Key

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

...

  • Code Structure
    • Frontend project (GWT code)
      • client
      • public
      • shared

Package

Purpose

org/sakaiquebec/opensyllabus/

The project root package contains modules XML files (i.e OsylEditorEntryPoint.gwt.xml)

org/sakaiquebec/opensyllabus/client/

Client-side source files and subpackages

com/example/cal/shared/

Server-side code, including RPC data models definition

com/example/cal/public/

Static resources that can be served publicly

The project was initially created following the instruction of Creating an Application from Scratch (with Eclipse)

...