Re: Find out if I should use Java Or ActiveX

From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 02/25/04

  • Next message: Alan Garford: "Re: Getting WebBrowser History"
    Date: Wed, 25 Feb 2004 17:09:09 -0500
    
    

    "Michael" <anonymous@discussions.microsoft.com> wrote in message
    news:759431C0-D21F-4171-8409-36F3BC28F4D9@microsoft.com...
    > If I go with Java, can a Java Applet use sockets to connect to a
    remote machine?

    Yes. Java provides a set of classes for network communication.

    > Other than allowing IE to run Java Applets would I have to make any
    other security changes to allow the applet to connect to a remote
    computer?

    AFAIK, Java itself imposes security restriction where a Java applet can
    only connect back to the same server from which it was itself
    downloaded.

    > If I go with ActiveX can I write it in .NET without requiring the user
    to have the .NET runtime on their machine

    Of course not.

    > In any of the languages would I have to change any security settings
    in order to connect to a remote computer?

    No.

    > If a newer version of the ActiveX is on the server will IE download
    it or continue to use the older object?

    Your choice, you can write your <object> tag either way.

    -- 
    With best wishes,
        Igor Tandetnik
    "For every complex problem, there is a solution that is simple, neat,
    and wrong." H.L. Mencken
    

  • Next message: Alan Garford: "Re: Getting WebBrowser History"

    Relevant Pages

    • running olwm under a VNC Xserver?
      ... I'm attempting to use Java on a remote Sun Station. ... But the "preferences" pop-up in OLWM does... ...
      (comp.unix.solaris)
    • Re: Remote Desktop and Java Application
      ... We use a Java application to update some database records. ... The problem is that the menus in the Java application do not work ... I had other remote desktop software installed previously and I think ...
      (microsoft.public.windowsxp.work_remotely)
    • Re: ANN: RealThinClient components (full source code for Delphi and BCB) > available now
      ... The RTC Core is now a basic component set for remoting and web development. ... It mostly compares to something a Java developer is used to having at start, ... since you write server-side code for processing requests and execute remote ... > link to Remote Functions written with RtcFunction? ...
      (borland.public.delphi.thirdpartytools.general)
    • Re: distributed computing choices
      ... RMI (Java) ... CORBA ... communication models (e.g. remote procedure call/ remote method invocation) and implementations. ...
      (comp.distributed)
    • Re: Calling javascript functions from a java application
      ... to try and hook into it so i can retrieve data in a more efficient ... I don't believe this is possible because the remote resource will ... When Java uses a built-in browser, ...
      (comp.lang.javascript)