Mark is right, you should avoid
the MS com integration in J++
since not even MS use it.
Fortunately there are a number
of other possible routes.
Sun have an activeX-javaBeans
integration package, which makes
one look like the other..

IBM (alphaworks) have some
tools to let you invoke COM methods via JNI.

Linar have a pure java (D)Com
integration product that takes
the DCOM protocol and implements
it in java, allowing your sun to
talk DCOM!

However if you want to make
a strategic decision-as opposed
to get code working quick- you
need to read up on SOAP. (an XML
based rpc mechnism).

By the way, anyone done a
SOAP servlet yet?

Mark Galbreath <[EMAIL PROTECTED]> wrote:
__________
>Be advised, though, that MS's COM packages (which, BTW, are bundled with J++
>6.0, SR 4) do not support anything but Java 1.1 and earlier.  You will find
>no help for servlets, Java 2 (including Swing), or anything else.  MS's
>strategy is to bully everyone into using .NET.
>
>Cheers!
>Mark
>
>----- Original Message -----
>From: "Isaac Shabtay" <[EMAIL PROTECTED]>
>Sent: Thursday, April 26, 2001 7:07 AM
>
>
>> > i have a vb/vc++ com object which contains a set of methods/functions
>> > I want to call these methods from a servlet.
>>
>> Download Microsoft's Java SDK from http://www.microsoft.com/java.
>> You'll find there some packages (com.ms.*) that contain java classes that
>> deal with COM objects.
>>http://www.westpoint.ltd.uk/

Internet reconnaissance services.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to