lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed all saveOrUpdate to save

changed saveOrUpdate hibernate methods to save

use case diagram for progress engine added.

*** empty log message ***

    • -0
    • +20
    /lams_monitoring/.classpath
    • -0
    • +13
    /lams_monitoring/.mymetadata
    • -0
    • +9
    /lams_monitoring/.mystrutsdata
    • -0
    • +44
    /lams_monitoring/.project
    • -0
    • +47
    /lams_monitoring/build.properties
    • -0
    • +229
    /lams_monitoring/build.xml
    • binary
    /lams_monitoring/lib/aopalliance/aopalliance.jar
    • binary
    /lams_monitoring/lib/cglib/cglib-full-2.0.2.jar
    • binary
    /lams_monitoring/lib/dom4j/dom4j-1.5.2.jar
    • binary
    /lams_monitoring/lib/ehcache/ehcache-1.0.jar
    • binary
    /lams_monitoring/lib/hibernate/hibernate-tools.jar
    • binary
    /lams_monitoring/lib/hibernate/hibernate2.jar
    • binary
    /lams_monitoring/lib/hibernate/odmg-3.0.jar
    • binary
    /lams_monitoring/lib/hibernate/src/hibernate2-src.zip
    • binary
    /lams_monitoring/lib/j2ee/j2ee.jar
  1. … 112 more files in changeset.
Removed lams_user_tool_session and states, added lams_tool_session_type

    • -22
    • +36
    /lams_common/db/sql/create_lams_11_tables.sql
    • -5
    • +8
    /lams_common/db/sql/insert_types_data.sql
Added ToolSessionDAO

Session states are part of ToolSession

Added session states to ToolSession as ints

Uses the ToolSession sub-classes

*** empty log message ***

fixed the mapping between lessonClass and lesson

*** empty log message ***

*** empty log message ***

added extra columns to user insert

    • -3
    • +3
    /lams_common/db/sql/insert_test_data.sql
removed some defaults on fkeys updated lams_learner_progress with current and next activity

    • -28
    • +32
    /lams_common/db/sql/create_lams_11_tables.sql
replaced stub with hibernate code.

includes lesson and learningdesign daos

    • -0
    • +182
    /lams_common/test/java/applicationContext.xml
    • -0
    • +24
    /lams_common/web/WEB-INF/applicationContext.xml
Uses currentActivity and nextActivity instead of activity

*** empty log message ***

*** empty log message ***

*** empty log message ***

Rejigged the link from the child node to the parent to point from the child node (rather than child node version). This restricts us to a design where we always create new nodes for new versions of a parent. Also made the lookup of child nodes manual (rather than loaded automatically by hibernate). Doesn't use lazy loading - goes direct to database to find node. Not so nice. But the changes have almost doubled the throughput in my testing.

    • -10
    • +10
    /lams_contentrepository/db/sql/create_content_repository_tables.sql
Removed inverse on activity sets

Commited to remove compile errors

Removed references to old lesson stuff

removed usertoolsession refs

*** empty log message ***

*** empty log message ***

Latest versions of these files

*** empty log message ***

    • -6
    • +6
    /lams_learning/web/requestDisplayActivity.jsp