SlideShare a Scribd company logo
IBM SmartCloud for Social Business:
Programmatic Access & Extensibility

Philippe Riand, IBM Collaboration Solutions Social Application Development Architect
Niklas Heidloff, IBM Collaboration Solutions App Dev Advocate
Mark Wallace, IBM Collaboration Solutions Social Business Toolkit SDK Architect

12/10/13
Disclaimers
IBM’s statements regarding its plans, directions, and intent are subject to change or
withdrawal without notice at IBM’s sole discretion.
Information regarding potential future products is intended to outline our general product
direction and it should not be relied on in making a purchasing decision.
The information mentioned regarding potential future products is not a commitment,
promise, or legal obligation to deliver any material, code or functionality. Information about
potential future products may not be incorporated into any contract. The development,
release, and timing of any future features or functionality described for our products remains
at our sole discretion.
Performance is based on measurements and projections using standard IBM benchmarks in
a controlled environment. The actual throughput or performance that any user will
experience will vary depending upon many factors, including considerations such as the
amount of multiprogramming in the user’s job stream, the I/O configuration, the storage
configuration, and the workload processed. Therefore, no assurance can be given that an
individual user will achieve results similar to those stated here.

2

© 2013 IBM Corporation
Agenda
●
●
●
●

Quick introduction to SmartCloud for Social Business
Real life scenarios involving the platform
Getting started for developers using the SDK
References, what's coming next and conclusion

© 2013 IBM Corporation
What's is Smartcloud for Social Business?
●

Smartcloud for Social Business is a
social framework
●
Provides a set of social services
that can be consumed by any
application
●
Social: Profiles, communities,
activities, files, activity streams...
●
Instant messaging and meetings
●
Email
●
Provides an end user UI for
accessing the social data
●
Web and Mobile

© 2013 IBM Corporation
What is relevant from an Application Development Standpoint?
●

●

●

●

Extending or consume cloud services
●
Integrating with the Smartcloud UI
●
Consuming our cloud social services in other applications
Profiles, communities, activities...
Provisioning and managing your customers and users
●
Working with BSS provisioning UI and APIs
●
Creating subscriptions
Customizing the cloud look and feel
●
Themes, logos, URLs
Extensibility is based on open standards
●
The services are exposed through a series of REST APIs
●
Based on either the ATOM standard, or the OpenSocial
specifications
●
Security and authentication - OAuth, SAML

© 2013 IBM Corporation
Scenarios: Extensibility and Social Apps
●

●

6

Extensibility / Inside – Out
●
Extend the SmartCloud for Social Business user interface to include
jumping off points to your functions
●
Examples: Extensions to communities, embedded experiences in the
activity streams
●
Via the Smartcloud Extension Manager
Social Apps / Outside – In
●
Utilize the services of SmartCloud for Social Business as
infrastructure for your offerings
●
Examples: Context based searches in IBM Connections from apps,
discussions stored in communities
●
Via the Social Business Tookit SDK

© 2013 IBM Corporation
Sample Scenario: Partner Community
●

●

7

IBM SmartCloud for Social Business (SC4SB) provides a big set of out
of the box functionality, for example:
●
Ability to invite guests
●
File synchronization for offline mobile usage
●
Communities with forums, files, etc.
Apps can be developed to extend the SC4SB functionality to implement
specific business requirements, specifically:
●
Workflow functionality / task assignments
●
Internal discussions

© 2013 IBM Corporation
Sample Scenario: Partner Community
●

●

●

●

8

Zeta Insurance is a fictive health insurance company that sells their
products through partners, the insurance brokers
For the communication with partners a SC4SB community is used
●
New partners can easily be added as guests
●
Product brochures are stored in the community as files
●
Brokers can ask questions about products via forums
Insurances brokers use the out of the box SC4SB community UX
●
Web UI and mobile app
●
File synch to mobile app for offline usage
The Zeta Insurance support team uses an internal support app
●
To avoid that multiple people work on same question
●
To avoid having internal discussions in front of partners

© 2013 IBM Corporation
Sample Scenario: Partner Community
Zeta Insurance
Support Specialists

Insurance Brokers

Paul Zhou

Samantha Daryn

Alan Goodwin

SC4SB Community
Internal Support App

9

© 2013 IBM Corporation
10

© 2013 IBM Corporation
11

© 2013 IBM Corporation
12

© 2013 IBM Corporation
13

© 2013 IBM Corporation
14

© 2013 IBM Corporation
15

© 2013 IBM Corporation
16

© 2013 IBM Corporation
17

© 2013 IBM Corporation
18

