lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added some new methods, exportToolPortfolio which connects the tools export url via httpUrlConnection. Currently having problems getting this to work. may be due to the security stuff (it works on the older versions before the security changes and hibernate 3 changes) Will fix this!

added comments

added property activityDAO for exportService

MainExportServlet, similar the the tools export servlet, will call the other export url and save the main page to disk

    • -0
    • +186
    ./lams/learning/export/web/action/MainExportServlet.java
added struts action forward

added the properies mainFileName, toolLink and directoryName

    • -1
    • +43
    ./lams/learning/export/Portfolio.java
*** empty log message ***

    • -0
    • +24
    ./lams/learning/export/ExportPortfolioConstants.java
More changes to suit Hibernate 3

    • -5
    • +4
    ./lams/learning/web/util/ActivityMapping.java
  1. … 15 more files in changeset.
lams.war no longer exists so build task removed

  1. … 14 more files in changeset.
Removed ISOLATION_READ_COMMITTED from the transactions as it is not supported by the JTA transaction manager. We will have to rely on the database settings.

  1. … 7 more files in changeset.
added the copywrite statement on top of the files

    • -4
    • +22
    ./lams/learning/export/Portfolio.java
Export portfolio action class the path /exportPortfolio.do maps to this class.

the CustomStrutsExceptionHandler in org.lamsfoundation.lams.util in which is previously used no longer belongs there. The customStrutsExceptionHandler is now located in org.lamsfoundation.lams.learning.util

    • -1
    • +1
    ./lams/learning/web/action/GateAction.java
    • -1
    • +1
    ./lams/learning/web/action/GroupingAction.java
    • -1
    • +1
    ./lams/learning/web/action/LearnerAction.java
The customStrutsExceptionHandler was previously referenced from lams_common, however that was moved so i have created a this class inside lams_learning. And changed it so that it will handle all exceptions thrown within lams_learning

    • -0
    • +102
    ./lams/learning/util/CustomStrutsExceptionHandler.java
export portfolio service: currently most methods are public, but however will be changed to private later. I kept them public so i could test them using junit. should probable change those methods to protected instead.

    • -0
    • +430
    ./lams/learning/export/service/ExportPortfolioService.java
    • -0
    • +86
    ./lams/learning/export/service/IExportPortfolioService.java
*** empty log message ***

Portfolio object holds details about a particular activity the exportService bean generates an array of portfolio objects which are passed onto the web layer and the info displayed to user

    • -0
    • +145
    ./lams/learning/export/Portfolio.java
Exception class for ExportPortfolio

    • -0
    • +46
    ./lams/learning/export/ExportPortfolioException.java
new error variables

added new service bean "exportService"

Updated to use the new tool exceptions

    • -1
    • +1
    ./lams/learning/web/util/ActivityMapping.java
Switched project to use ear file format

    • -0
    • +60
    ./lams/learning/learningApplicationContext.xml
  1. … 134 more files in changeset.
remove customizedOpenSessionInviewFilter

gate struts action implemented

    • -10
    • +81
    ./lams/learning/web/action/GateAction.java
    • -1
    • +1
    ./lams/learning/web/action/GroupingAction.java
  1. … 9 more files in changeset.
knock gate service implemented

    • -0
    • +89
    ./lams/learning/web/action/GateAction.java
  1. … 1 more file in changeset.
activity strategy refactored to fit the activity hierarchy

  1. … 21 more files in changeset.
fix the bug caused by using learner progress data across request.

    • -19
    • +1
    ./lams/learning/web/action/ActivityAction.java
implemented complete activity for the completion of system driven activity. customized the Spring OpenSessionInViewFilter to resolve redundent hibernate session issue.

    • -1
    • +47
    ./lams/learning/web/action/GroupingAction.java
    • -0
    • +79
    ./lams/learning/web/util/CustomizedOpenSessionInViewFilter.java
  1. … 10 more files in changeset.
view grouping done

    • -1
    • +2
    ./lams/learning/web/action/GroupingAction.java
  1. … 5 more files in changeset.
implemented the learner service layer and struts layer of grouping

    • -13
    • +1
    ./lams/learning/web/action/ActivityAction.java
    • -0
    • +188
    ./lams/learning/web/action/GroupingAction.java
    • -9
    • +18
    ./lams/learning/web/action/LearnerAction.java
    • -13
    • +6
    ./lams/learning/web/util/ActivityMapping.java
    • -0
    • +70
    ./lams/learning/web/util/LearningWebUtil.java
    • -0
    • +166
    ./lams/learning/web/util/LessonLearnerDataManager.java
  1. … 6 more files in changeset.