Re: Java and ActiveX Integration



Peter Olcott wrote:
"Arne Vajhøj" <arne@xxxxxxxxxx> wrote in message news:471e90b8$0$90263$14726298@xxxxxxxxxxxxxxxxxx
Peter Olcott wrote:
"Arne Vajhøj" <arne@xxxxxxxxxx> wrote in message news:471bfdae$0$90265$14726298@xxxxxxxxxxxxxxxxxx
Peter Olcott wrote:
Is it still as simple and complete as described by the source below?

Using an ActiveX control as a Java class
Using a Java class as an ActiveX control
Manipulating a Java applet through ActiveX scripting


http://www.ssuet.edu.pk/taimoor/books/1-57521-197-1/ch38.htm
This is the chapter from the 1997 book
Java-ActiveX is out of fashion.

There are some commercial offerings:

http://www.nevaobject.com/j2cdetails.asp?kw=java%20com%20bridge

http://www.ezjcom.com/google.html?gclid=CLXojqqtoY8CFReQGgodVQGfeQ
and some open source solutions:
http://danadler.com/jacob/
http://sourceforge.net/projects/jcom/

I would look for alternatives.

Java-JavaScript is still supported !
It has to be ActiveX / interpreted language, that is the binding constraint.
Where does Java come into the picture ?

(neither ActiveX controls nor Java is interpreted)

Arne

How does Java run on WebPages if it is not interpreted?

JSP (Java Server Pages) is triple compiled on the server
(jspc compiles from JSP to Java, javac compiles from Java
to Java byte code, JVM JIT compiles from Java byte code
to native).

Java applets is compiled from Java to Java byte code
by the developer somewhere and compiled from Java byte
code to native by the JIT compiler in the JVM used
by the browser.

Well if you use a JVM from mid 1990's it may actually
interpret, but ...

JavaScript is interpreted, but has nothing to do with
Java.

Arne
.



Relevant Pages

  • Re: Objects, Roguelikes, and Lisp
    ... languages like Perl and Java. ... which compiles Java bytecode on the fly to native machine ... It might interpret some code the first few times it executes it, ... compiles it to native machine code. ...
    (rec.games.roguelike.development)
  • Re: Anyone know about ActiveX in Java?
    ... I am trying to use the ActiveX control via ... > Java. ... >> Are you trying to build an ActiveX container in Java? ... Convert the Java applet to a servlet and use Internet Explorer as ...
    (comp.lang.java)
  • Re: Java and ActiveX Integration
    ... Using an ActiveX control as a Java class ... Manipulating a Java applet through ActiveX scripting ...
    (comp.lang.java.programmer)
  • URGENT: .Net Controls Vs Java Applets
    ... My company is making a decision about using Java or .Net. ... Microsoft based ... and we have a specific ActiveX control that we have to turn into a Java ... but I am still be able to run Java Applets. ...
    (microsoft.public.dotnet.framework)
  • Re: Making IE and a standalone Java application communicate...
    ... >> ActiveX control can be notified of the click and get the clicked URL ... as a listener of the *currently run IE instance*. ... When a URL link is clicked in this instance of IE, ... When the Java application is started, ...
    (microsoft.public.win32.programmer.ole)