cancel
Showing results for 
Search instead for 
Did you mean: 

Is RMI the only way to Connect to Alfresco Repository?

sstrickland
Champ in-the-making
Champ in-the-making
Is RMI the only way to Connect to Alfresco Repository?  I would rather not dominate hard-coded ports using RMI. 

I use HTTP client to interface with my WebSphere servers.
1 REPLY 1

kevinr
Star Contributor
Star Contributor
WebServices or PHP is another way. We also have various servlets if you want to retrieve content, templated content or execute various Alfresco javascript commands against the repository. Also a new introduction is the REST/WebScripts based API that started in 2.0 and is expanding a lot in 2.1:
http://wiki.alfresco.com/wiki/REST
We are building a lot of future, more simple UI against REST and WebScripts.

Thanks,

Kevin