Spring Social Salesforce is a Spring Social extension that provides connection support and API binding for the Salesforce REST API.
To check out the project and build from source, do the following:
git clone git://github.com/jottley/spring-social-salesforce.git
cd spring-social-salesforce
mvn clean install
To include in your maven project, use the following repository and dependency
<repositories>
...
<repository>
<id>repsy</id>
<url>https://repo.repsy.io/mvn/jottley/spring-social-salesforce</url>
</repository>
...
</repositories>
<dependencies>
...
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-salesforce</artifactId>
<version>1.2.3.RELEASE</version>
</dependency>
...
</dependencies>
There is a spring boot quickstart app available at https://github.com/jottley/spring-social-salesforce-quickstart