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.
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).
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….
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.).