function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
benjasikbenjasik 

Sforce Data Loader Open Source Project

http://blog.sforce.com/sforce/2005/06/sforce_data_loa_1.html

Let us know what you think! The best think to take out of this is the axis.jar file, which implements persistent connections and bi-directional compression. These two features can really help your integrations fly if you are using AXIS
EnderEnder
As to Benji's Axis point, you'll want to look at the CommonsHttpClient class. The actual axis jar is the standard one, without the client-config.wsdd. There is also a new client-config.wsdd in the dataloader src.
colemabcolemab

Any chance we can get the latest version's code released to source forge?