cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring alfresco with struts to upload/download files

vamsi25
Champ in-the-making
Champ in-the-making
Hi,
I need help to develop own UI using jsp/struts for login and upload/download using Alfresco Doc management system.
Each user should have their own workspace(should be created when user is created) to upload/download.
There should be common repository for all users.

Please  please provide any sample code.What are the jar/xml files required in my project and configuration changes to use the Alfresco DMS.


Thanks & Regards
4 REPLIES 4

pmonks
Star Contributor
Star Contributor
vamsi25, CMIS [1] is great for this kind of thing, regardless of the technology you wish to implement your UI with. The Apache Chemistry project [2] provides a variety of CMIS client libraries that are a great way to interact with a CMIS repository (including Alfresco).

Cheers,
Peter

[1] http://wiki.alfresco.com/wiki/CMIS
[2] http://chemistry.apache.org/

vamsi25
Champ in-the-making
Champ in-the-making
Thanks a lot for the reply..i mainly need help in configuring the alfresco repository with struts…where to put the required xml files in struts and configure them…..This is the initial step where iam struck….

Thanks & Regards

pmonks
Star Contributor
Star Contributor
Alfresco doesn't use Struts, but if you wish to develop a Struts-based app that interacts with Alfresco, CMIS is a good way to go.  It supports upload/download of files and a lot more (folder & metadata management, access to the version history, revision control, search, query etc.).

Cheers,
Peter

akram
Champ in-the-making
Champ in-the-making
Hi Peter, Can you provide an example on how to do that using CMIS, or please point me to a nice tutorial.
thanks