cancel
Showing results for 
Search instead for 
Did you mean: 

Anybody connected a remote Flash/Flex to an Alfresco repo?

hbf
Champ on-the-rise
Champ on-the-rise
Hi,

We want to develop a Flex SWF movie that connects to a remote Alfresco instance in order to perfom searches, return the result and load content from nodes out of the repository.

Does anybody have experiences with Alfresco/SWF that he/she can share here?

For instance, some questions I have are:

* Remote Procedure Call: Does Alfresco provide something out of the box for this? Has anybody used OpenAFM?
* Session management: Ideally, the SWF would open an Alfresco session (stored on the server) so that we can make full use of Alfresco's transactions. This is especially important if the SWF writes to the repository.

I thought about doing this with Web Scripts but REST seems to go into another direction (stateless, no marshalling, …).

Many thanks,
Kaspar
3 REPLIES 3

davidc
Star Contributor
Star Contributor
Internally, we've successfully plugged Web Scripts behind a Flex app.

In SVN HEAD you can see Flex components at:

/modules/ace/src/util/webscript &
/modules/ace/src/util/authentication

stiegld
Champ in-the-making
Champ in-the-making
Hi folks,

Is there any documentation on how to run the ACE example distributed with the 2.9 source tree? I tried to open the project with Flex builder 3 beta and when I try to run it, it navigates to http://localhost:8080/ace, but no server is launched.

Dan

bustback
Champ in-the-making
Champ in-the-making
I recently contacted sales to ask questions about Alfresco, as I'm currently looking into it over our current solution.

I also am looking at Flex integration, and although there have been announcements about some type of collab. between Alfresco and Adobe, nothing public has come of it.

In researching, I also found the 2.9B release that had the ACE and Flex-SDK modules, but there's zero information on how those are used, compiled and deployed into an installation.

I get the idea of using web-scripts to get content and what not, but it seems a bit overboard to write a ridiculous amount of scripts to mirror the capabilities of the repository, which already has all of these services.

The end result of what I'm trying to do is basically have full access to anything within a CMS system - create and modify users/groups, create and modify repositories and the content within them, and finally hook up Flash Media Server (Interactive Edition) to the CMS so that Flash video content may be streamed properly.

I found the authentication example, but have no clue how to deploy it. Hopefully Alfresco will provide some type of details on the new RESTful APIs and their service offerings for us rich client developers. I don't need an AS3 API… that's easy enough to create. I'm not a Java developer, so I just need to know where to get the info I need to make it happen.