On Mon, Jun 28, 2004 at 08:58:41AM +0200, Jochen Wiedmann wrote:
> 
> Hi, John,

> for generating the stub classes, you might prefer a generated proxy rather 
> than a proxy based on reflection. See
> 
>     http://ws.apache.org/jaxme/js/patterns/proxy.html

Hi Jochen,

Thanks for the tip.  It doesn't much matter to me whether the class is
generated at build or run time.  Each way has minor advantages over
the other, but either way should work fine for the simple task of
sharing an interface definition between client and server code.  Since
the XML-RPC classes already use reflection on the server side, it
seems to me natural to do so here.

Do people have any real-world experience with generated client stubs?

How about generated server stubs?  (i.e., an XmlRpcHandler or
XmlRpcServer whose execute() calls the corresponding application
method without run-time reflection)

Best regards,
-John

-- 
John Tobey <[EMAIL PROTECTED]>
\____^-^
/\  /\

Reply via email to