Re: Java and ActiveX Integration
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Tue, 23 Oct 2007 21:01:19 -0400
Peter Olcott wrote:
"Arne Vajhøj" <arne@xxxxxxxxxx> wrote in message news:471e90b8$0$90263$14726298@xxxxxxxxxxxxxxxxxxPeter Olcott wrote:"Arne Vajhøj" <arne@xxxxxxxxxx> wrote in message news:471bfdae$0$90265$14726298@xxxxxxxxxxxxxxxxxxWhere does Java come into the picture ?Peter Olcott wrote:It has to be ActiveX / interpreted language, that is the binding constraint.Is it still as simple and complete as described by the source below?Java-ActiveX is out of fashion.
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
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 !
(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
.
- Follow-Ups:
- Re: Java and ActiveX Integration
- From: Peter Olcott
- Re: Java and ActiveX Integration
- References:
- Re: Java and ActiveX Integration
- From: Arne Vajhøj
- Re: Java and ActiveX Integration
- From: Peter Olcott
- Re: Java and ActiveX Integration
- From: Arne Vajhøj
- Re: Java and ActiveX Integration
- From: Peter Olcott
- Re: Java and ActiveX Integration
- Prev by Date: Re: Java and ActiveX Integration
- Next by Date: Re: Byte code execution count
- Previous by thread: Re: Java and ActiveX Integration
- Next by thread: Re: Java and ActiveX Integration
- Index(es):
Relevant Pages
|