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
VisualForceVisualForce 

Beginner Question

Hi..
 
    I am new to Java development...
 
I am familiar with apex class and visualforce.... If we want to develop apex class it has separate place to deveop it (Develop - Apex Classes ).. Using Eclipse we can deploy into production...
 
In cookbook they give guidance for download the eclipse and how to use it..
 
Like that how we can develop java code in SF..  Which tool is used for it...
 
How to used it.. I have to develop webservice using java code.. In Doc they give guidance generate WSDL file using Delvelop - API - Download Enterprise WSDL .
 
         How to import this wsdl file into Org..
 
Any one give some guidance or link for how to create webservice , java code using in SF ( Like Eclipse guidance in cookbook)
werewolfwerewolf

You cannot host your Java code in Salesforce.com. In Salesforce.com you can only run Apex Code and Visualforce.

 

If you have a Java web service and you want to consume it in Salesforce.com, you can set up Apex to consume your WSDL -- just search the help & training for "Creating An Apex Class From A WSDL."