Changes between Version 17 and Version 18 of S2S_WEB_RESOURCE_MANIPULATION_R0
- Timestamp:
- 06/24/09 14:29:26 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_RESOURCE_MANIPULATION_R0
v17 v18 39 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. 40 40 The facade will be provided as extesnion point to WebUI module.[[BR]] 41 [ TODO: add image link]41 [[Image(resource.png)]] 42 42 43 43 === 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. 45 [ TODO: add image link]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]] 45 [[Image(Resource-view.png)]] 46 46 47 47