Changes between Version 18 and Version 19 of COMMENT_FRAMES_R0


Ignore:
Timestamp:
07/07/09 16:10:01 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • COMMENT_FRAMES_R0

    v18 v19  
    8383  * Create class '''Comment''' extending BaseProObject, which represents a single user comment. It is not a resource, since comments do not live by themselves. A comment consists of author name, date of creation, text body and a list of replies, which are also comments. This model allows as many responses as we need, simulating something like a forum. 
    8484  * Create class '''CommentThread''' extending Resource, which holds a list of comments. This is actually the resource referred by the CommentThreadProxy. It can live on the server and the proxy has to deal with it. The server also needs special care for this one. Since we still do not have resource versioning, it should have a lastUpdated() property, adding ability to compare two different threads. It must allow adding, deleting and location comments. 
    85  * In '''org.sophie2.base.connectivity:  
     85 * In '''org.sophie2.base.connectivity''':  
    8686  * Create interface '''CommentManager'''. Its implementations must be able to add / delete / get comments, create / delete / get threads. Both implementations should be in org.sophie2.main.ws_connector and in org.sophie2.server.core. 
    8787 * In '''org.sophie2.server.webservices''':