Ease the job of the clients by expanding string arrays to object arrays:
authorpastith <devnull@localhost>
Fri, 27 Feb 2009 13:24:24 +0000 (13:24 +0000)
committerpastith <devnull@localhost>
Fri, 27 Feb 2009 13:24:24 +0000 (13:24 +0000)
commitda7b63f23c05cf41822b0c6ffb1ed74a6ea7d6a3
tree681144f96606d90e699c3486873fe1241600d518
parent3f2e14a0d96ec6badeaa2c9bdc6f70d873d9153a
Ease the job of the clients by expanding string arrays to object arrays:
- GET on the 'others' namespace returns the username of the user sharing the resource
- GET on the 'groups' namespace returns the name of the group
- GET on files and folders returns the parent folder as well
gss/src/gr/ebs/gss/client/domain/FileHeaderDTO.java
gss/src/gr/ebs/gss/server/domain/FileHeader.java
gss/src/gr/ebs/gss/server/rest/FilesHandler.java
gss/src/gr/ebs/gss/server/rest/GroupsHandler.java
gss/src/gr/ebs/gss/server/rest/OthersHandler.java