Re: XmlRpcClient Interface

2002-11-10 Thread Ryan Hoegg
Daniel Rall wrote: Sounds like I'm not the only outsider interested in this code! How about a short-lived CLIENT_REFACTORING branch in CVS? We could give Ryan commit access, and you guys could proceed with the development from here on out in ASF CVS. Everyone would be free to comment, and we c

Re: XmlRpcClient Interface

2002-11-04 Thread Andrew Evers
> I have the CLDC code, but didn't find the interface. Is it hidden in > CVS or elsewhere? Also I modified the XmlRpcClientLite, my > recollection is that there are plans for this that will modify it > significantly. Ryan and I are sharing code via private email at the moment. > This is the gis

Re: XmlRpcClient Interface

2002-11-04 Thread Jim Redman
I have the CLDC code, but didn't find the interface. Is it hidden in CVS or elsewhere? Also I modified the XmlRpcClientLite, my recollection is that there are plans for this that will modify it significantly. Kudos to all the committers of this project, the changes were fairly simple. This

Re: XmlRpcClient Interface

2002-11-03 Thread Ryan Hoegg
Jim, Sounds great! I think the status now is that we are keeping the XmlRpcClient class but pulling out the salient bits into more focused classes. The XmlRpcClient class will depend only on interfaces, and implementations for those interfaces will be distributed in separate packages to faci