Versions Compared

Key

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

...

  • Code Structure
    • Frontend project (GWT code)
      • client
      • public
      • shared
    • Backend project (Sakai's tool code)
      • API api dir
      • Impl impl dir
      • Tool tool dir
        • Java java
          • client
            • rpc
              • OsylEditorGwtService.java (RPC Servlet)
              • OsylEditorGwtServiceAsync.java (RPC Async Interface)
            • server
              • OsylBackingBean.java
              • OsylEditorGwtServiceImpl.java
        • webap
          • index.jsp
          • org.sakaiquebec.opensyllabus.OsylEditorEntryPoint (all generated JS code + HTML + images)
          • osylcoconfigs (configuration files) I18N properties files, skin: images & css, rules.xml)

...