Il giorno 17/apr/2012, alle ore 12.45, Colm O hEigeartaigh ha scritto: > How about supporting "bulk" operations via the REST API? For example, > creating/deleting/reading a set of users/roles/resources with one > operation?
Wow, you are right. Probably this is not feasible and, I'm sure, not applicable. A solution could be to implement this feature part on the server (REST controller) and part on the client library. The client library could read the input and ask for the operation on the server. Probably, to improve the performance, the server could accept request for more than one entry per request and the client could implement the feature with a multithreading approach. F. > Colm. > > 2012/4/17 Francesco Chicchiriccò <[email protected]>: >> On 16/04/2012 11:23, Bob Lannoy wrote: >>> Hi Fabio, >>> >>> I'm not using a lot of the functionality at the moment so my view is >>> somewhat limited. My impression is that although you have >>> documentation that gives a general idea, it's quite sparse. >>> I was also a bit overwhelmed with all the functionality that you see >>> in the console as well ;) >>> >>> Some examples >>> * For the moment I'm trying to figure out how the self-registration >>> works. There's very little info on this. (I'll post my questions in >>> the user-list) >>> * the REST interface should be documented (although its mostly >>> self-explanatory) and the objects involved. This is useful for cases >>> when the console is too much and a light client is needed. >>> * examples for things like derived attributes >> >> Only to report that your suggestions were added to >> https://cwiki.apache.org/confluence/display/SYNCOPE/Roadmap >> >> Something else? Someone else? Come on, guys! >> >>> On 16 April 2012 10:49, Fabio Martelli <[email protected]> wrote: >>>> Il giorno 16/apr/2012, alle ore 10.36, Fabio Martelli ha scritto: >>>> >>>>> Il giorno 16/apr/2012, alle ore 10.06, Bob Lannoy ha scritto: >>>>> >>>>>> Hi, >>>>>> >>>>>> maybe an input from the user side of things: extending the >>>>>> documentation should also be something for the roadmap. >>>>> Yes, you are right. >>>>> I'm going to update the roadmap wiki page. >>>> Bob, from your point of view, which aspects have to be improved? >>>> Please, let me have your feeling about. >>>> >>>> F. >>>> >>>>>> cheers >>>>>> >>>>>> Bob >>>>>> >>>>>> 2012/4/11 Francesco Chicchiriccò <[email protected]>: >>>>>>> Hi all, >>>>>>> it's time to discuss about Syncope roadmap. >>>>>>> >>>>>>> I think it's useful to have a backlog for this discussion, hence wiki >>>>>>> page >>>>>>> [1] would fit this role. >>>>>>> I have moved the "old" roadmap page at [2], for reference - note that >>>>>>> I've >>>>>>> also restricted access to this page. >>>>>>> >>>>>>> I have reported at [1] all things that we have been discussing in >>>>>>> mailing >>>>>>> list + items from [2], giving some categorizations. >>>>>>> >>>>>>> Your contribution is very welcome: we need to asses the future work of >>>>>>> our >>>>>>> project! >>>>>>> >>>>>>> Regards. >>>>>>> >>>>>>> [1] https://cwiki.apache.org/confluence/display/SYNCOPE/Roadmap >>>>>>> [2] https://cwiki.apache.org/confluence/display/SYNCOPE/Old+Roadmap >> -- >> Francesco Chicchiriccò >> >> Apache Cocoon PMC and Apache Syncope PPMC Member >> http://people.apache.org/~ilgrosso/ >> > > > > -- > Colm O hEigeartaigh > > Talend Community Coder > http://coders.talend.com
