Changes between Version 6 and Version 7 of APP_CONNECTIVITY_REDESIGN


Ignore:
Timestamp:
07/28/09 18:08:44 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_CONNECTIVITY_REDESIGN

    v6 v7  
    4747  * The facade is not visible to others, only to the connection. 
    4848  * The methods in the !ServerConnection that the facade doesn't have are login(String username, String password), logout(), initSession() and destroySession(). The third one is responsible for getting a session ID from the server and instantiating the private facade, the last one is responsible for destroying the facade in the connection and setting sessionId to null. 
     49 * unresolved issues:  
     50  * Anonymous login must be reconsidered. If we support it, we should either have two button in the palette (connect, login) or present a connection only as a URL, or something else.  
     51  * The server implementation of the facade needs the server resource accesses. So, if we change the facade to be compatible with the new design, we cannot fix the server errors without fake implementations or the new model provided. So, working in a private branch without the new resource design does not help us. 
     52 
    4953 
    5054