|
|
 |
- last updated a few seconds ago
Monday 05 Dec 2005
modified createPortfolio method first checks the export url, if there isnt one, then the export url is points to the exportNotSupportedServlet
added new constant - the url that points to the ExportNotSupportedServlet
Friday 02 Dec 2005
previously it was appending "toolContentId" and "toolSessionId", so now its changed so that it will get this parameter name from AttributeNames class.
Friday 18 Nov 2005
Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have). Rejigged the tool jars loaded on the classpath so suit the most "completed" tools.
-
-
-
-
… 4 more files in
changeset.
Wednesday 16 Nov 2005
Fixed problem where the learner interface didn't start the first time the learner joined the lesson. This was due to the activity in the request being a proxy activity rather than a real activity. Fixed it by having some common code that puts it in the activity, and get Hibernate to load a "real" activity before putting it in the request.
-
-
-
-
-
-
-
-
-
-
-
-
… 1 more file in
changeset.
Wednesday 09 Nov 2005
use Configuration class to obtain baseURL instead of using spring
Monday 31 Oct 2005
Updated web.xml to include the context files for all the "current" deployed tools. Added matching tool jars to classpath. Stopped deploying the classes to WEB-INF/classes Implemented more calls on the dummy monitoring page to access the learner pages.
-
-
-
-
… 13 more files in
changeset.
Friday 21 Oct 2005
cleaned up some code, added some checks to certain variables.
the TEMP_DIRECTORY constant now gets the value from FileUtil
added export portfolio error messages
Thursday 20 Oct 2005
Added copyright statement to top of file. Instead of using getUserData method from learningWebUtil, it gets the userdto from the shared session once the portfolio is zipped up, it will return the relative file location to the exportWaitingPage.jsp
This class isnt used. But modified it so that it works with the new export service code. Will get the user information from the shared session.
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
Friday 14 Oct 2005
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.
Thursday 13 Oct 2005
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
Wednesday 12 Oct 2005
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 property activityDAO for exportService
MainExportServlet, similar the the tools export servlet, will call the other export url and save the main page to disk
added struts action forward
|