cancel
Showing results for 
Search instead for 
Did you mean: 

Remote Alfresco API rivet

rivetlogic
Champ on-the-rise
Champ on-the-rise
RAAr

RAAr is an abstraction layer for remote communication with Alfresco ECM. RAAr provides a simple, Java-based local library that may be used by one or more content rich applications and allows these applications to interface to Alfresco (including multiple Alfresco repositories from the same application). RAAr's lower layers handle communication to remote Alfresco instances over ReSTful calls to Alfresco that get mapped to calls to the Alfresco Foundation Services (AFS) API.

Motivation for RAAr

Certain classes of content rich applications require one or more of the following:

    * Remote full coverage of the AFS API (e.g., version management and version history traversal, dictionary services for model introspection, multi-store access, etc.)
    * Streaming content directly from the application and not from Alfresco (i.e., not using download servlet)
    * SSO support
    * Middle-tier business logic within the application where not all processing is done on Alfresco app server
    * Support for un-marshalling of result sets
RAAr lives here:
http://wiki.rivetlogic.org/display/RAAR/

Feel free to ask questions about RAAr in this thread.

–Sumer
112 REPLIES 112

cookie
Champ in-the-making
Champ in-the-making
HI
im using raar for conecting to alfresco but I have a Problem:
if I create a folder or file with persian name,it will created sucssesfuly in alfresco but when I use nodeService.getChildAssocs(parentNodeRef) on parent of this created node I get the folowing error:
<strong>com.rivetlogic.core.cma.exception.CmaRuntimeException: Invalid byte 2 of 2-byte UTF-8 sequence</strong>.
can any one help me please
thanks

mpillitu
Champ in-the-making
Champ in-the-making
Hi,
we're using RaaR with Alfresco 4.1.2 but we'd like to upgrade to 4.1.7.3 and there's no released version; we found a tag on SVN (https://svn.rivetlogic.com/repos/rivets/core/cma/cma/tags/cma-4.1.7.3-E-0/), built, deployed and tested; everything seems to work fine.

Is there any plan to officially release this tag or there are still pending issues? Also, are you planning to release Raar for Alfresco 4.2.x ?

Thanks in advance!
  Maurizio Pillitu

douglascrp
World-Class Innovator
World-Class Innovator
I'm also looking for that answer.
How about 4.2.f support?