I have a From in java App ,when i click the 'SyncSalesforce' button from the java app it shoul create the form in saleforce. can you please tell me how can i do this.
In Salesforce, tabs provide a list of records for a specific type of object. You would use the Salesforce API to create the record from your java application, and the record would be available to be displayed on the appropriate Salesforce tab.