discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can we use Jigs


From: Björn Gohla
Subject: Re: Can we use Jigs
Date: Thu, 20 Sep 2001 22:04:39 +0200

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 20 September 2001 20:09, Helge Hess wrote:
> Kotesh wrote:
> > I have searched for Corba IDL for ObjectiveC for DO replacement , but As
> > far as I know there is no vendor available to provide such an IDL.
> >
> > If anybody knows the availability of CORBA IDL for ObjeectiveC , please
> > let me know..
>

for a quick fix one could use ORBit, which has among others a C binding. 
manually encapsulating the C stubs generated by orbit-idl ought to be 
trivial. producing an idl compiler that can automatically make a wrapper for 
the C stubs would be the next step.

a different approach probably more in line with established *step patterns 
would be to have a generic class representing corba interfaces, similar to 
NSProxy. this class' objects would adopt a protocol corresponding to the 
corba interfaces they represent. via forwardInvocation and the corba dynamic 
invocation interface messages could thus be sent to the server. the advantage 
of this approach is that no additional code needs to be compiled for 
individual corba interfaces, just a protocol for each interface. 

- -- 
- --------------------
printk("Entering UltraSMPenguin Mode...\n");
        2.2.16 /usr/src/linux/arch/sparc64/kernel/smp.c
pub  1024D/834F4976 2001-01-07 Björn Gohla (Wissenschaftler, Weltbürger) 
<b.gohla@gmx.de>
     Key fingerprint = 9FF4 FEDA CCDF DA0E 14D5  8129 6C14 3C39 834F 4976
sub  1024g/29571FE2 2001-01-07
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7qkvibBQ8OYNPSXYRAmdzAKCSY16D9kwAygcjtJA1ZCYBRL6TeACeJUft
M31uAmltiDtpcszTApbznVc=
=DzaL
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]