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

Version 1 Next »

Porting information:

  • 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)
  • No labels