> -----Original Message-----
> From: A mailing list about Java Server Pages specification
> and reference
>
> I need to capture RTF documents on the client from a servlet
> generated HTML
> and save to database by passing the captured RTF text to the
> servlet. How to
> invoke WinWord like application from an HTML page and return
> back to the
> browser only after the user has finished editing the text in WinWord?
<SNIP>
> platforms. Is
> there any editor available for much more wider platforms and
> provide RTF
> editing capabilities? Can Adobe acrobat writer satisfy the
> requirement?

There is basic RTF (along with HTML) support included in Swing -
javax.swing.text.rtf, as an EditorKit implementation, which AFAIK provides
i/o and editor capabilities.
You could write an editor Applet that runs in the browser assuming you can
rely on Swing being available in the browser or it's practical to download
it with the Applet.
I'd be tempted to use HTML (or XML) as the text format rather than RTF...

HTH,

Steve

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to