Changes between Version 27 and Version 28 of week4+
- Timestamp:
- 07/10/08 07:41:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
week4+
v27 v28 23 23 * ParameterFactory --> Use the ParamType of the tasklist --> can improve the textfield ... etc.. 24 24 25 I 'llguess we'll have to add some too in order to implement the new functionnalities. [[BR]]25 I guess we'll have to add some too in order to implement the new functionnalities. [[BR]] 26 26 In order to match with XMLbeans philosophy we had to add extra child nodes in cond node in order to get the inner text. Indeed XmlBeans doesn't like nodes with attribute and inner text at same. If we would have done so , the generated classes couldn't access to the inner text of the node. Therefore we created these extra nodes. 27 27 ---- 28 28 == Define the new functionnalities to implement and how == 29 29 [[BR]] 30 I think there some classes we got to completly change especially the Unmarshaller. [[BR]]31 Every single reference to priority system should also disappear.[[BR]]30 I think there are some classes we got to completely change especially the Unmarshaller. [[BR]] 31 Every single reference to the priority system should also disappear.[[BR]] 32 32 We could change that into execution level.[[BR]] 33 In the tasklist we can perform a pre-formatting to replace all the occurence of subtasks inside a task[[BR]]33 In the tasklist we can perform a pre-formatting to replace all the occurences of subtasks inside a task[[BR]] 34 34 That will simplifies the mechanism or recursion ( tkz Jean-Gui ;) ) [[BR]][[BR]] 35 35 The '''current debate''' inside the trainees is '''how to replace the current priority system with a level of execution'''.[[BR]]
