Changes between Version 15 and Version 16 of week6+

Show
Ignore:
Timestamp:
07/23/08 10:09:08 (5 years ago)
Author:
jbarouh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • week6+

    v15 v16  
    4444---- 
    4545Currently doing the '''tasklist.Task''' coupled with the UnmarshallerBeans.Right now the Unmarshaller fills the MapOfObservation of the tasklist.Task by parsing the generated JAXB Task.[[BR]] 
    46 Now , what we've done is to create the all tree of execution level in the constructor of the tasklist.Task. Then to list the observation we just have to browse the tree.[[BR]] 
    47 Is that too much responsability for the tasklist.Task object? Should we continue to do it in the unmarshaller?[[BR]] 
     46Now , what we've done is to create the whole tree of execution level in the constructor of the tasklist.Task. Then to list the observation we just have to browse the tree.[[BR]] 
     47Is that too much responsibility for the tasklist.Task object? Should we continue to do it in the unmarshaller?[[BR]] 
    4848---- 
    4949The '''tasklist.Observation''' represent an observation with the different mimetype handling priority.[[BR]]