Re: Using List and Map instead of Vector and Hashtable

2002-06-29 Thread Jim Redman
Peter, This was discussed somewhat recently - you may want to go back through the archives. Some of us are still using XML-RPC in applets and so require JDK1.1 compatibility. List/Map break that. Jim On 2002.06.29 13:31 Peter Lyons wrote: > I've just started using xml-rpc, and I found it ve

Using List and Map instead of Vector and Hashtable

2002-06-29 Thread Peter Lyons
I've just started using xml-rpc, and I found it very straightforward and had it integrated into a WebObjects webapp in short order, so thanks to all the developers! I'd like to patch some of the sources to use java.util.List/Map instead of Vector/Hashtable so users could choose which collection i

Using List and Map instead of Vector and Hashtable

2002-06-29 Thread Peter Lyons
I've just started using xml-rpc, and I found it very straightforward and had it integrated into a WebObjects webapp in short order, so thanks to all the developers! I'd like to patch some of the sources to use java.util.List/Map instead of Vector/Hashtable so users could choose which collection i