Hi Damian and all

I have a question about that. Ok, I haven't yet looked at JIntegra for a while
but I will do it again soon.

AFAIK JIntegra is a pure JAVA COM-client or better a possibility to access COM
from any JVM, regardless where this JVM is running. (Please correct me if I am wrong)
I did not know than JIntegra is also a bridge between EJB and COM.

So I would like to know what this bridging functionality really does. Because IMO
you have the fact that you have to deal with different protocols (COM and IIOP,SOAP or
whatever the EJB server is running on.   Or does JIntegra provide a bridge between RMI
and COM ?

COM is protocol oriented and RMI API-oriented. This part of the list discussion never 
ends ;-)

So I would like to know what kind of integration JIntegra really offers. Do you offer 
a bridge
between a protocol (COM) and a java API (RMI) and whatever RMI is running on,
or do you bridge COM and another protocol or several protocols like IIOP,SOAP, ... ?

Is it a both-way bridge between COM and EJB or is it only possible to have COM clients 
?

What kind of standard do you follow for this bridging. AFAIK there is a COM/CORBA 
mapping
standard but not a COM/EJB mapping standard.

Thanks for your information
Martin

Damian Mehers wrote:

> Using the J-Integra pure Java-COM bridge you can access COM objects from EJBs and 
>you can access EJBs from COM objects. Loads of examples:
>
> http://www.linar.com/jintegra/doc/
>
> On Fri, 14 Apr 2000 06:57:42 -0400, Charlie Alfred <[EMAIL PROTECTED]> wrote:
> >
> >Unless I'm mistaken this approach gets you a one-way interaction: VB makes
> >synchronous calls to EJB.
> >
> >What if you want to allow an existing EJB to initiate a call into an existing
> >COM object?  Or, if you want to make an asyncronous call from a COM object
> >into the COM-EJB wrapper, return immediately, then make an async callback
> >to the original COM object when the call is complete.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to