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
sahisahi 

Integrating Java with Apex

 

  Is it possible to communicate from salesforce to Java,

 

   I mean to say in my application if I perform a button click in my page 

   it should get the google sites which are present in my gmail,for getting sites I have  code in java,I have to use

   that code for getting the sites through java integration to salesforce.How can I communicate with this 

  code in to my VF page.

 

 

 

      If any one know the solution please help me..

*werewolf**werewolf*

If you expose a SOAP web service in your Java code, then you can create a WSDL with it and consume that web service in the Apex controller that backs your Visualforce page.