© 2013 IBM Corporation
19

© 2013 IBM Corporation
20

© 2013 IBM Corporation
21

© 2013 IBM Corporation
22

© 2013 IBM Corporation
23

© 2013 IBM Corporation
24

© 2013 IBM Corporation
25

© 2013 IBM Corporation
26

© 2013 IBM Corporation
27

© 2013 IBM Corporation
28

© 2013 IBM Corporation
29

© 2013 IBM Corporation
30

© 2013 IBM Corporation
31

© 2013 IBM Corporation
32

© 2013 IBM Corporation
33

© 2013 IBM Corporation
34

© 2013 IBM Corporation
35

© 2013 IBM Corporation
Getting Started with SmartCloud for Social Business
●

Free trial is offered, at no cost!
●
60 days of no-cost access
●
Full suite of collaboration tools
●
Unlimited web meetings for up to 199 participants
●
Webmail, calendar, and contacts
●
25 accounts, each with 1.0 GB of collaboration and 1.0 GB of mail
●
https://www.ibm.com/cloud-computing/social/us/en/

© 2013 IBM Corporation
The SmartCloud Administration UI
●

●

The SmartCloud Administration UI is available to the organization
administrators
●
Role to set at the user account level
For developers, it allows:
●
Management of internal apps
●
OAuth Keys
●
Management of the extensions
●
Action items, menus...
●
Add custom fields to Profiles
●
Ex: External identity on Twitter, Facebook...

© 2013 IBM Corporation
Managing the Extensions
Administration → Manage Organization
Organization Extensions → Add Extension

© 2013 IBM Corporation
OAuth for API Access
Create the credentials for OAuth 1.0a & 2.0

© 2013 IBM Corporation
The Social Business SDK
●

●

●

●

Provides ready to use code libraries to connect with the social platform
●
Targets JavaTM, JavaScript and XPages developers
●
Supports Dojo and JQuery as JavaScript libraries
Large set of reusable code snippets
●
550+ JavaScript code snippets
●
200+ Java code snippets
●
XPages, and more coming
Layered APIs
●
Core layer handling all the low level details (authentication, servers...)
●
Higher level wrappers hiding the REST services and providing an easy
to use API
●
Full ATOM/JSON content is always available
UI controls to directly embed social data and behaviors within HTML
pages
●
Growing list of available components: communities, files, profiles...
© 2013 IBM Corporation
The Social Business Playground and the API Explorer
●

●

●

Developer's landing place to understand the Social APIs and the SDK
●
Available on IBM GreenHouse from any browser
http://bit.ly/sbtplayground
Exposes JavaScript, Java and XPages Snippets
●
The code snippets are ready to be copy/paste into applications
API Explorer
●
Shows REST APIs in action
●
A subset of the APIs are currently available, but the goal is to expose
all the APIs this way

© 2013 IBM Corporation
The Social Business Playground and the API Explorer

© 2013 IBM Corporation
The Social Business Playground and the API Explorer

© 2013 IBM Corporation
Get Access to the Community
●

●

●

The developers entry points
●
IBM DeveloperWorks: https://developer.ibm.com/social
●
IBM Greenhouse playground for APIs:
https://greenhouse.lotus.com/sbt/sbtplayground.nsf/Home.xsp
●
SDK Documentation: http://bit.ly/ibmsbtdoc
Leveraging the existing developer hubs
●
SBT YouTube channel: http://www.youtube.com/user/IBMSBT
●
Bi-weekly webminars, see: https://www.ibmdw.net/social/events/
●
Source code on GitHub: https://github.com/OpenNTF/SocialSDK
●
Presentation on SlideShare: http://www.slideshare.net/IBMSBT
Questions and answers StackOverflow:
http://stackoverflow.com/questions/tagged/ibmsbt

© 2013 IBM Corporation
Using the Social Business SDK
●

Sign up for SmartCloud for Social Business trial
●

●

Create your first SDK-based application
●

●

Deploy JavaScript library and Server Assets

Explore SDK samples
●

●

Takes < 5 mins to create an account and you just need an email address
www.ibm.com/cloud-computing/social/us/en/startatrial/

Show different types of samples

Integrate your application with SmartCloud for Social Business
●

Using SmartCloud Navigation bar

© 2013 IBM Corporation
Creating a Social Application
●

Clone our Git repository or copy source (master or release)
https://github.com/OpenNTF/SocialSDK.git
https://github.com/OpenNTF/SocialSDK/archive/master.zip
https://github.com/OpenNTF/SocialSDK/releases

●

