Andy wrote:
>
> Can I get a Delphi CORBA client to speak to an EJB server. The
> problem as I see it is
>
> The EJB-CORBA mappings require CORBA pass-by-value.
Don't you just love it!
> Is there a way to have serialized Java objects map to CORBA structs?
Yes, a number of vendors support this.
> Can this be done automatically?
<vendor>
Yes, Sybase EAServer does this automatically.
</vendor>
> Do any EJB vendors support this simplified mapping?
Yes.
> Is it portable?
I think it is, if the Java classes were originally generated from IDL such
that they are marked as "implements org.omg.CORBA.portable.IDLEntity" (see
CORBA 2.3 IDL to Java spec). As far as I can tell, Java RMI/IIOP should use the
CORBA/Java helper class for marshalling these serializable types (IDLEntity
extends java.io.Serializable).
________________________________________________________________________________
Evan Ireland Sybase EA Server Engineering [EMAIL PROTECTED]
Wellington - New Zealand +64 4 934-5856
===========================================================================
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".