lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
automatic testing created

unit tests for lesson package have been setup. Lesson creation and deletion processes have been tested. Corresponding hibernate mapping files are corrected.

*** empty log message ***

Got the collections caching with JBOSS cache. Got unit tests working with ehcache. Build file now generates hbm.xml from java files using xdoclet.

    • binary
    /lams_contentrepository/lib/ehcache/ehcache-1.1.jar
  1. … 8 more files in changeset.
testing lesson dao. - not working yet. Just commit the changes I have done so far.

learning design test data added

    • -0
    • +20
    /lams_common/db/sql/insert_test_data.sql
correct the drop script - two drop statements are missing. changed the lesson state type data

    • -82
    • +34
    /lams_common/db/sql/drop_lams_11_tables.sql
    • -5
    • +6
    /lams_common/db/sql/insert_types_data.sql
modify the db building process back to life

Experimenting with JBOSS cache

    • -0
    • +61
    /lams_contentrepository/conf/jboss/treecache.xml
    • -0
    • +134
    /lams_contentrepository/src/java/treecache.xml
Setting up unit tests for lesson

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 ***