Build commons and sdk projects
cd to SocialSDK/commons and run mvn clean install
cd to SocialSDK/sdk and run mvn clean install
Builds available in a public Maven repository soon

●

Configure your preferred J2EE server in Eclipse
Social Business Toolkit SDK – Installation Guide

●

Import Social Business Toolkit JS Library and My Social sample
SocialSDK/sdk/com.ibm.sbt.web
SocialSDK/samples/j2ee/templates/mysocial.webapp
© 2013 IBM Corporation
Creating a Social Application
1) Configure SmartCloud endpoint
Select OAuth 2.0 endpoint in managed beans xml
Configure OAuth 2.0 settings in sbt.properties
smartcloudOA2.url=<https://apps.na.collabserv.com>
smartcloudOA2.appName=<mysocial_local>
smartcloudOA2.clientID=<app_XXXX>
smartcloudOA2.clientSecret=<XXXXXX>

© 2013 IBM Corporation
Sc
re
en
sh
t
s
o

Creating a Social Application

© 2013 IBM Corporation
Eclipse IDE (Java EE)
Web applications deployed to Tomcat

© 2013 IBM Corporation
Enable SSL (context.xml and keystore)
Provide configuration (sbt.properties)

© 2013 IBM Corporation
mysocial.webapp → managed-beans.xml
© 2013 IBM Corporation
mysocial.webapp → web.xml
© 2013 IBM Corporation
mysocial.webapp → pom.xml
© 2013 IBM Corporation
mysocial.webapp → index.html (head)
© 2013 IBM Corporation
mysocial.webapp → index.html (body)
© 2013 IBM Corporation
mysocial.webapp → Grant Access
© 2013 IBM Corporation
mysocial.webapp → Social Data
© 2013 IBM Corporation
mysocial.webapp → Custom Actions
© 2013 IBM Corporation
Sc
re
en
sh
t
s
o

Explore SDK Samples

© 2013 IBM Corporation
Playground
© 2013 IBM Corporation
Demonstration Snippet
© 2013 IBM Corporation
API Snippets
© 2013 IBM Corporation
Control Snippets
© 2013 IBM Corporation
REST Snippets
© 2013 IBM Corporation
Sc
re
en
sh
t
s
o

Integrate Your Application

© 2013 IBM Corporation
Admin → Mange Organizations → Organization Extensions
© 2013 IBM Corporation
Add Extension → Service → Top Navigation bar
© 2013 IBM Corporation
Apps → My Social App
© 2013 IBM Corporation
mysocial.webapp → index.html → Add SmartCloud theme
© 2013 IBM Corporation
mysocial.webapp → index.html → Add SmartCloud Navigation bar
© 2013 IBM Corporation
mysocial.webapp → SmartCloud Navigation bar
© 2013 IBM Corporation
SmartCloud for Social Business Documentation
●

http://www-10.lotus.com/ldd/bhwiki.nsf

© 2013 IBM Corporation
What is Coming Next?
●
●
●
●
●

●

Continuing on the API parity and completeness
Embedded Experience for the Activity Streams
Access SPIs using MQTT broker and custom events
Custom login page
Community applications
All APIs exposed in the
Playground - API Explorer

© 2013 IBM Corporation
Resources and Questions
●
●
●
●
●
●
●

74

Home page: http://ibmdw.net/social
SDK: http://ibmsbt.openntf.org
GitHub: https://github.com/OpenNTF/SocialSDK
StackOverflow: #ibmsbt
Twitter: @ibmsbt
YouTube: http://youtube.com/ibmsbt
Playground: http://bit.ly/sbtplayground

© 2013 IBM Corporation
Acknowledgements and Disclaimers
Availability: References in this presentation to IBM products, programs, or services do not imply that they will be available in all
countries in which IBM operates.
The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are
provided for informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or
advice to any participant. While efforts were made to verify the completeness and accuracy of the information contained in this
presentation, it is provided AS-IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising
out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this presentation is intended to,
nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and
conditions of the applicable license agreement governing the use of IBM software.
All customer examples described are presented as illustrations of how those customers have used IBM products and the results they
may have achieved. Actual environmental costs and performance characteristics may vary by customer. Nothing contained in these
materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific
sales, revenue growth or other results.

© Copyright IBM Corporation 2013. All rights reserved.
– U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
IBM Corp.
IBM, the IBM logo, ibm.com, Rational, the Rational logo, Telelogic, the Telelogic logo, Green Hat, the Green Hat logo, and other IBM
products and services are trademarks or registered trademarks of International Business Machines Corporation in the United States,
other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a
trademark symbol (® or ™), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information
was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is
available on the Web at “Copyright and trademark information” at www.ibm.com/legal/copytrade.shtml
Other company, product, or service names may be trademarks or service marks of others.

