You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@rave.apache.org by Sergio Rivero <sr...@galileasoluciones.com> on 2014/05/08 13:09:48 UTC

Doubt about REST functionality

Hi all!

 

I have a doubt about the REST functionality implemented in Apache Rave.

 

I'm developing a social gadget that allows the interaction between users
with activitystreams (to post public comments) and messages (to send private
messages and notifications).

 

My problem is that I need to filter the activityStreams to separate the main
comments and the responses to those main comments. I read that Opensocial
REST Services have an option called "filterBy" to filter the
activityStreams. Is it implemented to use it in Apache Rave? I see that
exist an object called CollectionOptions that has this use, but I don't see
if it's implemented.

 

On the other hand, I don't see any implementation of messages.

 

Am I right with those things? Any suggestion about what can I do to do that
functionality?

 

Thanks a lot and best regards,

 

Sergio.