Changes between Version 2 and Version 3 of S2S_FACADE_RESOURCE_CHANGES_R0
- Timestamp:
- 01/25/09 19:04:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_FACADE_RESOURCE_CHANGES_R0
v2 v3 11 11 12 12 == Task requirements == 13 Since this revision is the first for this task, 13 Since this revision is the first for this task, the most important is to think out and define the way for dealing with resource changes. The core and persistence methods for this are not implemented yet, so not much can be done. Here are some things than certainly need to be finished in this revision: 14 * Think about what functionality is needed for the client in orger to deal with resource changes. 15 * In the design section, describe the decisions taken. If possible, make a visual representation of the result (diagram). 16 * In the implementation section, create an interface in org.sophie2.org.server.facade with the needed sceleton and comments. 14 17 15 18 16 19 == Task result == 17 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 20 Source code (interface), specification. 18 21 19 22 == Implementation idea == 20 ^(Provide some rough implementation idea(s).)^ 23 Proposal for the methods in the interface: doChange(), undo(), redo(). 21 24 22 25 == Related == 23 ^(Add links to related tasks that could be useful or helpful.)^ 26 [wiki:S2S_FACADE_RESOURCE_ACCESS_R0] [[BR]] 27 [wiki:S2S_DEPLOY_TECHNOLOGIES_R0 ] [[BR]] 28 [wiki:S2S_CORE_RESOURCES_R0] 24 29 25 30 == How to demo == 26 ^(Provide instructions for demonstration of the task.)^ 31 Show the interface, show diagrams (if present), explain them to the team. 27 32 28 33 = Design =