75

© 2013 IBM Corporation

More Related Content

PDF
Philipe Riand - Building Social Applications using the Social Business Toolki...
PPTX
AnDevCon: Introduction to Darwino
PDF
Application Development for IBM Connections with IBM Bluemix
PDF
The Power of IBM SmartCloud for Social Business and XPages App Dev
PDF
IBM Connect 2014 - BP207 - Don’t Reinvent the Wheel - (Re)use Open Source Sof...
PDF
IBM Enterprise Social Solutions on Bluemix (XPages and Connections)
PDF
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
PPT
Social Applications made easy with the new Social Business Toolkit SDK
Philipe Riand - Building Social Applications using the Social Business Toolki...
AnDevCon: Introduction to Darwino
Application Development for IBM Connections with IBM Bluemix
The Power of IBM SmartCloud for Social Business and XPages App Dev
IBM Connect 2014 - BP207 - Don’t Reinvent the Wheel - (Re)use Open Source Sof...
IBM Enterprise Social Solutions on Bluemix (XPages and Connections)
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
Social Applications made easy with the new Social Business Toolkit SDK

What's hot (17)

PPTX
BP 308 - The Journey to Becoming a Social Application Developer
PDF
IBM Connect 2014 - AD206 - Build Apps Rapidly by Leveraging Services from IBM...
PDF
DNUG Closing Session - ICS App Dev Update - 06/07/13
ODP
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
ODP
Connect 2014 - AD202 - Get the best out of bootstrap with bootstrap4 x-pages
PDF
Ten Minutes Bluemix Pitch from Dev to Dev
PDF
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
ODP
AD301: What's New in the IBM Social Business Toolkit
PDF
Developing XPages Applications
PDF
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
ODP
PDF
IBM Social Business Toolkit SDK - Playground and Scenarios
PDF
OpenNTF Webinar 05/07/13: OpenNTF - The IBM Collaboration Solutions App Dev C...
PPTX
Kony one studio technical training
PDF
Lotusphere 2012 AD105
PDF
Building Effective and Rapid Applications with IBM MobileFirst Platform
PPT
Bluemix and DevOps workshop lab
BP 308 - The Journey to Becoming a Social Application Developer
IBM Connect 2014 - AD206 - Build Apps Rapidly by Leveraging Services from IBM...
DNUG Closing Session - ICS App Dev Update - 06/07/13
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
Connect 2014 - AD202 - Get the best out of bootstrap with bootstrap4 x-pages
Ten Minutes Bluemix Pitch from Dev to Dev
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
AD301: What's New in the IBM Social Business Toolkit
Developing XPages Applications
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
IBM Social Business Toolkit SDK - Playground and Scenarios
OpenNTF Webinar 05/07/13: OpenNTF - The IBM Collaboration Solutions App Dev C...
Kony one studio technical training
Lotusphere 2012 AD105
Building Effective and Rapid Applications with IBM MobileFirst Platform
Bluemix and DevOps workshop lab
Ad

Viewers also liked (7)

PDF
IBM Connections 4.5 Reviewer's Guide
ODP
IBM SmartCloud Connections Overview - Q2 2014
PPTX
What's New in IBM Connections Social Cloud - Q2 2015
PDF
What’s New in IBM Connections 4.5 and IBM Connections Content Manager
PPTX
IBM Connections Cloud Administration
PDF
What's New in IBM Connections Social Cloud - Q2 2016
PPTX
XCC Cloud for IBM Connections Cloud
IBM Connections 4.5 Reviewer's Guide
IBM SmartCloud Connections Overview - Q2 2014
What's New in IBM Connections Social Cloud - Q2 2015
What’s New in IBM Connections 4.5 and IBM Connections Content Manager
IBM Connections Cloud Administration
What's New in IBM Connections Social Cloud - Q2 2016
XCC Cloud for IBM Connections Cloud
Ad

Similar to Programmatic Access to and Extensibility of the IBM SmartCloud for Social Business (20)

