Click here to Skip to main content
15,885,546 members

Comments by Shah Ali Haider (Top 1 by date)

Shah Ali Haider 8-Oct-12 4:00am View    
well its an intra-net office management system deployed in windows network environment. One module is taking exam of employees. So one of the JSF pages in exam module has two buttons start and submit. I am required to implement the following scenario.

-Path to save the word file, the time duration after which the word document will be saved automatically again and again (so that its not lost in case application crashes) and the total time for which the timer will run will be passed to this page.

-When the start button is clicked a MS Word document should be opened along with a countdown timer control which shows the remaining time (kind of pop up).

-Until the timer is ticking the user should be able to write in the word document and document should be saved automatically after each say 30 seconds at the server path passed to the page.

-When the total time expires the document is saved on the server on the same path. The timer and the document should be closed then.

PS: I developed the scenario in asp.net where i used Ajax editor to let the user write whatever he wants to till a count down timer expires or submit button is clicked. Once time expired or submit button was clicked all the text in Ajax editor was converted from RTF to Word Format, a word file was created and saved on the server path passed to the page. But it was not accepted and i was told to look into Office Addins to get the job done. And its a requirement to open Word document and the user should write directly in that word document.

I hope now its little clearer for you to guide me to the right direction.