SlideShare a Scribd company logo
1 of 75
Download to read offline
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

What's hot

Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
paulbastide
 
The Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App DevThe Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App Dev
IBM Connections Developers
 
Apps, Apps, and More Apps: Meet the Very Best Open Source Apps from OpenNTF -...
Apps, Apps, and More Apps: Meet the Very Best Open Source Apps from OpenNTF -...Apps, Apps, and More Apps: Meet the Very Best Open Source Apps from OpenNTF -...
Apps, Apps, and More Apps: Meet the Very Best Open Source Apps from OpenNTF -...
Bruce Elgort
 

What's hot (14)

How to extend IBM Connections Communities and Profiles
How to extend IBM Connections Communities and ProfilesHow to extend IBM Connections Communities and Profiles
How to extend IBM Connections Communities and Profiles
 
DNUG Closing Session - ICS App Dev Update - 06/07/13
DNUG Closing Session - ICS App Dev Update - 06/07/13DNUG Closing Session - ICS App Dev Update - 06/07/13
DNUG Closing Session - ICS App Dev Update - 06/07/13
 
Philipe Riand - Building Social Applications using the Social Business Toolki...
Philipe Riand - Building Social Applications using the Social Business Toolki...Philipe Riand - Building Social Applications using the Social Business Toolki...
Philipe Riand - Building Social Applications using the Social Business Toolki...
 
IBM Social Business Toolkit SDK - Playground and Scenarios
IBM Social Business Toolkit SDK - Playground and ScenariosIBM Social Business Toolkit SDK - Playground and Scenarios
IBM Social Business Toolkit SDK - Playground and Scenarios
 
AD301: What's New in the IBM Social Business Toolkit
AD301: What's New in the IBM Social Business ToolkitAD301: What's New in the IBM Social Business Toolkit
AD301: What's New in the IBM Social Business Toolkit
 
AnDevCon: Introduction to Darwino
AnDevCon: Introduction to DarwinoAnDevCon: Introduction to Darwino
AnDevCon: Introduction to Darwino
 
Lotusphere 2012 AD105
Lotusphere 2012 AD105Lotusphere 2012 AD105
Lotusphere 2012 AD105
 
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
 
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
 
The Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App DevThe Power of IBM SmartCloud for Social Business and XPages App Dev
The Power of IBM SmartCloud for Social Business and XPages App Dev
 
Apps, Apps, and More Apps: Meet the Very Best Open Source Apps from OpenNTF -...
Apps, Apps, and More Apps: Meet the Very Best Open Source Apps from OpenNTF -...Apps, Apps, and More Apps: Meet the Very Best Open Source Apps from OpenNTF -...
Apps, Apps, and More Apps: Meet the Very Best Open Source Apps from OpenNTF -...
 
IBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By Example
IBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By ExampleIBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By Example
IBM Connect 2014 - AD204: What's new in the IBM Domino Objects: By Example
 
MAS202 - Customizing IBM Connections
MAS202 - Customizing IBM ConnectionsMAS202 - Customizing IBM Connections
MAS202 - Customizing IBM Connections
 
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
IBM Connect 2014 SHOW501 Mastering Social Development Using the IBM Collabora...
 

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

JMP102 Extending Your App Arsenal With OpenSocial
JMP102 Extending Your App Arsenal With OpenSocialJMP102 Extending Your App Arsenal With OpenSocial
JMP102 Extending Your App Arsenal With OpenSocial
Ryan Baxter
 
IBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component DeploymentIBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component Deployment
Rahul A. Garg
 
AD308: XPages in a Social World
AD308: XPages in a Social WorldAD308: XPages in a Social World
AD308: XPages in a Social World
paidi_ed
 
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser PluginWhat's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
Rahul A. Garg
 

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

How to use the Social Business Development Environments
How to use the Social Business Development EnvironmentsHow to use the Social Business Development Environments
How to use the Social Business Development Environments
 
IBM Connect AD206 IBM Domino XPages – Embrace, Extend, Integrate
IBM Connect AD206 IBM Domino XPages –  Embrace, Extend, IntegrateIBM Connect AD206 IBM Domino XPages –  Embrace, Extend, Integrate
IBM Connect AD206 IBM Domino XPages – Embrace, Extend, Integrate
 
IBM Collaboration Solutions Application Development - Frequently Asked Questions
IBM Collaboration Solutions Application Development - Frequently Asked QuestionsIBM Collaboration Solutions Application Development - Frequently Asked Questions
IBM Collaboration Solutions Application Development - Frequently Asked Questions
 
