IntelliJ Java IDE
The moose likes Servlets and the fly likes Open and Edit a server .doc/.odt from client Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Open and Edit a server .doc/.odt from client" Watch "Open and Edit a server .doc/.odt from client" New topic
Author

Open and Edit a server .doc/.odt from client

N Lakshmi
Greenhorn

Joined: Jan 31, 2012
Posts: 2
Hi,

I am developing a tool in java in which i have to do the below:

Open a .doc or .odt file from a server in a client browser
Allow user to edit the file in browser and save
Upon save the document should get stored on the server.

I have checked over net for various options but all involve changes at the client end. Can this requirement be achieved without any changes at the client end?
Please please help.
Deepak Bala
Bartender

Joined: Feb 24, 2006
Posts: 6371

I have checked over net for various options but all involve changes at the client end. Can this requirement be achieved without any changes at the client end?


No it cannot. Does MS-Sharepoint not already do this on the IE browser ? What does this have to do with servlets ?


SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
Rob Spoor
Saloon Keeper

Joined: Oct 27, 2005
Posts: 18370

You can't use Word for editing, but you may be able to mimic its interface in the web application. The saving (on the server) will then trigger a save (on the server side). This won't be easy though; Office doesn't cost a lot of money for nothing. Can't you use Google Docs or a similar service that has already tackled this problem?


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
 
subject: Open and Edit a server .doc/.odt from client
 
Threads others viewed
Downloading file from server
Edit Server side word file using java --- vikas
open ms-word on web
Swing and pdf files
Edit a word document from server
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com