The video outlines how to set up the Eclipse IDE and configure a simple hello world sample to work against IBM SmartCloud for Social Business.
Below are some links and snippets you need for the setup.
Setup Hello World Sample against IBM Connections (on-prem) on IBM Greenhouse
IBM SmartCloud Engage for 60 Days Trial
IBM SmartCloud for Social Business Admin UI
Replace in sbt.properties:
smartcloudOA2.url=http://apps.na.collabservtest.lotus.com
smartcloudOA2.appName=connections
smartcloudOA2.appId=connections
smartcloudOA2.clientID=
smartcloudOA2.clientSecret=
smartcloudOA2.apiVersion=3.0
Replace in managed-beans.xml:
managed-bean
managed-bean-name defaultEnvironment managed-bean-name
managed-bean-class com.ibm.sbt.jslibrary.SBTEnvironment managed-bean-class
managed-bean-scope application managed-bean-scope
managed-property
property-name endpoints property-name
value smartcloudOA2:connections value
managed-property
managed-bean
Un-comment in server.xml:
Connector port=”8443″ protocol=”org.apache.coyote.http11.Http11Protocol” maxThreads=”150″ SSLEnabled=”true” scheme=”https” secure=”true” clientAuth=”false” sslProtocol=”TLS”