Word API

2003-02-07 Thread Wesley Choate
Just to see if there is anyway to do this.  I am needing to create an
application that will display a Microsoft Word document that has fields
defined in it.  Then the user can modify these fields, and then save these
fields back to a database.  I know you can do this using Active X and such,
but can I do this anyway in JSP/Java?

Thanks,
Wesley Choate
Programmer / Analyst
Lavender  Wyatt Systems, Inc.
[EMAIL PROTECTED]
5805 West 12th Street
Little Rock, AR  72204
(501)664-7039

Should array indices start at 0 or 1? My compromise of 0.5 was rejected
without, I thought, proper consideration. - Stan Kelly-Bootle

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



Re: Word API

2003-02-07 Thread Karau, Joe
There is support for reading and writing microsoft formatted documents (.doc
and .xsl for sure) on the jakarta web-site.  Don't recall the names of the
api's right now (POI?). I haven't started using them yet, but from what I
read about them I am planning on using the .xsl one api in a similar manner.

Hope that helps.

Joseph Karau
Kingland Systems
[EMAIL PROTECTED]
507-536-3629
AIM: jkarau3629



-Original Message-
From: Wesley Choate [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 07, 2003 2:03 PM
To: [EMAIL PROTECTED]
Subject: Word API


Just to see if there is anyway to do this.  I am needing to create an
application that will display a Microsoft Word document that has fields
defined in it.  Then the user can modify these fields, and then save these
fields back to a database.  I know you can do this using Active X and such,
but can I do this anyway in JSP/Java?

Thanks,
Wesley Choate
Programmer / Analyst
Lavender  Wyatt Systems, Inc.
[EMAIL PROTECTED]
5805 West 12th Street
Little Rock, AR  72204
(501)664-7039

Should array indices start at 0 or 1? My compromise of 0.5 was rejected
without, I thought, proper consideration. - Stan Kelly-Bootle

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com