We have simple web-based data entry internal business app. Now business wants to be able to attach a document to a row in the database that represents business entity. Document can be Word, Excel, PDF.
How can we do that?
I think creating yet another home grown document management system is not a good idea. Instead we can try to use an third party document management system and integrate tightly form our app. Ideally all user interface will stay within application, without going to an external system. Is sharepoint or documentum capable of doing it? What other options are there?
The application platform is Java/Websphere. We ave both Windows and Unix infrastructure available.