Re: [DISCUSS] New REST Service Interfaces - ConfigurationService

2013-01-23 Thread Francesco Chicchiriccò
On 23/01/2013 09:06, Jan Bernhardt wrote: Hi Syncoper, here are the proposed changes for our Configuration Service: * Changing Create response type to javax.ws.rs.core.Response. This way we can set response HTTP Status code (201 created) without requiring HttpServletResponse as method

Re: [DISCUSS] New REST Service Interfaces - ConfigurationService

2013-01-23 Thread Christian Schneider
Hi Jan, I generally agree with the concept of returning created with the location in create methods. The problem is though that our service interface has no method to get the object based on the location. So we either have to change our client and interface to work with resource uris instead of

Re: [DISCUSS] New REST Service Interfaces - ConfigurationService

2013-01-23 Thread Fabio Martelli
Il giorno 23/gen/2013, alle ore 09.54, Francesco Chicchiriccò ha scritto: On 23/01/2013 09:06, Jan Bernhardt wrote: Hi Syncoper, here are the proposed changes for our Configuration Service: * Changing Create response type to javax.ws.rs.core.Response. This way we can set response HTTP

RE: [DISCUSS] New REST Service Interfaces - ConfigurationService

2013-01-23 Thread Jan Bernhardt
-Original Message- From: Fabio Martelli [mailto:fabio.marte...@gmail.com] Sent: Mittwoch, 23. Januar 2013 10:29 To: dev@syncope.apache.org Subject: Re: [DISCUSS] New REST Service Interfaces - ConfigurationService Il giorno 23/gen/2013, alle ore 09.54, Francesco Chicchiriccò ha

RE: [DISCUSS] New REST Service Interfaces - ConfigurationService

2013-01-23 Thread Jan Bernhardt
-Original Message- From: Andrei Shakirin [mailto:ashaki...@talend.com] Sent: Mittwoch, 23. Januar 2013 10:38 To: dev@syncope.apache.org Subject: RE: [DISCUSS] New REST Service Interfaces - ConfigurationService Hi, I generally agree with the concept of returning created

RE: [DISCUSS] New REST Service Interfaces - ConfigurationService

2013-01-23 Thread Andrei Shakirin
: Jan Bernhardt [mailto:jbernha...@talend.com] Sent: Mittwoch, 23. Januar 2013 10:41 To: dev@syncope.apache.org Subject: RE: [DISCUSS] New REST Service Interfaces - ConfigurationService -Original Message- From: Andrei Shakirin [mailto:ashaki...@talend.com] Sent: Mittwoch, 23

RE: [DISCUSS] New REST Service Interfaces - ConfigurationService

2013-01-23 Thread Jan Bernhardt
-Original Message- From: Andrei Shakirin [mailto:ashaki...@talend.com] Sent: Mittwoch, 23. Januar 2013 10:45 To: dev@syncope.apache.org Subject: RE: [DISCUSS] New REST Service Interfaces - ConfigurationService +1 URL Location in Response header (as usual) and ResourceID (Long

Re: [DISCUSS] New REST Service Interfaces - ConfigurationService

2013-01-23 Thread Fabio Martelli
Il giorno 23/gen/2013, alle ore 10.39, Jan Bernhardt ha scritto: -Original Message- From: Fabio Martelli [mailto:fabio.marte...@gmail.com] Sent: Mittwoch, 23. Januar 2013 10:29 To: dev@syncope.apache.org Subject: Re: [DISCUSS] New REST Service Interfaces - ConfigurationService

RE: [DISCUSS] New REST Service Interfaces - ConfigurationService

2013-01-23 Thread Jan Bernhardt
-Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Mittwoch, 23. Januar 2013 10:52 To: dev@syncope.apache.org Subject: Re: [DISCUSS] New REST Service Interfaces - ConfigurationService Hi Jan On 23/01/13 08:06, Jan Bernhardt wrote: Hi Syncoper, here

Re: [DISCUSS] New REST Service Interfaces - ConfigurationService

2013-01-23 Thread Sergey Beryozkin
On 23/01/13 10:16, Jan Bernhardt wrote: -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Mittwoch, 23. Januar 2013 10:52 To: dev@syncope.apache.org Subject: Re: [DISCUSS] New REST Service Interfaces - ConfigurationService Hi Jan On 23/01/13 08:06, Jan