Document management for the application

We are developing an application that will also need to manage a large number of files (documents, spreadsheets, scanned files, PDF files, etc.). We will need to link the files to other data in the system.

This will be a web application. (asp.net)

While there are many ways to solve this problem, I wonder if there is a document management backend that we can hook into the software and use its API to store, retrieve and reference files.

There should be some, but are you aware of any open source sources you have used in the past.

Thank.

+1


source to share


2 answers


It would be helpful to know which platform you are using. Since most of my experience is with the Java platform here, some links:

JSR-170: Content Repository API http://www.cmswatch.com/Feature/123



And here is the reference implementation, Apache Jackrabbit: http://jackrabbit.apache.org/

+1


source


There are many commercial document management systems available, and they are customized for the different categories that need to be stored. They usually also support version control and archiving. Examples include:



Also read here: Wikipedia article

A Google search can identify hundreds of offerings, including from Oracle and IBM.

0


source







All Articles