PDF
How to use the Social Business Development Environments
PDF
ICS usergroup dev day2014_application development für die ibm smartcloud for ...
PDF
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
PDF
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
PDF
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
ODP
Connect 2014 - Key108 - Application Development Strategy
PDF
ID301 - What’s Coming in IBM Connections
PPT
Social Business Reference Architecture
PDF
2013-03 - CeBIT - DNUG - Activity Streams
PDF
Dannotes 50 - Collaboration Administration
PPTX
Turning the IBM Collaboration Ecosystem Pink
PPTX
App dev and partner ecosystem for pink social connections 2017
PDF
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
ODP
The IBM Social Business Toolkit
PDF
IBM Connections 4.0 Installation From Zero To Social Hero - 1.03 with AD LDAP
PPTX
Better Business Insight Means Better Business Decisions (11/11/12)
PDF
IBM Connect AD206 IBM Domino XPages – Embrace, Extend, Integrate
PDF
Lotusphere 2012 - What's new in IBM Connections
ODP
IBM Platform for Social Business IamLUG 2013
ODP
Jmp303 the great howto 5
How to use the Social Business Development Environments
ICS usergroup dev day2014_application development für die ibm smartcloud for ...
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
Connect 2014 - Key108 - Application Development Strategy
ID301 - What’s Coming in IBM Connections
Social Business Reference Architecture
2013-03 - CeBIT - DNUG - Activity Streams
Dannotes 50 - Collaboration Administration
Turning the IBM Collaboration Ecosystem Pink
App dev and partner ecosystem for pink social connections 2017
IBM Connections 4.0 Installation - From Zero To Social Hero 1.16 for Domino LDAP
The IBM Social Business Toolkit
IBM Connections 4.0 Installation From Zero To Social Hero - 1.03 with AD LDAP
Better Business Insight Means Better Business Decisions (11/11/12)
IBM Connect AD206 IBM Domino XPages – Embrace, Extend, Integrate
Lotusphere 2012 - What's new in IBM Connections
IBM Platform for Social Business IamLUG 2013
Jmp303 the great howto 5

More from Niklas Heidloff (20)

PDF
Reactive Microservices with Quarkus
PDF
Jakarta Tech Talk: How to develop your first cloud-native Application with Java
PDF
How to develop your first cloud-native Applications with Java - 30 Minutes
PDF
How to develop your first cloud-native Applications with Java
PDF
Blue Cloud Mirror
PDF
IBM at JavaLand
PDF
Serverless Web Applications on the IBM Cloud
PDF
Development of AI Applications without Machine Learning Skills
PDF
Developing Serverless Applications with Apache OpenWhisk
PDF
When to use Serverless? When to use Kubernetes?
PDF
Create Alexa Skills using IBM Watson Conversation and Apache OpenWhisk
PDF
Visual Recognition with Anki Cozmo and TensorFlow
PPTX
Writing Slack Bots in JavaScript
PDF
Building Serverless Web Applications with OpenWhisk
PDF
IBM Bluemix Continuous Delivery
PPTX
Cognitive IBM Watson Services for Bluemix Developers
PPTX
IBM Bluemix Demo with Anki Overdrive Cars
PDF
Rapid Application Development with Docker
PDF
Collaborative Line of Business Applications on IBM Bluemix
PDF
Rapid Application Development in the Cloud and On-Premises with Docker
Reactive Microservices with Quarkus
Jakarta Tech Talk: How to develop your first cloud-native Application with Java
How to develop your first cloud-native Applications with Java - 30 Minutes
How to develop your first cloud-native Applications with Java
Blue Cloud Mirror
IBM at JavaLand
Serverless Web Applications on the IBM Cloud
Development of AI Applications without Machine Learning Skills
Developing Serverless Applications with Apache OpenWhisk
When to use Serverless? When to use Kubernetes?
Create Alexa Skills using IBM Watson Conversation and Apache OpenWhisk
Visual Recognition with Anki Cozmo and TensorFlow
Writing Slack Bots in JavaScript
Building Serverless Web Applications with OpenWhisk
IBM Bluemix Continuous Delivery
Cognitive IBM Watson Services for Bluemix Developers
IBM Bluemix Demo with Anki Overdrive Cars
Rapid Application Development with Docker
Collaborative Line of Business Applications on IBM Bluemix
Rapid Application Development in the Cloud and On-Premises with Docker

Recently uploaded (20)

PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
cloud_computing_Infrastucture_as_cloud_p
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
OMC Textile Division Presentation 2021.pptx
PPTX
Chapter 5: Probability Theory and Statistics
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
A comparative analysis of optical character recognition models for extracting...
PPTX
Tartificialntelligence_presentation.pptx
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
1 - Historical Antecedents, Social Consideration.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
cloud_computing_Infrastucture_as_cloud_p
SOPHOS-XG Firewall Administrator PPT.pptx
MIND Revenue Release Quarter 2 2025 Press Release
OMC Textile Division Presentation 2021.pptx
Chapter 5: Probability Theory and Statistics
Univ-Connecticut-ChatGPT-Presentaion.pdf
DP Operators-handbook-extract for the Mautical Institute
Programs and apps: productivity, graphics, security and other tools
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
A comparative study of natural language inference in Swahili using monolingua...
Heart disease approach using modified random forest and particle swarm optimi...
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
WOOl fibre morphology and structure.pdf for textiles
A comparative analysis of optical character recognition models for extracting...
Tartificialntelligence_presentation.pptx
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Unlocking AI with Model Context Protocol (MCP)
1 - Historical Antecedents, Social Consideration.pdf

Programmatic Access to and Extensibility of the IBM SmartCloud for Social Business

  • 1. IBM SmartCloud for Social Business: Programmatic Access & Extensibility Philippe Riand, IBM Collaboration Solutions Social Application Development Architect Niklas Heidloff, IBM Collaboration Solutions App Dev Advocate Mark Wallace, IBM Collaboration Solutions Social Business Toolkit SDK Architect 12/10/13
  • 2. Disclaimers IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion. Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon many factors, including considerations such as the amount of multiprogramming in the user’s job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve results similar to those stated here. 2 © 2013 IBM Corporation
  • 3. Agenda ● ● ● ● Quick introduction to SmartCloud for Social Business Real life scenarios involving the platform Getting started for developers using the SDK References, what's coming next and conclusion © 2013 IBM Corporation
  • 4. What's is Smartcloud for Social Business? ● Smartcloud for Social Business is a social framework ● Provides a set of social services that can be consumed by any application ● Social: Profiles, communities, activities, files, activity streams... ● Instant messaging and meetings ● Email ● Provides an end user UI for accessing the social data ● Web and Mobile © 2013 IBM Corporation
  • 5. What is relevant from an Application Development Standpoint? ● ● ● ● Extending or consume cloud services ● Integrating with the Smartcloud UI ● Consuming our cloud social services in other applications Profiles, communities, activities... Provisioning and managing your customers and users ● Working with BSS provisioning UI and APIs ● Creating subscriptions Customizing the cloud look and feel ● Themes, logos, URLs Extensibility is based on open standards ● The services are exposed through a series of REST APIs ● Based on either the ATOM standard, or the OpenSocial specifications ● Security and authentication - OAuth, SAML © 2013 IBM Corporation
  • 6. Scenarios: Extensibility and Social Apps ● ● 6 Extensibility / Inside – Out ● Extend the SmartCloud for Social Business user interface to include jumping off points to your functions ● Examples: Extensions to communities, embedded experiences in the activity streams ● Via the Smartcloud Extension Manager Social Apps / Outside – In ● Utilize the services of SmartCloud for Social Business as infrastructure for your offerings ● Examples: Context based searches in IBM Connections from apps, discussions stored in communities ● Via the Social Business Tookit SDK © 2013 IBM Corporation
  • 7. Sample Scenario: Partner Community ● ● 7 IBM SmartCloud for Social Business (SC4SB) provides a big set of out of the box functionality, for example: ● Ability to invite guests ● File synchronization for offline mobile usage ● Communities with forums, files, etc. Apps can be developed to extend the SC4SB functionality to implement specific business requirements, specifically: ● Workflow functionality / task assignments ● Internal discussions © 2013 IBM Corporation
  • 8. Sample Scenario: Partner Community ● ● ● ● 8 Zeta Insurance is a fictive health insurance company that sells their products through partners, the insurance brokers For the communication with partners a SC4SB community is used ● New partners can easily be added as guests ● Product brochures are stored in the community as files ● Brokers can ask questions about products via forums Insurances brokers use the out of the box SC4SB community UX ● Web UI and mobile app ● File synch to mobile app for offline usage The Zeta Insurance support team uses an internal support app ● To avoid that multiple people work on same question ● To avoid having internal discussions in front of partners © 2013 IBM Corporation
  • 9. Sample Scenario: Partner Community Zeta Insurance Support Specialists Insurance Brokers Paul Zhou Samantha Daryn Alan Goodwin SC4SB Community Internal Support App 9 © 2013 IBM Corporation
  • 10. 10 © 2013 IBM Corporation
  • 11. 11 © 2013 IBM Corporation
  • 12. 12 © 2013 IBM Corporation
  • 13. 13 © 2013 IBM Corporation
  • 14. 14 © 2013 IBM Corporation
  • 15. 15 © 2013 IBM Corporation
  • 16. 16 © 2013 IBM Corporation
  • 17. 17 © 2013 IBM Corporation
  • 18. 18 © 2013 IBM Corporation
  • 19. 19 © 2013 IBM Corporation
  • 20. 20 © 2013 IBM Corporation
  • 21. 21 © 2013 IBM Corporation
  • 22. 22 © 2013 IBM Corporation
  • 23. 23 © 2013 IBM Corporation
  • 24. 24 © 2013 IBM Corporation
  • 25. 25 © 2013 IBM Corporation
  • 26. 26 © 2013 IBM Corporation
  • 27. 27 © 2013 IBM Corporation
  • 28. 28 © 2013 IBM Corporation
  • 29. 29 © 2013 IBM Corporation
  • 30. 30 © 2013 IBM Corporation
  • 31. 31 © 2013 IBM Corporation
  • 32. 32 © 2013 IBM Corporation
  • 33. 33 © 2013 IBM Corporation
  • 34. 34 © 2013 IBM Corporation
  • 35. 35 © 2013 IBM Corporation
  • 36. Getting Started with SmartCloud for Social Business ● Free trial is offered, at no cost! ● 60 days of no-cost access ● Full suite of collaboration tools ● Unlimited web meetings for up to 199 participants ● Webmail, calendar, and contacts ● 25 accounts, each with 1.0 GB of collaboration and 1.0 GB of mail ● https://www.ibm.com/cloud-computing/social/us/en/ © 2013 IBM Corporation
  • 37. The SmartCloud Administration UI ● ● The SmartCloud Administration UI is available to the organization administrators ● Role to set at the user account level For developers, it allows: ● Management of internal apps ● OAuth Keys ● Management of the extensions ● Action items, menus... ● Add custom fields to Profiles ● Ex: External identity on Twitter, Facebook... © 2013 IBM Corporation
  • 38. Managing the Extensions Administration → Manage Organization Organization Extensions → Add Extension © 2013 IBM Corporation
  • 39. OAuth for API Access Create the credentials for OAuth 1.0a & 2.0 © 2013 IBM Corporation
  • 40. The Social Business SDK ● ● ● ● Provides ready to use code libraries to connect with the social platform ● Targets JavaTM, JavaScript and XPages developers ● Supports Dojo and JQuery as JavaScript libraries Large set of reusable code snippets ● 550+ JavaScript code snippets ● 200+ Java code snippets ● XPages, and more coming Layered APIs ● Core layer handling all the low level details (authentication, servers...) ● Higher level wrappers hiding the REST services and providing an easy to use API ● Full ATOM/JSON content is always available UI controls to directly embed social data and behaviors within HTML pages ● Growing list of available components: communities, files, profiles... © 2013 IBM Corporation
  • 41. The Social Business Playground and the API Explorer ● ● ● Developer's landing place to understand the Social APIs and the SDK ● Available on IBM GreenHouse from any browser http://bit.ly/sbtplayground Exposes JavaScript, Java and XPages Snippets ● The code snippets are ready to be copy/paste into applications API Explorer ● Shows REST APIs in action ● A subset of the APIs are currently available, but the goal is to expose all the APIs this way © 2013 IBM Corporation
  • 42. The Social Business Playground and the API Explorer © 2013 IBM Corporation
  • 43. The Social Business Playground and the API Explorer © 2013 IBM Corporation
  • 44. Get Access to the Community ● ● ● The developers entry points ● IBM DeveloperWorks: https://developer.ibm.com/social ● IBM Greenhouse playground for APIs: https://greenhouse.lotus.com/sbt/sbtplayground.nsf/Home.xsp ● SDK Documentation: http://bit.ly/ibmsbtdoc Leveraging the existing developer hubs ● SBT YouTube channel: http://www.youtube.com/user/IBMSBT ● Bi-weekly webminars, see: https://www.ibmdw.net/social/events/ ● Source code on GitHub: https://github.com/OpenNTF/SocialSDK ● Presentation on SlideShare: http://www.slideshare.net/IBMSBT Questions and answers StackOverflow: http://stackoverflow.com/questions/tagged/ibmsbt © 2013 IBM Corporation
  • 45. Using the Social Business SDK ● Sign up for SmartCloud for Social Business trial ● ● Create your first SDK-based application ● ● Deploy JavaScript library and Server Assets Explore SDK samples ● ● Takes < 5 mins to create an account and you just need an email address www.ibm.com/cloud-computing/social/us/en/startatrial/ Show different types of samples Integrate your application with SmartCloud for Social Business ● Using SmartCloud Navigation bar © 2013 IBM Corporation
  • 46. Creating a Social Application ● Clone our Git repository or copy source (master or release) https://github.com/OpenNTF/SocialSDK.git https://github.com/OpenNTF/SocialSDK/archive/master.zip https://github.com/OpenNTF/SocialSDK/releases ● Build commons and sdk projects cd to SocialSDK/commons and run mvn clean install cd to SocialSDK/sdk and run mvn clean install Builds available in a public Maven repository soon ● Configure your preferred J2EE server in Eclipse Social Business Toolkit SDK – Installation Guide ● Import Social Business Toolkit JS Library and My Social sample SocialSDK/sdk/com.ibm.sbt.web SocialSDK/samples/j2ee/templates/mysocial.webapp © 2013 IBM Corporation
  • 47. Creating a Social Application 1) Configure SmartCloud endpoint Select OAuth 2.0 endpoint in managed beans xml Configure OAuth 2.0 settings in sbt.properties smartcloudOA2.url=<https://apps.na.collabserv.com> smartcloudOA2.appName=<mysocial_local> smartcloudOA2.clientID=<app_XXXX> smartcloudOA2.clientSecret=<XXXXXX> © 2013 IBM Corporation
  • 48. Sc re en sh t s o Creating a Social Application © 2013 IBM Corporation
  • 49. Eclipse IDE (Java EE) Web applications deployed to Tomcat © 2013 IBM Corporation
  • 50. Enable SSL (context.xml and keystore) Provide configuration (sbt.properties) © 2013 IBM Corporation
  • 52. mysocial.webapp → web.xml © 2013 IBM Corporation
  • 53. mysocial.webapp → pom.xml © 2013 IBM Corporation
  • 54. mysocial.webapp → index.html (head) © 2013 IBM Corporation
  • 55. mysocial.webapp → index.html (body) © 2013 IBM Corporation
  • 56. mysocial.webapp → Grant Access © 2013 IBM Corporation
  • 57. mysocial.webapp → Social Data © 2013 IBM Corporation
  • 58. mysocial.webapp → Custom Actions © 2013 IBM Corporation
  • 60. Playground © 2013 IBM Corporation
  • 61. Demonstration Snippet © 2013 IBM Corporation
  • 62. API Snippets © 2013 IBM Corporation
  • 63. Control Snippets © 2013 IBM Corporation
  • 64. REST Snippets © 2013 IBM Corporation
  • 66. Admin → Mange Organizations → Organization Extensions © 2013 IBM Corporation
  • 67. Add Extension → Service → Top Navigation bar © 2013 IBM Corporation
  • 68. Apps → My Social App © 2013 IBM Corporation
  • 69. mysocial.webapp → index.html → Add SmartCloud theme © 2013 IBM Corporation
  • 70. mysocial.webapp → index.html → Add SmartCloud Navigation bar © 2013 IBM Corporation
  • 71. mysocial.webapp → SmartCloud Navigation bar © 2013 IBM Corporation
  • 72. SmartCloud for Social Business Documentation ● http://www-10.lotus.com/ldd/bhwiki.nsf © 2013 IBM Corporation
  • 73. What is Coming Next? ● ● ● ● ● ● Continuing on the API parity and completeness Embedded Experience for the Activity Streams Access SPIs using MQTT broker and custom events Custom login page Community applications All APIs exposed in the Playground - API Explorer © 2013 IBM Corporation
  • 74. Resources and Questions ● ● ● ● ● ● ● 74 Home page: http://ibmdw.net/social SDK: http://ibmsbt.openntf.org GitHub: https://github.com/OpenNTF/SocialSDK StackOverflow: #ibmsbt Twitter: @ibmsbt YouTube: http://youtube.com/ibmsbt Playground: http://bit.ly/sbtplayground © 2013 IBM Corporation
  • 75. Acknowledgements and Disclaimers Availability: References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are provided for informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant. While efforts were made to verify the completeness and accuracy of the information contained in this presentation, it is provided AS-IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this presentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. All customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics may vary by customer. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results. © Copyright IBM Corporation 2013. All rights reserved. – U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. IBM, the IBM logo, ibm.com, Rational, the Rational logo, Telelogic, the Telelogic logo, Green Hat, the Green Hat logo, and other IBM products and services are trademarks or registered trademarks of International Business Machines Corporation in the United States, other countries, or both. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol (® or ™), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. A current list of IBM trademarks is available on the Web at “Copyright and trademark information” at www.ibm.com/legal/copytrade.shtml Other company, product, or service names may be trademarks or service marks of others. 75 © 2013 IBM Corporation