I have heard some good thing about JACOB Project. that allow to communicate
with COM components such as Excel, Word, etc ...
Guillaume
> -----Message d'origine-----
> De : Richard Vowles [mailto:[EMAIL PROTECTED]]
> Envoy� : vendredi 4 f�vrier 2000 20:45
> � : [EMAIL PROTECTED]
> Objet : Re: Calling COM Components in java
>
>
> There is also J Integra from www.linar.com, which is a pure Java
> implementation of DCOM (which also has a native code option).
> And, posted a
> few days ago was another IBM product called OLEBridge
>
> Download OLE Bridge Here:
> http://www.alphaworks.ibm.com/tech/olebridge?open&l=jspi,t=oleb
>
> ----- Original Message -----
> From: Matt Potter <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, February 04, 2000 12:47 PM
> Subject: Re: Calling COM Components in java
>
>
> > There are several ways, some more and some less hairy...
> I'll be very
> > brief since its off topic.
> >
> > 1. Use Java Native Interface (JNI) to build a class with some native
> > methods that you code up in C/C++ to talk to COM
> > 2. Use Microsoft's JVM and do it. Easier than JNI and good
> if you are
> > sure your Java code need only run on Win32
> > 3. Using DCOM you can access COM components from the
> process space of
> > your JVM by implementing (or using somebody else's) pure
> Java DCOM class
> > lib. The beauty of this one is that in your Java code
> there's no messy
> > JNI, its pure Java down to the socket and you can run the
> Java part on
> > any platform keeping the dependencies on Win32 stuff as narrow as
> > possible.
> >
> > -MGP
> >
> > "Subramaniam, Senthilkumar (CTS)" wrote:
> >
> > >
> > >
> > > Hi All,
> > >
> > > Can anyone say how to call COM Components in Java.
> > >
> > > I am new to this field.Even it is a basic ,you guys
> please help me to
> > > know the concept.
> > >
> > > Sorry for the inconvenience.
> > >
> > > Thanks in advance
> > > Senthil.
> >
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html