问题
In my software I need to be able to interface to a very simple document management system.
I need to be able to:
- Check in/out documents
- Add documents
- delete documents
- maybe version documents. (The domain expert says no, I suspect he is wrong.)
At this time we have no need to search the documents.
I need to be able to do this from a C# program so there must be a .net API.
I need to have more than one client be able to do this at a time.
I will eventually need to be able to do this from a web connection as well. But only later.
This is part of a larger application that, so I must be able to keep costs low. I don't think I need anything as complex as Documentum or the higher-end DM products.
The customer will be selling the application, so there must be a friendly re-seller agreement.
Is there anything out there like this?
回答1:
Why not use WSS (Windows SharePoint Services) it's free with Windows Server and provides all the functionality and API's that you're looking for to manage documents, Check In/Out version control, work flows and much more. It also already has built in admin interfaces.
回答2:
In regards to the need to version documents: your domain expert is definitely wrong. Not only will users eventually ask for this or need to merge something, but once you establish the other requirements, versioning is pretty simple to add as well so you might as well go for it.
Perhaps you could just put a C# front end on a subversion repository.
回答3:
Share point based solutions are the most cost effective out there right now. If you're looking to sell a product, you're probably too late. There are A LOT of document management systems that have veered away from the Documentum platform. Check out NextDocs for a pretty good SharePoint based solution.
回答4:
Why don't you try out Alfresco. They provide quite a nice set of API capabilities as well (includes web services which can be used in .NET).
Regarding the reseller agreement - not sure of this one.
来源:https://stackoverflow.com/questions/612646/simple-document-management-system-and-api