Re: [DISCUSS] RESTful best practices

2013-10-30 Thread Francesco Chicchiriccò
Hi, my recent commit [3] for SYNCOPE-425 should have applied all applicable RESTful best practices plus most of what discussed below: see issue comments for more details. Please double check the changes I've made to services and let me know if you still found any anomaly. Regards. On

Re: [DISCUSS] RESTful best practices

2013-10-16 Thread Francesco Chicchiriccò
Hi, replying to this old thread, trying to catch some interest about this topic. I'd like to create an issue for improving the current UserService on trunk [2] with the following modifications: 1. add a couple of 'resolve' methods which allows to obtain an user id from its username and vice

Re: [DISCUSS] RESTful best practices

2013-10-16 Thread Marco Di Sabatino Di Diodoro
Il giorno 16/ott/2013, alle ore 10:22, Francesco Chicchiriccò ilgro...@apache.org ha scritto: Hi, replying to this old thread, trying to catch some interest about this topic. I'd like to create an issue for improving the current UserService on trunk [2] with the following modifications:

[DISCUSS] RESTful best practices

2013-08-07 Thread Francesco Chicchiriccò
Hi all, [1] reports that User Service Interface in Version 1.1.0 is still not applying some major RESTful best practices. Therefore refactoring for release = 1.2.0 is most likely. Does anyone remember what is still missing? Shall we restart such discussion? Regards. [1]