cancel
Showing results for 
Search instead for 
Did you mean: 

Minimize Alfresco

cobolus
Champ in-the-making
Champ in-the-making
Hi !

Is there a practical way to slim down alfresco so that is embeddable into another framework. I only need the repository services to store / retrieve files and attach aspects to a custom model. The reason for the slim down is that my framework uses a newer version of CXF and that doesn't work with the one provided by alfresco. I also don't want to use remote apis for the moment as I want to get maximum performance for data storage / retrieval.

anyone can point me in the right direction ?
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
Its not as clean as it should be but start with the core-service-context.xml.  

Then strip Strip away what you don't want.    Add what you do.

cobolus
Champ in-the-making
Champ in-the-making
is there also a way to find out which component uses which library so that I can remove also unnecessary jar files from WEB-INF/lib ?

mrogers
Star Contributor
Star Contributor
If you look in the eclipse project definitions then the dependencies are defined there.