2006/2/2, Jochen Wiedmann <[EMAIL PROTECTED]>: > > Henri Gomez wrote: > > > +1 for me if we know clearly on which area each of us could participate > :) > > Which areas are you interested in? :-) > > My personal topics are identical for both version 2 and the streaming > branch: > > - Split the library into a client and a server part. In terms of Maven > this will mean to split the project into multiple subprojects: common, > client, server, and test, for example. > - Make the library easier to use. For example, create a factory, > that takes an interface and a configured XML-RPC client as input, > and emits a proxy class, which implements the interface and > calls an instance of the same interface on the server using the > client. > - XMLRPC-75 is an interesting extension: Basically, it is aimed to > provide some simple kind of metadata, much easier than, for example, > a WSDL. > > But these are *my* topics and yours may be far different.
Well I'm more usefull in IO area. Also I will be more than happy to see if we could 'arrange' the spec and avoid the use of byte[] in execute call returns since I'm using huge XML-RPC replies in my day jobs and it hurt badly the JVM. IO will be more interesting in such case Jochen >