Show110 - Make your business Open and Social using IBM Notes Social Edition 9.0
Show110 - Make your business Open and Social using IBM Notes Social Edition 9.0Show110 - Make your business Open and Social using IBM Notes Social Edition 9.0
Show110 - Make your business Open and Social using IBM Notes Social Edition 9.0
 
Connect 2014 - Key108 - Application Development Strategy
Connect 2014 - Key108  - Application Development StrategyConnect 2014 - Key108  - Application Development Strategy
Connect 2014 - Key108 - Application Development Strategy
 
ICS usergroup dev day2014_application development für die ibm smartcloud for ...
ICS usergroup dev day2014_application development für die ibm smartcloud for ...ICS usergroup dev day2014_application development für die ibm smartcloud for ...
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 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
 
IBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development StrategyIBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development Strategy
 
How to enhance Email with Embedded Experiences
How to enhance Email with Embedded ExperiencesHow to enhance Email with Embedded Experiences
How to enhance Email with Embedded Experiences
 
Open Standards For Social Business Apps
Open Standards For Social Business AppsOpen Standards For Social Business Apps
Open Standards For Social Business Apps
 
JMP102 Extending Your App Arsenal With OpenSocial
JMP102 Extending Your App Arsenal With OpenSocialJMP102 Extending Your App Arsenal With OpenSocial
JMP102 Extending Your App Arsenal With OpenSocial
 
Integrating Social XPage Applications into the Domino Enterprise using IBM SB...
Integrating Social XPage Applications into the Domino Enterprise using IBM SB...Integrating Social XPage Applications into the Domino Enterprise using IBM SB...
Integrating Social XPage Applications into the Domino Enterprise using IBM SB...
 
1812 icap-v1.3 0430
1812 icap-v1.3 04301812 icap-v1.3 0430
1812 icap-v1.3 0430
 
Ibm worklight - going from xpages mobile to native mobile applications
Ibm worklight - going from xpages mobile to native mobile applicationsIbm worklight - going from xpages mobile to native mobile applications
Ibm worklight - going from xpages mobile to native mobile applications
 
IBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component DeploymentIBM Domino 9.0 Social Edition OpenSocial Component Deployment
IBM Domino 9.0 Social Edition OpenSocial Component Deployment
 
IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...
IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...
IBM Connect 2014 - AD301: What’s New on the IBM Social Business Toolkit Versi...
 
IBM Connect 2014 KEY102
IBM Connect 2014 KEY102IBM Connect 2014 KEY102
IBM Connect 2014 KEY102
 
AD308: XPages in a Social World
AD308: XPages in a Social WorldAD308: XPages in a Social World
AD308: XPages in a Social World
 
OpenWhisk Introduction
OpenWhisk IntroductionOpenWhisk Introduction
OpenWhisk Introduction
 
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser PluginWhat's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
What's New in IBM iNotes 9.0 Social Edition & IBM Notes Browser Plugin
 

More from IBM Connections Developers

More from IBM Connections Developers (10)

IBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocial
IBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocialIBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocial
IBM Connect 2014 - JMP103: Extending Your Application Arsenal With OpenSocial
 
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
 
IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...
IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...
IBM Connect 2014 - SHOW501: Mastering Social Development Using the IBM Collab...
 
IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...
IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...
IBM Connect 2014 - BP207: Don’t Reinvent the Wheel – (Re)use Open Source Soft...
 
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 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
IBM Connect 2014 - AD206: Build Apps Rapidly by Leveraging Services from IBM ...
 
Technology to deliver Exceptional Social Digital Experiences
Technology to deliver Exceptional Social Digital ExperiencesTechnology to deliver Exceptional Social Digital Experiences
Technology to deliver Exceptional Social Digital Experiences
 
What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1What’s new for Developers in IBM Domino & Domino Designer 9.0.1
What’s new for Developers in IBM Domino & Domino Designer 9.0.1
 
Learn everything about IBM iNotes Customization
Learn everything about IBM iNotes CustomizationLearn everything about IBM iNotes Customization
Learn everything about IBM iNotes Customization
 
How to add your own OpenSocial Gadgets to IBM Connections
How to add your own OpenSocial Gadgets to IBM ConnectionsHow to add your own OpenSocial Gadgets to IBM Connections
How to add your own OpenSocial Gadgets to IBM Connections
 
How to access the Activity Stream in IBM Connections
How to access the Activity Stream in IBM ConnectionsHow to access the Activity Stream in IBM Connections
How to access the Activity Stream in IBM Connections
 

Recently uploaded

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Recently uploaded (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

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