Changes between Version 18 and Version 19 of S2S_WEB_RESOURCE_MANIPULATION_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_RESOURCE_MANIPULATION_R0

    v18 v19  
    3737= Design = 
    3838=== 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. 
     39 * We will implement RequestHandler for all requests which request path starts with ''/resources/''.  
     40 * Find resource by location using ResourceManager from a Facade. 
     41[[BR]] 
    4042The facade will be provided as extesnion point to WebUI module.[[BR]] 
     43 
    4144[[Image(resource.png)]] 
    4245 
     46 * Here is important to use server side redirect to view, so the bookmark functionality will be well supported.  
     47 * In future there should be always server side redirects to jsp pages and when it is done everywhere direct *.jsp requests must be forbidden. 
    4348=== View === 
    44 View will be rendered by resources.jsp. Simple jsp page that will show all available meta data for loaded resource as simple table.[[BR]] 
     49 * View will be rendered by resources.jsp - simple jsp page that will show all available meta data for loaded resource as simple table. 
     50[[BR]] 
    4551[[Image(Resource-view.png)]] 
    46  
     52[[BR]] 
     53In the image above are shown some example meta info properties. They will be different for different types of resources. 
    4754 
    4855= Implementation =