Changes between Version 18 and Version 19 of S2S_WEB_RESOURCE_MANIPULATION_R0
- Timestamp:
- 06/24/09 14:38:28 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_RESOURCE_MANIPULATION_R0
v18 v19 37 37 = Design = 38 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. 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]] 40 42 The facade will be provided as extesnion point to WebUI module.[[BR]] 43 41 44 [[Image(resource.png)]] 42 45 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. 43 48 === 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]] 45 51 [[Image(Resource-view.png)]] 46 52 [[BR]] 53 In the image above are shown some example meta info properties. They will be different for different types of resources. 47 54 48 55 = Implementation =