lams_learning

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
download servlet triggers the download dialog to popup.

quite a few changes made this time around. the exportPortfolioFor* takes in IDs as parameter. Otherwise lazy initialisatione xception happens.

removed some methods that are now not used.

new constants and added copyright statement at the top of the file

added userDAO, so that we could get the User object from the userId

Fixed the tool load page to accomodate various combinations of urls including absolute and relative to the lams host.

changed exportservlet, so that it called export service directly, (doesnt use the httpUrlConnection)

Created another method exportPortfolioForTeacher which takes in a lessonID as a parameter instead of Lesson object, as that triggers the lazy initialization exception

added lessonDAO, used to retireve the lesson inside export service.

pages for security stuff.

*** empty log message ***

export servlet, which calls the main export action. generates the main export page

retrieves the cookies and passes it into the export service method

added Cookie[] as a parameter to some of the methods, so that the Cookie can be passed along.

cleaned up the code a little bit.

the method connectToToolViaExportUrl, now calls the HttpUrlConnectionUtil method instead.

removed toolSessionId, userId, exportContent, toolContentId, mainFileName, directoryName that arent being used

added subdirectory constant

security stuff for lams learning (for export portfolio )

    • -0
    • +4
    ./conf/xdoclet/error-pages.xml
    • -0
    • +39
    ./conf/xdoclet/web-security.xml
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 ***