Versions Compared

Key

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

...

  • data (user data and sequencing state data) are stored in the file system by implementing the 'serialiazable' interface.
    • serialize.obj
    • this is a sequencing state file initialized with tree information from the imsmanifest.xml file. It is a serialized org.adl.sequencer.SeqActivityTree object. One of each of these initialized object files is persisted in SampleRTE131Files/(userid)/(courseid) directory, always with the same name (serialize.obj)
    • references:
      • org.adl.samplerte.server.LMSCMIServlet (2)
      • org.adl.samplerte.server.LMSManifestHandler
      • /runtime/sequencingUtil.jsp (persistActivityTree())
      • /runtime/processCourseReg.jsp (2) (initialization)
      • /runtime/sequencingEngine.jsp
      • /runtime/code.jsp (UI: displays TOC)