Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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,

share|improve this question

2 Answers

up vote 0 down vote accepted

Look at this list http://java-source.net/open-source/content-managment-systems

share|improve this answer

Take a look on Alfresco.


Update

Enabled access protocols are listed in documentation and wikipedia.

  • CIFS/SMB
  • FTP
  • WebDAV
  • CMIS
share|improve this answer
Do these products allow for Word Documents to be edited and resent to the server upon save? – Dave Jul 21 '10 at 6:29
Repository access via CIFS/SMB, FTP, WebDAV and CMIS. – amra Jul 22 '10 at 9:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.