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
anil 007anil 007 

Salesforce.com integration with java

hi,

 

i am new to integration part,iam trying to integrate sforce with java

 

please tell me how can i achive it.

 

 

cloudcodercloudcoder

Try starting with the following. There are lots of code samples and information to get you started.

 

http://wiki.developerforce.com/index.php/Web_Services_API#Java

Mark SFMark SF
SalesforceODBCSalesforceODBC

You could avoid having to write additional code for web services by using Progress DataDirect's standards-based JDBC connectivity: http://www.datadirect.com/products/jdbc/salesforce/index.html.

 

In the interest of full disclosure, I do work for Progress DataDirect, but you will find this JDBC driver enables you to develop applications as you would against Oracle or any other relational database, allowing you to use your SQL skill set against Salesforce.