Changes between Version 21 and Version 22 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0


Ignore:
Timestamp:
06/12/09 14:44:33 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_SERVER_RESOURCE_ACCESS_R0

    v21 v22  
    8686 
    8787=== Server === 
     88The BookService class does not make sense anymore (a Book is a Resource), but it could be useful for resource management. BookService will be renamed to ResourceService (it tests, too). It also needs some changes : 
     89 * deleteBook can accept EntityID as argument, not a resource. 
     90 * getAllResources must return List of ResourceRefs, not list of Resources. 
     91 * the same for searchBook. 
     92 * we also need getResource(entityId); 
     93The BookDao must also be refacored to be ResourceDao. It must also have getResource(..) and getResourceList().  [[BR]] 
     94The Web Services need also ResourceWebService. It will be a very-proto-revision and currently will persist a particular resource, making it available for download. Also, will use the XMLManagementService to pass the list of ResourceRefs for getResourceList() method. 
     95 
    8896 * ''Server implementation of the facade '' 
    8997