cancel
Showing results for 
Search instead for 
Did you mean: 

Removing Unnecessary Services from Alfresco for Integration

pramodkhare
Champ in-the-making
Champ in-the-making
Hi, Currently we are trying to integrate Alfresco with our EJB-Hibernate Application, we want to use alfresco for Document Management purpose only, and in future if we need we will add collaboration and FTP/Webdav implementation.

So, We are currently trying to integrate alfresco using Alfresco Core Foundation API.

So I want to know more information about different Spring Context XML Files, do we have any documentation related to those, saying which context files are for which functionality or may be contain which beans, like that (as there are so many context xml files and we need to check that is there any cross-reference of spring beans, then only we can comment out that xml file's import).

So, What I want was, can we only take Document management ability/functionality of alfresco, may be by commenting out spring beans which are not related to DM, and still in future, if we need other capabilities of Alfresco we can re-enable them, by un-commenting, these beans/context-xmls.

So any reply is appreciated.
Please tell me what should be my approach.
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
Well if you want the Alfresco DM only then Alfresco has already divided everything in modules.
Best way is just install the tomcat download the alfresco.war file and deploy it in tomcat.

http://wiki.alfresco.com/wiki/Install_Tomcat6