302 articles – 345 references  [version française]
HAL: hal-00145247, version 1

Detailed view  Export this paper
L'Objet, logiciel, base de données, réseaux (RSTI série) 10, 2-3 (2004) 75-88
O'Jacare : une interface objet entre Objective Caml et Java
Emmanuel Chailloux 1, Grégoire Henry 1
(2004)

We present in this paper a new code generator, called O'Jacaré, to interoperate between Java and Objective Caml through their object model. O'Jacaré defines a basic IDL (Interface Definition Language) for classes and interfaces description to communicate from Objective Caml to Java. For communications from Java to Objective Caml we add a callback mechanism. The implementation is based on each language low-level interfaces (Java Native Interface for Java and external for Objective Caml) and uses an extended version of the camljava library. O'Jacaré generates all needed wrapper classes and enables static typechecking in both worlds. Although the IDL is an intersection from these two object models, O'Jacaré allows to combine all features from both.
1:  Preuves, Programmes et Systèmes (PPS)
CNRS : UMR7126 – Université Paris VII - Paris Diderot
Computer Science/Programming Languages
interopérabilité – IDL – Objective Caml – Java