Changes between Version 25 and Version 26 of S2S_WEB_RESOURCE_MANIPULATION_R0


Ignore:
Timestamp:
06/30/09 18:13:49 (16 years ago)
Author:
tsachev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_RESOURCE_MANIPULATION_R0

    v25 v26  
    6161Changeset: [3799], [3819] 
    6262= Implementation = 
    63 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     63 * A base class for testing handler was created using jmock library to mock the request and response. 
     64 * A custom tag for site template was created. 
     65 * In the folder with jsp resurces a WEB-INF/tags folder was added so our custom tag can be compiled (This was needed in order to workaround JSP specification) also 
     66the package org.apache.jsp.tag.web. was made public for the bundle this is were Jasper compiler generates these tag handler classes. 
     67 * A jspx page for viewing the resource was created that uses the template tag. 
     68 * Resource handler now supports requests /resources/* and if the they have queryString ?download return binary content. The WSResourceManager now uses this approach instead 
     69of resource_manager?method=getResource&location=resource_location.  
     70 * getResourceList in ResourcesWebService was changed so the locations it returns will be like http://serverName:serverPort/resources/resourceRelativeLocation 
     71 * MemoryDatabaseManager was changed to store all the temp resources in locations prefixed with tmp/  
    6472 
     73Changeset: [3799], [3819] [3885] 
    6574= Testing = 
    6675^(Place the testing results here.)^ 
     76 
    6777 
    6878= Comments =