Changes between Version 29 and Version 30 of GROUP_APP_SERVER_RESOURCE_ACCESS_R0
- Timestamp:
- 06/16/09 17:01:01 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_SERVER_RESOURCE_ACCESS_R0
v29 v30 93 93 * All the methods here must accept absoluteLocation as arguments, not entityIds. 94 94 The BookDao must also be refacored as ResourceDao (as well as methods and tests related to it). It should also have the getResource(String absoluteLocation) and getResourceList() methods. [[BR]] 95 The Web Services need also ResourceWebService. It will be a very-proto-revision and currently will persist a particular resource, making it available for download. Then, the file will be written as a response using output stream. Also, will use the XMLManagementService to pass the list of ResourceRefs for getResourceList() method.95 The Web Services need also ResourceWebService. It will be a very-proto-revision and currently will persist a particular resource, making it available for download. Then, the file will be written as a response using output stream. Also, will need a persister for list properties to XML document to pass the list of ResourceRefs for getResourceList() method. This persister must be in some of the base classes - base.connectivity for example, in order to be used by both client and server facades. 96 96 97 97 * Server implementation of the Facade: just call the core methods and return their results. Tests seem trivial, since this facade has no logic for now.