<vendor>

No thats a bad assumption.  Since Dynamic Proxies are serializable we can
marshall these over IIOP in Sybase EAServer as a serialized class.  This may
be however more expensive then the passing of a home/remote which can be
done by reference over the IIOP stream.  Dont read the previous to mean IIOP
based systems marshall serialized class slower then RMI.  Rather that pure
IIOP marshalling of IDL types is faster then Java Serialization.

But the net-net is that although we are CORBA based wed have no issues
marshalling that serialized type.

</vendor>

Dave Wolf
Internet Applications Division
Sybase



----- Original Message -----
From: "James Cook" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 08, 2000 11:17 AM
Subject: Re: Serializing Dynamic Proxies


> Should I assume that *no* CORBA-based app servers support this feature
yet?
>
> Could the RMI-based server vendors comment? I was assuming that these will
> automatically support the serialization of dynamic proxies because Java
> serialization does. Is that fair to assume?
>
> jim
>
> ----- Original Message -----
> From: "James Cook" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 04, 2000 8:30 AM
> Subject: Serializing Dynamic Proxies
>
>
> > We are finding more and more reasons to wrap some of our pass-by-value
objects
> > in Dynamic Proxies. This is truly a very cool and useful technique, but
we
> have
> > found limitations in support from various container vendors.
> >
> > Which EJB containers support the marshalling of the JDK 1.3 Dynamic
Proxy
> class?
> > (I would assume that JBoss and others based on RMI will, do any CORBA
> > containers?)
> >
> > jim
> >
> >
===========================================================================
> > 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".
> >
>
>
===========================================================================
> 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".
>
>

===========================================================================
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".

Reply via email to