I have started looking into using the Sharepoint module and given our installation, we may need to tweak the code slightly. In doing so a few questions cropped up, with regards to the architecture, just to help me understand the design decisions and how best we can contribute to the module:
- The Sharepoint module presents itself using Jetty and listens on an alternative port to Alfresco. Is there any reason this is not simply a servlet in the Alfresco webapp?
- The communication between the Sharepoint module and Alfresco is done via http, rather than RMI or directly via the API. Are the any reasons for this?