9 | | The Sophie 2 Server Facade layer provides interface which is the same on both the server and the client sides for manipulating the resources on the server. The Facade layer accesses the Server core logic. |
| 9 | The Sophie 2 Server Facade layer provides interface which is the same on both the server and the client sides for manipulating the resources on the server. The Facade layer accesses the Server core logic. [[BR]] |
| 10 | MetaInfo of the resource is: |
| 11 | |
| 12 | * The author of the resource |
| 13 | * The date the resource was created |
| 14 | * Version of the resource |
| 15 | * The date the resource was last modified |
| 16 | * Who was the last that modified the resource |
| 17 | * The dimensions of the image (if the target of the resource is an image) |
| 18 | * etc. |
12 | | ^(List the necessary requirements that the task must fulfill.)^ |
| 21 | Since every resource can be viewed/changed/persisted on the server, its meta information should also be accessible. Currently, there is not functionality in the facade for dealing with meta things, so it must be implemented. |
| 22 | * Create class in the facade, which provides the core functionality for accessing meta. |
| 23 | * Since this task uses the result from [wiki:S2S_CORE_META_R0], a requirement is it to be implemented before this one. |
| 24 | * Refactor the current jsp and servlet code to use the facade. Currently, there is no such code, but at the time when the task is being implemented, it is possible to have such. |
| 25 | * Write unit tests. |