lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

*** empty log message ***

*** empty log message ***

*** empty log message ***

*** empty log message ***

    • -81
    • +68
    /lams_common/db/sql/insert_test_data.sql
remove a breakpoint

remove a breakpoint

added isFullURL to communication class

fix a coupe of bugs, call setDefaults() in the constructor, change name of serverURL, comment out call to set _configData as caused crash

sample workspace wddx packets

sample authoring wddx packets

added request handlers Hashtable delcaration

UI Design documents...

    • -0
    • +1
    /lams_documents/UI_Design_docs/Authoring/liblist.xml
    • binary
    /lams_documents/UI_Design_docs/Learner/Progress to next activity - flash java.jpg
    • binary
    /lams_documents/UI_Design_docs/Learner/learner_api.doc
    • -0
    • +5770
    /lams_documents/UI_Design_docs/UML/UI_1.1.xml
  1. … 4 more files in changeset.
changes to layout. Grid now resizes on setSize

added handler code for dialog OK event and subsequent forwarding to itemSelected()