Tim Peierls wrote:
> > There is a 1.1 collections compatibility jar from Sun. Would
> > that do the trick for your 1.1 user base?

Jim Redman wrote:
> I can't find the jar to download, nor the license, but in priciple I
> have no objections. ... And I'm definitly not opposed to performance
> improvements.

The README is in

http://java.sun.com/products/javabeans/infobus/collectionsreadme.html

and the download (zip, not jar) is via a link from

http://java.sun.com/products/javabeans/infobus/index.html

But right away there's a problem: Collections classes in 
the 1.1 port have been repackaged in com.sun.java.util.collections.
To use this with the org.apache.xmlrpc code would require some
fancy Antwork (to build a special 1.1 version of the xml-rpc
client jar). But it could be done. 

--tim

Reply via email to