Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Ms word document from J2ee code

843841Dec 22 2006 — edited Dec 25 2006
Hi,

I have a case to implement.

User fills the HTML application form and when he presses generate, an MS-word document will get generated in a specifc template (to be given by Buisiness users) and all values that i have entered in HTML form will get populated in MS-word document

How to implement the case. I have gone through the net and checked following options

1. Jacob: There is a need to save some .exe file on server system. I dont know how good is to use that API.
2. POI: API still in development stage .. can not say about stability of API.
3. Servlet (response.setContent).. : Not sure whether this will work. I have tried a very small piece of code but that is not working.

Any sort of help will be appreciated

~Aman
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 22 2007
Added on Dec 22 2006
8 comments
159 views