wasm-demo/demo/ermis-f/python_m/cur/0724

36 lines
1.3 KiB
Plaintext

From: np2 at doc.ic.ac.uk (Nat Pryce)
Date: Fri, 30 Apr 1999 18:38:37 +0100
Subject: CORBA IDL AND SCRIPTS
References: <3729E026.D9D29B1@ppllc.com>
Message-ID: <3729EA9D.51C630C6@doc.ic.ac.uk>
Content-Length: 1058
X-UID: 724
> My question is: Is there any support for generating Scripting
> language bindings from CORBA IDL or a
> translator (less preferable) that can translate from CORBA IDL to a
> scripting language IDL ??
Any scripting language that has a binding to the CORBA Dynamic
Invocation Interface (DII) and Interface Repository (IR) can
safely invoke operations on CORBA objects without knowing their
types at compile time. If you make all the APIs you want to be
scriptable available through an ORB then the scripting interfaces
will be available "for free".
Cheers,
Nat.
--
+------------------------------------------+---------------------+
| Name: Nat Pryce MEng ACGI | Dept. of Computing, |
| Email: np2 at doc.ic.ac.uk | Imperial College, |
| Tel: +44 (0)171 594 8394 | 180 Queen's Gate, |
| Fax: +44 (0)171 581 8024 | London SW7 2BZ, |
| WWW: http://www-dse.doc.ic.ac.uk/~np2 | United Kingdom |
+------------------------------------------+---------------------+