Dear Saad,

In response to your two questions (by the way, 
all messages on the [EMAIL PROTECTED] list must be in English):

1) where to find the implementation of IIOP?

The Jonathan implementation of IIOP can be found in the
"src" directory in the org.objectweb.david packages. The first 
file to look at would be:
   org.objectweb.david.libs.contexts.iiop.IIOPBinder.java
>From there, the imports give a good indication of the other
classes that are needed, in particular, those related to GIOP
and TCP/IP.

2) interoperability between Jonathan and TPBroker C++?

This is a general CORBA question, and basically boils down
to how to program a CORBA application (in this case, a Java client
talking to a C++ server). I'd advise you to check out a basic CORBA 
tutorial (for example, part 2 of the book "Client/Server Programming 
with Java and CORBA" by Orfali and Harkey) for the general principles 
of how to use IDL for the common interface between the two parts, 
and complement that with the programming manuals of the two ORBs
to obtain Java code generation on one side and C++ code generation 
on the other. For the Java code generation in the case of Jonathan, 
check out the documentation provided with the David examples.

Sincerely,
Kathleen Milsted


France Telecom R&D
Distributed Systems Architecture department (DTL/ASR)
28 chemin du Vieux Chene
BP 98, 38243 Meylan Cedex
FRANCE
E-mail: [EMAIL PROTECTED]
Tel: +33 4 76 76 45 94
Fax: +33 4 76 76 45 57

Reply via email to