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
Jhon68Jhon68 

How can I connect java from salesforce???

Hi All,

I am new to cloud development.

How can I connect java from salesforce.if I enter Account details then these details will store in salesforce database but what I want is these details also store java backend sql.now my question is how can I connect SQL database from salesforce.

Any help is appreciated

.

 

-----

Thanks 

John

Navatar_DbSupNavatar_DbSup

Hi,

 

Salesforce to java integration follow the below link:

 

http://www.devx.com/SaaS/Article/44382

 

http://ketanjetty.com/coldfusion/useful-code/salesforce-integration/

 

http://www.forcetree.com/2011/12/java-to-salesforcecom-integration-using.html

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

Abhinav GuptaAbhinav Gupta

You can try Tolerado web service wrappers also, here is a post from salesforce blogs : http://blogs.developerforce.com/developer-relations/2010/07/supercharge-your-java-apps-for-better-use-of-forcecom-web-service-apis-with-tolerado.html

 

Tolerado is available for both Apache Axis 1.4 and WSC.