David, Does this use reflection? I assume that it does given the bean requirement. If so, how are you seeing this architecture hold up under load given its expensive nature.
Thanks, Carson __________________________________________________________ Carson Hager Cynergy Systems, Inc. Sybase Enterprise Application Studio Consulting and Training http://www.cynergysystems.com > -----Original Message----- > From: David Wall [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 17, 2001 11:56 AM > To: [EMAIL PROTECTED] > Subject: Re: How to send and receive objects as request and response . > > > If you use the get/set javabean concept, it's easy to move > objects using the > BeanSerializer class that comes with Apache. We move very > complex object > graphs without any trouble -- just register each class type > and associate it > with the BeanSerializer. > > David > > ----- Original Message ----- > From: "Phillip Urrea" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, October 17, 2001 3:38 AM > Subject: RE: How to send and receive objects as request and response . > > > > Does anyone know of an available general ObjectSerializer > to serialize > > and deserialize object parameters? I've tried Hermit but it isn't > > working for me. > > Thanks. > > >
