Changes between Version 15 and Version 16 of S2S_WEB_RESOURCE_MANIPULATION_R0
- Timestamp:
- 06/24/09 14:18:27 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_RESOURCE_MANIPULATION_R0
v15 v16 36 36 37 37 = 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. 40 The facade will be provided as extesnion point to WebUI module. 41 [TODO: add image link] 42 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] 46 39 47 40 48 = Implementation = … … 47 55 48 56 * 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