Posts

Showing posts with the label heroku connected apps with salesforce

Salesforce data access via Java portal

Image
Java portal to Access Salesforce Data I am going to explain to access salesforce data through java portal via heroku. The following steps to consider before start work. The salesforce need to provide out side server access. Then only we can get salesforce data through Rest Api. In Java application what kind of service going to use whether WSDL lib or you can write your own login handshake code. Should know how to push and deploy in Heroku using  java application. In this example i am going to use my own custom login in example code. That will explain you how to log in using rest in java application. Before write java application, you should know which Http client lib you are going to use. In this example i am used the following libs, Maven 3.3.1 Java 1.7 Jersey rest Apache http client Jackson- json The first step to get salesforce gateway to allow us to connect with them. First create a salesforce account. Now i am using my developer account and explain you...