views:

67

answers:

2

that will allow my users to edit word documents locally in Word and have them saved back to the server when finished.

The project will be Grails based and I'm looking at things like WebDav but I would need security features that won't allow one user to access another users documents.

And unfortunately the test I ran opening a word document via a WebDav URL first downloaded the file rather than opening directly. So when saved, for example it just saved to c:\download\mydoc.doc.

So I'm looking for alternative ideas if anyone has any thoughts..

Thanks,

A: 

Take a look on Alfresco.


Update

Enabled access protocols are listed in documentation and wikipedia.

  • CIFS/SMB
  • FTP
  • WebDAV
  • CMIS
amra
Do these products allow for Word Documents to be edited and resent to the server upon save?
Dave
Repository access via CIFS/SMB, FTP, WebDAV and CMIS.
amra