lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Switched projectl to use ear file format

    • binary
    /lams_monitoring/lib/cglib/cglib-full-2.0.2.jar
    • binary
    /lams_monitoring/lib/dom4j/dom4j-1.5.2.jar
  1. … 68 more files in changeset.
Cleaned up struts libraries to contain all the necessary libraries - including some in the jakarta-commons

    • -6
    • +32
    /lams_build/conf/j2ee/application.xml
Cleaned up struts libraries to contain all the necessary libraries - including some in the jakarta-commons

    • binary
    /lams_build/lib/struts/antlr.jar
    • binary
    /lams_build/lib/struts/jakarta-oro.jar
changed dimensions

put in dummy server defaults, getItem(),setItem() + save/open from disk

changed so that styles can be loaded individually from disk or server

changed to use dictionary for populating

cosmetic changes

implemented purge function and flags to serialize/de-serialize data

made singleton and implemented logic to retrieve from server if not available locally

lowercase p in classname to uppercase

*** empty log message ***

sample data to indicate the packet structure that would be sent by flash to store a new LearningDesign.

general cleanup and deletion of arbitrary methods

latest lams.jar

some structural changes

Added the license text and class comment

Added: /** * Serialzes an object into WDDX XML * @usage var wddxXML:XML = commsInstance.serializeObj(obj); * @param dto The object to be serialized * @return sXML WDDX Serialized XML */ public function serializeObj(dto:Object):XML{ var sXML:XML = new XML(); sXML = wddx.serialize(dto); return sXML; }

added comments to what sendAndRecive function should do

added some comments

Changed Hashtable for storing activities and transitions to ArrayList as per FLASH requirements coz there was problem in the generation of WDDX packet

Latest structure for learning design details.

latest lams.jar

added some comments

This class is required in the authoring enviornment to pass information about the tool assocaited with a given ToolActivity

added a getter for LibraryActivityDTO

This classpasses information about the template activities(tool activities) assocaited with a given Learning Library.

some structural changes

Latest structure for learning library details. Includes template activities and tool specific information as well.

Added deployment instructions, as suggested by Yoichi.