Changes between Version 15 and Version 16 of S2S_WEB_RESOURCE_MANIPULATION_R0


Ignore:
Timestamp:
06/24/09 14:18:27 (16 years ago)
Author:
tsachev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_RESOURCE_MANIPULATION_R0

    v15 v16  
    3636 
    3737= Design = 
    38 ^(Describe your design here.)^ 
     38=== Request handler === 
     39 We will implement RequestHandler for all requests which request path starts with ''/resources/''. It will find resource by location using ResourceManager from a Facade. 
     40The facade will be provided as extesnion point to WebUI module. 
     41[TODO: add image link] 
     42 
     43=== View === 
     44View will be rendered by resources.jsp. Simple jsp page that will show all available meta data for loaded resource as simple table. 
     45[TODO: add image link] 
     46 
    3947 
    4048= Implementation = 
     
    4755  
    4856 * Editing resource it self could happen if the user download it or via applet. Also another way to edit resource is to reach it from the application without using the site.  
     57 * Implementing this task requires [wiki:GROUP_APP_SERVER_RESOURCE_ACCESS_R0] to be integrated in the trunk