cancel
Showing results for 
Search instead for 
Did you mean: 

How does Alfresco Explorer communicate with Alfresco?

purplesky
Champ in-the-making
Champ in-the-making
Hi!

I need to know what is the primary API used in Alfresco at basic levels. I found out that the native Alfresco Explorer does everything ok, unlike some wrappers that are overwhelm with bugs and unusable features, and would like to use the same patterns and only then integrate it within another programming platform.

I'm guessing it's got something to do with REST.
2 REPLIES 2

patil
Champ on-the-rise
Champ on-the-rise
Hi,

Alfresco is a stable product. 🙂
With alfresco you can reduce your expenses 🙂

Alfresco explorer uses the JSF as the frontend along with Spring and Hibernate/iBatis.

We can integrate alfresco with other systems using
1. WebScripts
2. CMIS


Thanks,
Patil
Cignex Technologies
Bangalore

mrogers
Star Contributor
Star Contributor
Back to the original question.  Alfresco explorer is a JSF application that uses the Alfresco Java API, also known as the "fundamental api".