lams_learning

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rearranged order of tool deployment

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

Updated to include the survey tool on the classpath

references survey and NB's applicationContext

added export portfolio servlet definition. used in MainExportServlet

added exportPortfolio servletmapping

currently shows the print version, uses iframes. was previously called exportPortfolio.jsp

    • -0
    • +57
    ./web/exportPortfolioPrintVersion.jsp
this page is changed to display only the activity description adn the link to the tool activity page

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

added struts action forward

added the properies mainFileName, toolLink and directoryName

*** empty log message ***

More changes to suit Hibernate 3

    • -152
    • +0
    ./test/web/WEB-INF/spring/applicationContext.xml
    • -74
    • +0
    ./test/web/WEB-INF/spring/dataAccessContext.xml
    • -19
    • +0
    ./test/web/WEB-INF/spring/dbConnection.properties
    • -25
    • +0
    ./web/WEB-INF/spring/lessonApplicationContext.xml
    • -55
    • +0
    ./web/WEB-INF/spring/toolApplicationContext.xml
  1. … 5 more files in changeset.
*** empty log message ***

    • -1
    • +7
    ./test/web/WEB-INF/struts/tiles-defs.xml
Update to Hibernate3

lams.war no longer exists so build task removed

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.

    • -4
    • +4
    ./web/WEB-INF/spring/toolApplicationContext.xml
  1. … 5 more files in changeset.
added the copywrite statement on top of the files

Export portfolio action class the path /exportPortfolio.do maps to this class.

contains the actionMappings for export stuff

    • -3
    • +24
    ./web/WEB-INF/struts/struts-config.xml
added defintion for .systemError

change the server url from lams_learning to lams/learning

the export portfolio page which shows the tool's export page using iframes. Currently hard coded it to show the noticeboard export page. Can change this later to show the export URL belonging to that particular portfolio

    • -0
    • +55
    ./web/exportPortfolio.jsp
error page for lams_learning environment

included the export service bean

test data sql script for export portfolio service.

    • -0
    • +161
    ./db/sql/export_test_data.sql
Testing export service bean

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