Changes between Version 13 and Version 14 of week8+

Show
Ignore:
Timestamp:
08/21/08 13:00:39 (5 years ago)
Author:
jbarouh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • week8+

    v13 v14  
    1919We can also associate the name of the Observer to the real Observer in UnicornCall and check the mimetype compatibility at that time.[[BR]] 
    2020---- 
    21 We had to merge the version of Johnathan with mine , with minor problems... just took ages to do for each class. 
     21We had to merge the version of Jonathan with mine , with minor problems... just took ages to do for each class. 
    2222---- 
    2323After the merge and the algorithm in UnicornCall we had a big cleaning to do in the class... still on it[[BR]] 
     
    3131We had a little specification problem. The way we did the UnicornCall to browse the tree wasn't especially made to care about the condition.[[BR]] 
    3232Now that we're coding the conditional checking we have to adapt the UnicornCall and do another algorithm to care the conditional checking now.[[BR]] 
    33 Johnathan is doing the conditional checking.[[BR]] 
     33Jonathan is doing the conditional checking.[[BR]] 
    3434Me (Florent) I rewrite the whole UnicornCall and clean it up while I'm on it.[[BR]] 
     35---- 
     36About conditional checking and XPath in particular : [[BR]] 
     37The XPath expression is to be used on the XML response of an observer. But this response is immediately put in a Java object (Response) for now. Thus, we need to keep a way to access the XML version of the response somewhere. [[BR]] 
     38It could be in the corresponding Request or in the Response itself (more logical I think).[[BR]] 
     39In what shape should we stock it ? As an URLConnection, InputStream, something else (ObservationresponseDocument ...) ?[[BR]]