Pull Windows application into a Java Applet

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hawks1998@mchsi.com

    Pull Windows application into a Java Applet

    Is it possible to pull an application into a Java Applet? What we are
    looking to do is pull something like Word or Outlook into a frame on
    our website.
  • Silvio Bierman

    #2
    Re: Pull Windows application into a Java Applet


    <hawks1998@mchs i.com> wrote in message
    news:73695a48.0 402031502.78fc5 54b@posting.goo gle.com...[color=blue]
    > Is it possible to pull an application into a Java Applet? What we are
    > looking to do is pull something like Word or Outlook into a frame on
    > our website.[/color]

    Why use an applet for that? Seems like the most difficult approach unless
    you want support for other browser than IE. Embedding Word can be very
    simple if you load a frame/iframe with a word document. Using ActiveX for
    that ought to work also. Embedding Windows apps or ActiveX components in
    Java is possible but hardly trivial.

    Silvio Bierman


    Comment

    Working...