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
harshal09harshal09 

Hello I am Java Developer

I am Java Developer Can I develop application on force.com using Java if yes how to get started ?

 

Please help 

 

Thanks 

Satish_SFDCSatish_SFDC

Yes,

You can develop your own java applications which can connect to Salesforce using the SOAP or REST API's. 

 

However, if you would like to develop an application which runs on force.com you will have to use Apex. Apex is the Salesforce specific language to develop apps on salesforce platform. 

 

If you would like your java apps to run on salesforce, then you can check VMForce / Heroku.

 

You can find all this information and links in the http://developer.force.com/ website.

 

Hope this helps.

 

Regards,

Satish Kumar