SlideShare a Scribd company logo
1 of 51
AD302: New Ways to Work
with Your IBM Connections
Communities
Bruce Roberts, IBM
robertsb@us.ibm.com
Luis Benitez, IBM
Luis_Benitez@us.ibm.com
© 2014 IBM Corporation
Agenda


Introductions



Connections Communities Overview



What's New – Quick Intro



What's New – Deep Dive
–

End-user function AND

–

Public APIs with demo code



Where to get more information



Wrap-up



Q&A

2
Share Away...

Learning about the awesomeness of #IBMConnections
from @lbenitez & @bruce?

3
Some Market Data

28
# of hours employees
spend writing
emails & searching

4

Source: McKinsey, July 2012
http://www.mckinsey.com/insights/high_tech_telecoms_internet/the_social_economy
That's

70%
of someone's time
spent in oblivion
5

Source: McKinsey, July 2012
http://www.mckinsey.com/insights/high_tech_telecoms_internet/the_social_economy
That's time spent searching, instead of...
Re-using intellectual
capital to:
●
●
●
●

6

drive growth
drive innovation
solve customer problems
sell more ... !
It's time to discover and re-use!

7
Marketplace Trends

68%
of CxO’s focus
is in social/digital
interaction

8

Source: The Customer Activated Enterprise, November 2013
http://public.dhe.ibm.com/common/ssi/ecm/en/gbe03572usen/GBE03572USEN.PDF
Marketplace Trends

87%
of CMO’s primary
technology focus
is collaboration

9

Source: The Customer Activated Enterprise, November 2013
http://public.dhe.ibm.com/common/ssi/ecm/en/gbe03572usen/GBE03572USEN.PDF
10
Social Means Business Value

25%
Improvement in
knowledge worker
productivity

11

Source: McKinsey, July 2012
http://www.mckinsey.com/insights/high_tech_telecoms_internet/the_social_economy
Communities

Hub for Team Collaboration










12

Help people who share common
interests to exchange and share
information and ideas
Create public, private, and
moderated communities
Share files, watch videos, vote on
ideas, plan projects, work with
wikis, forums, and more
Events provides a central place
to plan and coordinate team
events
Measure engagement with
metrics
Leading social business communities
Experts and
Professionals
Expertise

Teams and
Project
Workspaces
Practice

Personal
Networks

Initiatives and
Services

Interest

Engagement

Source: Dion Hinchcliffe; http://zdnet.com/blog/hinchcliffe
13

13
Example Community Types

Public Relations
and Marketing

Project
Execution

Product and
Service
Innovation

Service and
Support

14
14
Source: http://www.zdnet.com/blog/hinchcliffe/should-companies-drive-their-traffic-to-facebook/2127 - June

15
What You Can Do Today
Add Custom Apps to Communities

16

16
What You Can Do Today

Manage your Communities programmatically

Screenshot To-do..

Over to Bruce for a Deep Dive!

17

17
Communities as Social Center for Groups to Get Work Done!






18

Easy for users to get to work!
–
User provisioning for quick start time
–
Simple membership management model and sub-communities
–
Centralized content creation and sharing with well known
components like Files, Forums, Wikis, Media Library etc.
–
Cross-component capabilities: tagging, searching, activity
stream attention management, etc.
–
Available everywhere: Web, Desktop, Mobile
Extensible platform:
–
UI extensions via Widget model
–
Programmatic services:
●
Atom based public APIs for programmatic access to
Community and Component capabilities
●
Java SPIs for back-end event handling.
Admin commands for system administration
Focus of this session


New Communities capabilities (since Connections 4.0) and their associated admin and
programming extensions



Quick demo of each



WARNING: entering the “geek” zone :)

19
What We'll Cover








Widget Development
–
Creating custom widgets
–
Programmatic widget manipulation
Start Page
–
Owner can choose initial page shown for Community
Communities Trash
–
Recover deleted communities from trash
Community re-parenting
–
Move Community to be a Sub-Community and vice-versa



Public API additions and extensions to support programmatic access for each capability



GOAL – Spark ideas for you to use for your customers and installed base!

20
Community Widget Development

21
For Widget Writers


Custom Widgets can be deployed to your server and made available to Community owners
–





Multiple widget instances supported **New**
–
Set uniqueInstance="false" for your widget definition in widget-config.xml
Provide a custom title for your widget **New**
–
Use widget attribute api to set/get widget title:
–
–

22

Has been available for multiple releases. Find out more in online doc (reference at end
of this deck.

this.iContext.getiWidgetAttributes().setItemValue("widgetTitle",form.widgetTitle.value);
Title is persisted
Title is surfaced in all Community UI: search tabs, edit tabs, left navigator, etc.
Widget Feed **new**


List Widgets in a Community

●

Add/remove/re-position/re-title widgets in a community



Usage examples now enabled via programmatic access
–
Templating – provision a Community and populate it with Widgets.

●

This feed is exercised in IBM products now: Portal, Mobile, others.

●

NOTE: For access to underlying content of Widget - use “remote applications” feed.

23
Widget Feed


To get all Widgets
–



http://<server>/communities/service/atom/community/widgets?communityUuid=<id>

To retrieve widgets of a particular type:
–

http:/<server>//communities/service/atom/community/widgets?communityUuid=<id>&widgetDefId=<widgetType>

–

Note: Multiple widget types can be retrieved with multiple &widgetDefId URL
params like this:
●

24

http:///communities/service/atom/community/widgets?
communityUuid=&widgetDefId=CustomLibrary&widgetDefId=Library
Widget Feed






25

Add a Widget (POST to Widget feed)
–
Post to the feed with widgetDefId, Custom
Title(optional), visible or not, column location, location
within column
Modify a widget (PUT to Widget feed)
–
Change title, visible or not, location
Remove a Widget (DELETE request)
Widget Feed
Sample Feed Entry

…
<entry xmlns:snx="http://www.ibm.com/xmlns/prod/sn">
<id>https://brobertsvm3.swg.usma.ibm.com:9444/communities/service/atom/community/widgets?communityUuid=e0a8c3b1-d739-4d16b12b-f208caa3554b&amp;widgetInstanceId=W1de42d9828ad_4e28_9f67_c910abfe79b6</id>
<title type="text">Files</title>
<category term="widget" scheme="http://www.ibm.com/xmlns/prod/sn/type">
</category>
<link href="https://brobertsvm3.swg.usma.ibm.com:9444/communities/service/atom/community/widgets?communityUuid=e0a8c3b1-d7394d16-b12b-f208caa3554b&amp;widgetInstanceId=W1de42d9828ad_4e28_9f67_c910abfe79b6" rel="self"></link>
<link href="https://brobertsvm3.swg.usma.ibm.com:9444/communities/service/atom/community/widgets?communityUuid=e0a8c3b1-d7394d16-b12b-f208caa3554b" rel="edit"></link>
<link href="http://brobertsvm3.swg.usma.ibm.com:9081/communities/service/html/communityview?communityUuid=e0a8c3b1-d739-4d16b12b-f208caa3554b#fullpageWidgetId%3DW1de42d9828ad_4e28_9f67_c910abfe79b6" rel="alternate"></link>
<snx:widgetDefId>Files</snx:widgetDefId>
<snx:widgetInstanceId>W1de42d9828ad_4e28_9f67_c910abfe79b6</snx:widgetInstanceId>
< snx:widgetCategory></snx:widgetCategory>
<snx:hidden>false</snx:hidden>
<snx:location>col2</snx:location>
<snx:previousWidgetInstanceId>Wb5f009ef3412_4a5f_9749_f66e98f78cf2</snx:previousWidgetInstanceId>
</entry>
...
26
Widget Feed
Demo

27
Communities Start Page
User experience






28

Community Owner can optionally determine initial page seen when entering a
Community
Any Community component that appears in left navigation can be made the Start Page
Use to bring members to most used section of Community
●
Example: Wiki page with full wiki editing to control
●
Control what your Community “front door” looks like.
Communities Start Page
URL addressing changes


Some changes to Communities URLs
–
Goal – on upgrade, existing bookmarks go to Start Page
–
Can still bookmark the Overview page by bringing it up in browser and bookmarking
–



Details:
–
communities/service/html/communityview?communityUuid=XXX
●
Redirects to Community start page if one has been set.
–

–

29

communities/service/html/communityoverview?communityUuid=XXX
●
Goes explicitly to Community overview page, can be used to bookmark overview page.
communities/service/html/communitystart?communityUuid=XXX **new**
–
Used to go to community start page if one has been set. Many clients that point to
Communities use this url now: Catalog page, Mega-menu, search results, mail messages.
Communities Start Page
Public API Update Support


Element added to Community instance entry: <snx:communityStartPage/>



No start page set: - empty attribute
–

●

Start page selected – attribute shows widget id for start page:
●

●

30

<snx:communityStartPage></snx:communityStartPage>

<snx:communityStartPage>W09a7c9eaaf41_4fac_9dec_da3c0caffb3e</snx:communitySta
rtPage>

To set/reset start page do PUT to Community instance entry with communitystartPage value
desired
Communities Start Page
Demo

31
Communities Trash

32
Communities Trash
User Experience
●

33

Deleted Communities now go in a Community Trash
Communities Trash
User Experience
●

34

Can be restored by Community owner or
Administrator until purged by background task (default
– after 90 days – controllable by Admin)
Communities Trash
Background Task to Purge from Trash


Communities in trash are “purged” after 90 days by default
●

“purging” is exactly the same logic as Community Delete in 4.5 and earlier
–

●

All Community and component's data are deleted.

communities-config.xml
–

–

35

<!-- Number of days after which a soft-deleted community will be
fully deleted -->
<comm:daysToDelete>90</comm:daysToDelete>
Communities Trash
Admin Commands




36

CommunitiesService.getSoftDeletedCommunityUuidList("date")
–
List all soft-deleted communities deleted prior to “date”
–
CommunitiesService.getSoftDeletedCommunityUuidList() - lists all
CommunitiesService.unDeleteCommunity("communityUuid")
–
Restore community from trash
Communities Trash
Some Implications for Restore




37

When a sub-community is restored – parent may have been modified since
time of deletion. Fixup is done if necessary to maintain Community
integrity:
– Owners of parent must be owners in sub-community.
– Members of sub-community must be members in parent.
– Sub-community must be at least as restrictive in access as parent.
Note – for very typical restore case these actions won't be necessary
Communities Trash
Feed


Community feed gets all communities in trash.



Specified in Community services page:
●

●

●

New category flag for Community Instance feed
●
●
●

38

<collection href="http://brobertsvm3.swg.usma.ibm.com:9081/communities/service/atom/communities/trash">
–
<atom:title xmlns:atom="http://www.w3.org/2005/Atom" type="text">Trash</atom:title>
–
<atom:category xmlns:atom="http://www.w3.org/2005/Atom" scheme="http://www.ibm.com/xmlns/prod/sn/collection"
term="trash"></atom:category>
–
<accept></accept>
</collection>

<category term="deleted" scheme="http://www.ibm.com/xmlns/prod/sn/flags"></category>
Marks Community as being in trash.
Doing a PUT of the same Community ATOM entry to the trash feed without this category flag restores the Community
from the trash.
Communities Trash
Demo

39
Communities Re-parenting




Reparenting – moving a top level Community to be a sub-community, or moving a subcommunity to be top level
Two new wsadmin commands
●
moveCommunityToSubcommunity(parentCommunityUuid, communityUuid)
●
moveSubcommunityToCommunity(subCommunityUuid)



Error case: can't re-parent community that is already a parent, etc.



Member and community type fixup logic shared with Community restore action

40
Communities Re-parenting
Public API
●

●

●

Builds on existing Community instance ATOM entry
Do a PUT to the Community's edit URL with a link to the community's new parent
●
Note – to “unparent” a sub-community, do a PUT of the sub-community to itself as parent.
Example to make community with id 772b2cd7-e3da-455b-8c48-b67f9c6df1be a sub-community of
community with id 2ead4515-1421-4bef-a89e-313cffc46f88:

<entry xmlns="http://www.w3.org/2005/Atom">
<snx:communityUuid xmlns:snx="http://www.ibm.com/xmlns/prod/sn">772b2cd7-e3da-455b-8c48b67f9c6df1be</snx:communityUuid>
<id>http://communities.ibm.com:2006/service/atom/community/instance?communityUuid=772b2cd7-e3da-455b-8c48b67f9c6df1be</id>
<title type="text">child</title>
<category term="community" scheme="http://www.ibm.com/xmlns/prod/sn/type"> </category>
<link href="http://lc45linux2.swg.usma.ibm.com/communities/service/atom/forms/community/instance?
communityUuid=2ead4515-1421-4bef-a89e-313cffc46f88" rel="http://www.ibm.com/xmlns/prod/sn/parentcommunity">
</link><link href="http://lc45linux2.swg.usma.ibm.com/communities/service/atom/forms/community/instance?
communityUuid=772b2cd7-e3da-455b-8c48-b67f9c6df1be" rel="self">

</entry>
41

…
Communities Re-parenting
Demo

42
A Word on What's Available When


Connections and Communities deliver as an on-premises application AND to IBM Cloud



Cloud first! On-premises release gets code fully vetted in cloud environment.



To help distinguish where a feature is available I'll use these symbols:
Cloud
On-Prem
●

Note that any cloud features appears in next major on-prem release.

●

So.....

43
Availability

44

Widget extension services
Start Page
–
Owner can choose initial page shown for Community



4.5
CR3





4.5
CR3

Communities Trash
–
Recover deleted communities from trash



Community re-parenting
Wrapping up






45

Communities is the hub for team collaboration
Communities are extensible and programmable
with new capabilities for
–
Widgets and Widget feeds
–
Trash
–
Start Page
–
Parenting
Let me know if you want access to the demo
code I showed as a way to learn more
References
Writing and deploying custom widgets:
–
General Doc: http://www-10.lotus.com/ldd/lcwiki.nsf/dx/development-guide
–
Example with walk-through: http://www-



10.lotus.com/ldd/lcwiki.nsf/dx/Using_IBM_Connections_more_as_a_platform_than_an_application#Develop+an+iWidget+on+I
BM+Connections

Public APIs
–
General Doc - IBM Social Business Development Toolkit



●

–

Widget feed:
●

–

46

http://www-10.lotus.com/ldd/appdevwiki.nsf/xpDocViewer.xsp?
lookupName=IBM+Connections+4.5+API+Documentation#action=openDocument&content=catcontent&ct=prodDoc

http://www-10.lotus.com/ldd/appdevwiki.nsf/xpDocViewer.xsp?
lookupName=IBM+Connections+4.5+API+Documentation#action=openDocument&res_title=Working_with_community_widgets_ic45&content=p
dcontent

Community Re-parenting, Community Trash
●
Will be available next major on-prem release.
Don't Miss These Sessions
 KEY101 – Social Next: The Evolution of Collaboration to the Leading Social Platform, Jeff Schick, Mon @ 11a
 ID400 – What's Coming in IBM Connections, Luis Benitez/David Brooks, Mon @ 1p/3:45p
 AD301 – What's New on the IBM Social Business Toolkit, Mark Wallace/Manish Kataria, Mon @ 2:15p
 BP304 – What We Wish We Had Known: Becoming an IBM Connections Admin, Gab Davis, Mon @ 3:45p
 ID605 – Make Your Microsoft Stack Social with IBM Connections, Baan Slavens/Steve Foley, Mon @ 5p
 ID403 – Social and Content – Better Together with IBM Connections Content Manager, Rene Schimmer, Tues @ 11:15a
 KEY103 – The Power of Social Software in the Enterprise, Jim Battle/Heidi Ambler, Tues @ 1:30p
 INV115 – Pardon the Interruption: Social Business Hot Topics, Luis Suarez/Louis Richardson/Luis Benitez, Tues @ 5:30p
 INV117 – If You Build It, Will They Come? Debunking The Myths of Social, Joyce Davis/Suzanne Livingston, Weds @
8:15a
 ID507 – IBM Connections + Portal for Exceptional Digital Experiences, Albert Nichols/Margaret Rora, Weds @ 10a
 ID401 – What's New in IBM Connections Mobile, Baan Slavens/Chris Reckling, Weds @ 4:15p
 ID405 – The Power of Files with IBM Connections, Steve Foley/Ed Shockley, Weds @ 5:30p
 AD302 – New Ways to Work with Your IBM Connections Communities, Luis Benitez/Bruce Roberts, Thurs @ 10a
 ID402 – A Look Inside IBM's Deployment of IBM Connections, Bill Kilduff/Jay Boyd, Thurs @ 10a
47
Capitalize on Innovation with IBM Subscription & Support

Access to New Software Innovations at your
convenience


Incremental Enhancements



Full version and release upgrades



Patches and security enhancements

Access to 24x7 online & phone technical
support



Profile-driven download, delivery and electronic
notifications







Access to technical experts and support
professionals in 140 languages
Diagnostic tools, fixes, forums, self-help, Redbooks,
security alerts and technical documentation
Rapid response to severity 1 service requests

One year included with your initial IBM Passport Advantage® or IBM Passport
Advantage Express® software purchase


49

Access Connect Online to complete your session surveys using any:
– Web or mobile browser
– Connect Online kiosk onsite
Engage Online


SocialBiz User Group socialbizug.org
– Join the epicenter of Notes and Collaboration user groups



Follow us on Twitter
– @IBMConnect and @IBMSocialBiz



LinkedIn http://bit.ly/SBComm
– Participate in the IBM Social Business group on LinkedIn:



Facebook https://www.facebook.com/IBMSocialBiz
– Like IBM Social Business on Facebook



Social Business Insights blog ibm.com/blogs/socialbusiness
– Read and engage with our bloggers

50
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 2014. 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, Lotus 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.

51

More Related Content

What's hot

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 ToolkitMark Wallace
 
BP 308 - The Journey to Becoming a Social Application Developer
BP 308 - The Journey to Becoming a Social Application DeveloperBP 308 - The Journey to Becoming a Social Application Developer
BP 308 - The Journey to Becoming a Social Application DeveloperSerdar Basegmez
 
Social Applications made easy with the new Social Business Toolkit SDK
Social Applications made easy with the new Social Business Toolkit SDKSocial Applications made easy with the new Social Business Toolkit SDK
Social Applications made easy with the new Social Business Toolkit SDKIBM Connections Developers
 
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...Niklas Heidloff
 
AnDevCon: Introduction to Darwino
AnDevCon: Introduction to DarwinoAnDevCon: Introduction to Darwino
AnDevCon: Introduction to DarwinoPhilippe Riand
 
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/13Niklas Heidloff
 
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
 
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, IntegrateNiklas Heidloff
 
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...IBM Connections Developers
 
Connect 2014 - AD202 - Get the best out of bootstrap with bootstrap4 x-pages
Connect 2014 - AD202 -  Get the best out of bootstrap with bootstrap4 x-pagesConnect 2014 - AD202 -  Get the best out of bootstrap with bootstrap4 x-pages
Connect 2014 - AD202 - Get the best out of bootstrap with bootstrap4 x-pagesPhilippe Riand
 
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 ScenariosNiklas Heidloff
 
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...LetsConnect
 
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...paulbastide
 
MAS202 - Customizing IBM Connections
MAS202 - Customizing IBM ConnectionsMAS202 - Customizing IBM Connections
MAS202 - Customizing IBM Connectionspaulbastide
 
What's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social EditionWhat's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social EditionRahul A. Garg
 

What's hot (15)

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
 
BP 308 - The Journey to Becoming a Social Application Developer
BP 308 - The Journey to Becoming a Social Application DeveloperBP 308 - The Journey to Becoming a Social Application Developer
BP 308 - The Journey to Becoming a Social Application Developer
 
Social Applications made easy with the new Social Business Toolkit SDK
Social Applications made easy with the new Social Business Toolkit SDKSocial Applications made easy with the new Social Business Toolkit SDK
Social Applications made easy with the new Social Business Toolkit SDK
 
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...
 
AnDevCon: Introduction to Darwino
AnDevCon: Introduction to DarwinoAnDevCon: Introduction to Darwino
AnDevCon: Introduction to Darwino
 
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
 
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...
 
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 Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
IBM Connect 2014 - KEY108: IBM Collaboration Solutions Application Developmen...
 
Connect 2014 - AD202 - Get the best out of bootstrap with bootstrap4 x-pages
Connect 2014 - AD202 -  Get the best out of bootstrap with bootstrap4 x-pagesConnect 2014 - AD202 -  Get the best out of bootstrap with bootstrap4 x-pages
Connect 2014 - AD202 - Get the best out of bootstrap with bootstrap4 x-pages
 
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
 
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 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...
 
MAS202 - Customizing IBM Connections
MAS202 - Customizing IBM ConnectionsMAS202 - Customizing IBM Connections
MAS202 - Customizing IBM Connections
 
What's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social EditionWhat's new in iNotes 9.0 Social Edition
What's new in iNotes 9.0 Social Edition
 

Viewers also liked

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 OpenSocialIBM Connections Developers
 
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 Connections Developers
 
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 Developers
 
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 Connections Developers
 
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 Connections Developers
 
Ibm connect 2014 recap asean perspective
Ibm connect 2014 recap   asean perspectiveIbm connect 2014 recap   asean perspective
Ibm connect 2014 recap asean perspectiveJoseph George
 
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 EnvironmentsIBM Connections Developers
 
What's New with IBM Connections (We4IT)
What's New with IBM Connections (We4IT)What's New with IBM Connections (We4IT)
What's New with IBM Connections (We4IT)We4IT Group
 
IBM Connect 2016 - Don't give up on Domino! Introducing Darwino: A New Lifeli...
IBM Connect 2016 - Don't give up on Domino!Introducing Darwino: A New Lifeli...IBM Connect 2016 - Don't give up on Domino!Introducing Darwino: A New Lifeli...
IBM Connect 2016 - Don't give up on Domino! Introducing Darwino: A New Lifeli...Philippe Riand
 
Writng Sample - Community Relations and the United States Army
Writng Sample - Community Relations and the United States ArmyWritng Sample - Community Relations and the United States Army
Writng Sample - Community Relations and the United States ArmyPaul Hayes
 
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 Connections Developers
 
Soccnx III - Using Social Controls in XPages
Soccnx III - Using Social Controls in XPagesSoccnx III - Using Social Controls in XPages
Soccnx III - Using Social Controls in XPagesLetsConnect
 
REST services and IBM Domino/XWork - DanNotes 19-20. november 2014
REST services and IBM Domino/XWork - DanNotes 19-20. november 2014REST services and IBM Domino/XWork - DanNotes 19-20. november 2014
REST services and IBM Domino/XWork - DanNotes 19-20. november 2014John Dalsgaard
 
BP204 - Take a REST and put your data to work with APIs!
BP204 - Take a REST and put your data to work with APIs!BP204 - Take a REST and put your data to work with APIs!
BP204 - Take a REST and put your data to work with APIs!Craig Schumann
 
Connect 2014 - BP202: Rapid XPages Development Using the Application Layout C...
Connect 2014 - BP202: Rapid XPages Development Using the Application Layout C...Connect 2014 - BP202: Rapid XPages Development Using the Application Layout C...
Connect 2014 - BP202: Rapid XPages Development Using the Application Layout C...Howard Greenberg
 
Jmp103-Get the Jump on Mobilizing Your Notes and Domino Applications Today!
Jmp103-Get the Jump on Mobilizing Your Notes and Domino Applications Today!Jmp103-Get the Jump on Mobilizing Your Notes and Domino Applications Today!
Jmp103-Get the Jump on Mobilizing Your Notes and Domino Applications Today!Howard Greenberg
 
AD502: The Mobile Disruption: Why XPages Development is Targeting Mobile First
AD502: The Mobile Disruption: Why XPages Development is Targeting Mobile FirstAD502: The Mobile Disruption: Why XPages Development is Targeting Mobile First
AD502: The Mobile Disruption: Why XPages Development is Targeting Mobile FirstJohn Head
 
Bootstrap4XPages webinar
Bootstrap4XPages webinarBootstrap4XPages webinar
Bootstrap4XPages webinarMark Leusink
 
Presenting Data – An Alternative to the View Control
Presenting Data – An Alternative to the View ControlPresenting Data – An Alternative to the View Control
Presenting Data – An Alternative to the View ControlTeamstudio
 

Viewers also liked (20)

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 - 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 - 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 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 - 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 recap asean perspective
Ibm connect 2014 recap   asean perspectiveIbm connect 2014 recap   asean perspective
Ibm connect 2014 recap asean perspective
 
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
 
What's New with IBM Connections (We4IT)
What's New with IBM Connections (We4IT)What's New with IBM Connections (We4IT)
What's New with IBM Connections (We4IT)
 
IBM Connect 2016 - Don't give up on Domino! Introducing Darwino: A New Lifeli...
IBM Connect 2016 - Don't give up on Domino!Introducing Darwino: A New Lifeli...IBM Connect 2016 - Don't give up on Domino!Introducing Darwino: A New Lifeli...
IBM Connect 2016 - Don't give up on Domino! Introducing Darwino: A New Lifeli...
 
Writng Sample - Community Relations and the United States Army
Writng Sample - Community Relations and the United States ArmyWritng Sample - Community Relations and the United States Army
Writng Sample - Community Relations and the United States Army
 
IBM Connect 2013 - Milano
IBM Connect 2013 - MilanoIBM Connect 2013 - Milano
IBM Connect 2013 - Milano
 
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...
 
Soccnx III - Using Social Controls in XPages
Soccnx III - Using Social Controls in XPagesSoccnx III - Using Social Controls in XPages
Soccnx III - Using Social Controls in XPages
 
REST services and IBM Domino/XWork - DanNotes 19-20. november 2014
REST services and IBM Domino/XWork - DanNotes 19-20. november 2014REST services and IBM Domino/XWork - DanNotes 19-20. november 2014
REST services and IBM Domino/XWork - DanNotes 19-20. november 2014
 
BP204 - Take a REST and put your data to work with APIs!
BP204 - Take a REST and put your data to work with APIs!BP204 - Take a REST and put your data to work with APIs!
BP204 - Take a REST and put your data to work with APIs!
 
Connect 2014 - BP202: Rapid XPages Development Using the Application Layout C...
Connect 2014 - BP202: Rapid XPages Development Using the Application Layout C...Connect 2014 - BP202: Rapid XPages Development Using the Application Layout C...
Connect 2014 - BP202: Rapid XPages Development Using the Application Layout C...
 
Jmp103-Get the Jump on Mobilizing Your Notes and Domino Applications Today!
Jmp103-Get the Jump on Mobilizing Your Notes and Domino Applications Today!Jmp103-Get the Jump on Mobilizing Your Notes and Domino Applications Today!
Jmp103-Get the Jump on Mobilizing Your Notes and Domino Applications Today!
 
AD502: The Mobile Disruption: Why XPages Development is Targeting Mobile First
AD502: The Mobile Disruption: Why XPages Development is Targeting Mobile FirstAD502: The Mobile Disruption: Why XPages Development is Targeting Mobile First
AD502: The Mobile Disruption: Why XPages Development is Targeting Mobile First
 
Bootstrap4XPages webinar
Bootstrap4XPages webinarBootstrap4XPages webinar
Bootstrap4XPages webinar
 
Presenting Data – An Alternative to the View Control
Presenting Data – An Alternative to the View ControlPresenting Data – An Alternative to the View Control
Presenting Data – An Alternative to the View Control
 

Similar to IBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections Communities

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 ExperiencesIBM Connections Developers
 
Liferay 6.1 Roadmap - What's next!
Liferay 6.1 Roadmap - What's next!Liferay 6.1 Roadmap - What's next!
Liferay 6.1 Roadmap - What's next!Julio Camarero
 
IRJET- Socially Smart an Aggregation System for Social Media using Web Sc...
IRJET-  	  Socially Smart an Aggregation System for Social Media using Web Sc...IRJET-  	  Socially Smart an Aggregation System for Social Media using Web Sc...
IRJET- Socially Smart an Aggregation System for Social Media using Web Sc...IRJET Journal
 
What’s new in DotNetNuke 6.2
What’s new in DotNetNuke 6.2What’s new in DotNetNuke 6.2
What’s new in DotNetNuke 6.2brchapman
 
Introducing New Media To The Intranet
Introducing New Media To The IntranetIntroducing New Media To The Intranet
Introducing New Media To The IntranetMichael Hafner
 
Architecting your Frontend
Architecting your FrontendArchitecting your Frontend
Architecting your FrontendRuben Teijeiro
 
UX DURING MODULE INSTALLATION AND CONFIGURATION
UX DURING MODULE INSTALLATION AND CONFIGURATIONUX DURING MODULE INSTALLATION AND CONFIGURATION
UX DURING MODULE INSTALLATION AND CONFIGURATIONDrupalCamp Kyiv
 
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...Niklas Heidloff
 
DotNetNuke Seattle Users Group
DotNetNuke Seattle Users GroupDotNetNuke Seattle Users Group
DotNetNuke Seattle Users GroupScott McCulloch
 
Drupal session 3 - biginlucerne.com - lessons learned
Drupal session 3 - biginlucerne.com - lessons learnedDrupal session 3 - biginlucerne.com - lessons learned
Drupal session 3 - biginlucerne.com - lessons learnedNETNODE AG
 
TELECOM Bretagne Social Web and Web 2.0 25 janvier 2012
TELECOM Bretagne Social Web and Web 2.0 25 janvier 2012TELECOM Bretagne Social Web and Web 2.0 25 janvier 2012
TELECOM Bretagne Social Web and Web 2.0 25 janvier 2012Daniel Dufourt
 
AD308: XPages in a Social World
AD308: XPages in a Social WorldAD308: XPages in a Social World
AD308: XPages in a Social Worldpaidi_ed
 
IBM developerWorks Spaces
IBM developerWorks SpacesIBM developerWorks Spaces
IBM developerWorks SpacesRawn Shah
 
Connect 2014 - Key108 - Application Development Strategy
Connect 2014 - Key108  - Application Development StrategyConnect 2014 - Key108  - Application Development Strategy
Connect 2014 - Key108 - Application Development StrategyPhilippe Riand
 
Zero to Drupal in 60 Days with Acquia Lightning
Zero to Drupal in 60 Days with Acquia LightningZero to Drupal in 60 Days with Acquia Lightning
Zero to Drupal in 60 Days with Acquia LightningRachel Wandishin
 
Web 20 For Technical Communicators
Web 20 For Technical CommunicatorsWeb 20 For Technical Communicators
Web 20 For Technical CommunicatorsBogo Vatovec
 
OpenNTF.Org Third Generation
OpenNTF.Org Third GenerationOpenNTF.Org Third Generation
OpenNTF.Org Third GenerationNiklas Heidloff
 

Similar to IBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections Communities (20)

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
 
Liferay 6.1 Roadmap - What's next!
Liferay 6.1 Roadmap - What's next!Liferay 6.1 Roadmap - What's next!
Liferay 6.1 Roadmap - What's next!
 
IRJET- Socially Smart an Aggregation System for Social Media using Web Sc...
IRJET-  	  Socially Smart an Aggregation System for Social Media using Web Sc...IRJET-  	  Socially Smart an Aggregation System for Social Media using Web Sc...
IRJET- Socially Smart an Aggregation System for Social Media using Web Sc...
 
What’s new in DotNetNuke 6.2
What’s new in DotNetNuke 6.2What’s new in DotNetNuke 6.2
What’s new in DotNetNuke 6.2
 
Introducing New Media To The Intranet
Introducing New Media To The IntranetIntroducing New Media To The Intranet
Introducing New Media To The Intranet
 
Architecting your Frontend
Architecting your FrontendArchitecting your Frontend
Architecting your Frontend
 
Dot Net Nuke
Dot Net NukeDot Net Nuke
Dot Net Nuke
 
UX DURING MODULE INSTALLATION AND CONFIGURATION
UX DURING MODULE INSTALLATION AND CONFIGURATIONUX DURING MODULE INSTALLATION AND CONFIGURATION
UX DURING MODULE INSTALLATION AND CONFIGURATION
 
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
Programmatic Access to and Extensibility of the IBM SmartCloud for Social Bus...
 
DotNetNuke Seattle Users Group
DotNetNuke Seattle Users GroupDotNetNuke Seattle Users Group
DotNetNuke Seattle Users Group
 
Drupal session 3 - biginlucerne.com - lessons learned
Drupal session 3 - biginlucerne.com - lessons learnedDrupal session 3 - biginlucerne.com - lessons learned
Drupal session 3 - biginlucerne.com - lessons learned
 
TELECOM Bretagne Social Web and Web 2.0 25 janvier 2012
TELECOM Bretagne Social Web and Web 2.0 25 janvier 2012TELECOM Bretagne Social Web and Web 2.0 25 janvier 2012
TELECOM Bretagne Social Web and Web 2.0 25 janvier 2012
 
AD308: XPages in a Social World
AD308: XPages in a Social WorldAD308: XPages in a Social World
AD308: XPages in a Social World
 
IBM developerWorks Spaces
IBM developerWorks SpacesIBM developerWorks Spaces
IBM developerWorks Spaces
 
Connect 2014 - Key108 - Application Development Strategy
Connect 2014 - Key108  - Application Development StrategyConnect 2014 - Key108  - Application Development Strategy
Connect 2014 - Key108 - Application Development Strategy
 
Zero to Drupal in 60 Days with Acquia Lightning
Zero to Drupal in 60 Days with Acquia LightningZero to Drupal in 60 Days with Acquia Lightning
Zero to Drupal in 60 Days with Acquia Lightning
 
Web 20 For Technical Communicators
Web 20 For Technical CommunicatorsWeb 20 For Technical Communicators
Web 20 For Technical Communicators
 
OpenNTF.Org Third Generation
OpenNTF.Org Third GenerationOpenNTF.Org Third Generation
OpenNTF.Org Third Generation
 
Open Standards For Social Business Apps
Open Standards For Social Business AppsOpen Standards For Social Business Apps
Open Standards For Social Business Apps
 
CAT Release August 2015
CAT Release August 2015CAT Release August 2015
CAT Release August 2015
 

Recently uploaded

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 2024Rafal Los
 
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...Martijn de Jong
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
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.pdfEnterprise Knowledge
 
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 Processorsdebabhi2
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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.pdfUK Journal
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
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 organizationRadu Cotescu
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 

Recently uploaded (20)

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...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
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
 
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
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 

IBM Connect 2014 - AD302: New Ways to Work With Your IBM Connections Communities

  • 1. AD302: New Ways to Work with Your IBM Connections Communities Bruce Roberts, IBM robertsb@us.ibm.com Luis Benitez, IBM Luis_Benitez@us.ibm.com © 2014 IBM Corporation
  • 2. Agenda  Introductions  Connections Communities Overview  What's New – Quick Intro  What's New – Deep Dive – End-user function AND – Public APIs with demo code  Where to get more information  Wrap-up  Q&A 2
  • 3. Share Away... Learning about the awesomeness of #IBMConnections from @lbenitez & @bruce? 3
  • 4. Some Market Data 28 # of hours employees spend writing emails & searching 4 Source: McKinsey, July 2012 http://www.mckinsey.com/insights/high_tech_telecoms_internet/the_social_economy
  • 5. That's 70% of someone's time spent in oblivion 5 Source: McKinsey, July 2012 http://www.mckinsey.com/insights/high_tech_telecoms_internet/the_social_economy
  • 6. That's time spent searching, instead of... Re-using intellectual capital to: ● ● ● ● 6 drive growth drive innovation solve customer problems sell more ... !
  • 7. It's time to discover and re-use! 7
  • 8. Marketplace Trends 68% of CxO’s focus is in social/digital interaction 8 Source: The Customer Activated Enterprise, November 2013 http://public.dhe.ibm.com/common/ssi/ecm/en/gbe03572usen/GBE03572USEN.PDF
  • 9. Marketplace Trends 87% of CMO’s primary technology focus is collaboration 9 Source: The Customer Activated Enterprise, November 2013 http://public.dhe.ibm.com/common/ssi/ecm/en/gbe03572usen/GBE03572USEN.PDF
  • 10. 10
  • 11. Social Means Business Value 25% Improvement in knowledge worker productivity 11 Source: McKinsey, July 2012 http://www.mckinsey.com/insights/high_tech_telecoms_internet/the_social_economy
  • 12. Communities Hub for Team Collaboration      12 Help people who share common interests to exchange and share information and ideas Create public, private, and moderated communities Share files, watch videos, vote on ideas, plan projects, work with wikis, forums, and more Events provides a central place to plan and coordinate team events Measure engagement with metrics
  • 13. Leading social business communities Experts and Professionals Expertise Teams and Project Workspaces Practice Personal Networks Initiatives and Services Interest Engagement Source: Dion Hinchcliffe; http://zdnet.com/blog/hinchcliffe 13 13
  • 14. Example Community Types Public Relations and Marketing Project Execution Product and Service Innovation Service and Support 14 14
  • 16. What You Can Do Today Add Custom Apps to Communities 16 16
  • 17. What You Can Do Today Manage your Communities programmatically Screenshot To-do.. Over to Bruce for a Deep Dive! 17 17
  • 18. Communities as Social Center for Groups to Get Work Done!    18 Easy for users to get to work! – User provisioning for quick start time – Simple membership management model and sub-communities – Centralized content creation and sharing with well known components like Files, Forums, Wikis, Media Library etc. – Cross-component capabilities: tagging, searching, activity stream attention management, etc. – Available everywhere: Web, Desktop, Mobile Extensible platform: – UI extensions via Widget model – Programmatic services: ● Atom based public APIs for programmatic access to Community and Component capabilities ● Java SPIs for back-end event handling. Admin commands for system administration
  • 19. Focus of this session  New Communities capabilities (since Connections 4.0) and their associated admin and programming extensions  Quick demo of each  WARNING: entering the “geek” zone :) 19
  • 20. What We'll Cover     Widget Development – Creating custom widgets – Programmatic widget manipulation Start Page – Owner can choose initial page shown for Community Communities Trash – Recover deleted communities from trash Community re-parenting – Move Community to be a Sub-Community and vice-versa  Public API additions and extensions to support programmatic access for each capability  GOAL – Spark ideas for you to use for your customers and installed base! 20
  • 22. For Widget Writers  Custom Widgets can be deployed to your server and made available to Community owners –   Multiple widget instances supported **New** – Set uniqueInstance="false" for your widget definition in widget-config.xml Provide a custom title for your widget **New** – Use widget attribute api to set/get widget title: – – 22 Has been available for multiple releases. Find out more in online doc (reference at end of this deck. this.iContext.getiWidgetAttributes().setItemValue("widgetTitle",form.widgetTitle.value); Title is persisted Title is surfaced in all Community UI: search tabs, edit tabs, left navigator, etc.
  • 23. Widget Feed **new**  List Widgets in a Community ● Add/remove/re-position/re-title widgets in a community  Usage examples now enabled via programmatic access – Templating – provision a Community and populate it with Widgets. ● This feed is exercised in IBM products now: Portal, Mobile, others. ● NOTE: For access to underlying content of Widget - use “remote applications” feed. 23
  • 24. Widget Feed  To get all Widgets –  http://<server>/communities/service/atom/community/widgets?communityUuid=<id> To retrieve widgets of a particular type: – http:/<server>//communities/service/atom/community/widgets?communityUuid=<id>&widgetDefId=<widgetType> – Note: Multiple widget types can be retrieved with multiple &widgetDefId URL params like this: ● 24 http:///communities/service/atom/community/widgets? communityUuid=&widgetDefId=CustomLibrary&widgetDefId=Library
  • 25. Widget Feed    25 Add a Widget (POST to Widget feed) – Post to the feed with widgetDefId, Custom Title(optional), visible or not, column location, location within column Modify a widget (PUT to Widget feed) – Change title, visible or not, location Remove a Widget (DELETE request)
  • 26. Widget Feed Sample Feed Entry … <entry xmlns:snx="http://www.ibm.com/xmlns/prod/sn"> <id>https://brobertsvm3.swg.usma.ibm.com:9444/communities/service/atom/community/widgets?communityUuid=e0a8c3b1-d739-4d16b12b-f208caa3554b&amp;widgetInstanceId=W1de42d9828ad_4e28_9f67_c910abfe79b6</id> <title type="text">Files</title> <category term="widget" scheme="http://www.ibm.com/xmlns/prod/sn/type"> </category> <link href="https://brobertsvm3.swg.usma.ibm.com:9444/communities/service/atom/community/widgets?communityUuid=e0a8c3b1-d7394d16-b12b-f208caa3554b&amp;widgetInstanceId=W1de42d9828ad_4e28_9f67_c910abfe79b6" rel="self"></link> <link href="https://brobertsvm3.swg.usma.ibm.com:9444/communities/service/atom/community/widgets?communityUuid=e0a8c3b1-d7394d16-b12b-f208caa3554b" rel="edit"></link> <link href="http://brobertsvm3.swg.usma.ibm.com:9081/communities/service/html/communityview?communityUuid=e0a8c3b1-d739-4d16b12b-f208caa3554b#fullpageWidgetId%3DW1de42d9828ad_4e28_9f67_c910abfe79b6" rel="alternate"></link> <snx:widgetDefId>Files</snx:widgetDefId> <snx:widgetInstanceId>W1de42d9828ad_4e28_9f67_c910abfe79b6</snx:widgetInstanceId> < snx:widgetCategory></snx:widgetCategory> <snx:hidden>false</snx:hidden> <snx:location>col2</snx:location> <snx:previousWidgetInstanceId>Wb5f009ef3412_4a5f_9749_f66e98f78cf2</snx:previousWidgetInstanceId> </entry> ... 26
  • 28. Communities Start Page User experience    28 Community Owner can optionally determine initial page seen when entering a Community Any Community component that appears in left navigation can be made the Start Page Use to bring members to most used section of Community ● Example: Wiki page with full wiki editing to control ● Control what your Community “front door” looks like.
  • 29. Communities Start Page URL addressing changes  Some changes to Communities URLs – Goal – on upgrade, existing bookmarks go to Start Page – Can still bookmark the Overview page by bringing it up in browser and bookmarking –  Details: – communities/service/html/communityview?communityUuid=XXX ● Redirects to Community start page if one has been set. – – 29 communities/service/html/communityoverview?communityUuid=XXX ● Goes explicitly to Community overview page, can be used to bookmark overview page. communities/service/html/communitystart?communityUuid=XXX **new** – Used to go to community start page if one has been set. Many clients that point to Communities use this url now: Catalog page, Mega-menu, search results, mail messages.
  • 30. Communities Start Page Public API Update Support  Element added to Community instance entry: <snx:communityStartPage/>  No start page set: - empty attribute – ● Start page selected – attribute shows widget id for start page: ● ● 30 <snx:communityStartPage></snx:communityStartPage> <snx:communityStartPage>W09a7c9eaaf41_4fac_9dec_da3c0caffb3e</snx:communitySta rtPage> To set/reset start page do PUT to Community instance entry with communitystartPage value desired
  • 33. Communities Trash User Experience ● 33 Deleted Communities now go in a Community Trash
  • 34. Communities Trash User Experience ● 34 Can be restored by Community owner or Administrator until purged by background task (default – after 90 days – controllable by Admin)
  • 35. Communities Trash Background Task to Purge from Trash  Communities in trash are “purged” after 90 days by default ● “purging” is exactly the same logic as Community Delete in 4.5 and earlier – ● All Community and component's data are deleted. communities-config.xml – – 35 <!-- Number of days after which a soft-deleted community will be fully deleted --> <comm:daysToDelete>90</comm:daysToDelete>
  • 36. Communities Trash Admin Commands   36 CommunitiesService.getSoftDeletedCommunityUuidList("date") – List all soft-deleted communities deleted prior to “date” – CommunitiesService.getSoftDeletedCommunityUuidList() - lists all CommunitiesService.unDeleteCommunity("communityUuid") – Restore community from trash
  • 37. Communities Trash Some Implications for Restore   37 When a sub-community is restored – parent may have been modified since time of deletion. Fixup is done if necessary to maintain Community integrity: – Owners of parent must be owners in sub-community. – Members of sub-community must be members in parent. – Sub-community must be at least as restrictive in access as parent. Note – for very typical restore case these actions won't be necessary
  • 38. Communities Trash Feed  Community feed gets all communities in trash.  Specified in Community services page: ● ● ● New category flag for Community Instance feed ● ● ● 38 <collection href="http://brobertsvm3.swg.usma.ibm.com:9081/communities/service/atom/communities/trash"> – <atom:title xmlns:atom="http://www.w3.org/2005/Atom" type="text">Trash</atom:title> – <atom:category xmlns:atom="http://www.w3.org/2005/Atom" scheme="http://www.ibm.com/xmlns/prod/sn/collection" term="trash"></atom:category> – <accept></accept> </collection> <category term="deleted" scheme="http://www.ibm.com/xmlns/prod/sn/flags"></category> Marks Community as being in trash. Doing a PUT of the same Community ATOM entry to the trash feed without this category flag restores the Community from the trash.
  • 40. Communities Re-parenting   Reparenting – moving a top level Community to be a sub-community, or moving a subcommunity to be top level Two new wsadmin commands ● moveCommunityToSubcommunity(parentCommunityUuid, communityUuid) ● moveSubcommunityToCommunity(subCommunityUuid)  Error case: can't re-parent community that is already a parent, etc.  Member and community type fixup logic shared with Community restore action 40
  • 41. Communities Re-parenting Public API ● ● ● Builds on existing Community instance ATOM entry Do a PUT to the Community's edit URL with a link to the community's new parent ● Note – to “unparent” a sub-community, do a PUT of the sub-community to itself as parent. Example to make community with id 772b2cd7-e3da-455b-8c48-b67f9c6df1be a sub-community of community with id 2ead4515-1421-4bef-a89e-313cffc46f88: <entry xmlns="http://www.w3.org/2005/Atom"> <snx:communityUuid xmlns:snx="http://www.ibm.com/xmlns/prod/sn">772b2cd7-e3da-455b-8c48b67f9c6df1be</snx:communityUuid> <id>http://communities.ibm.com:2006/service/atom/community/instance?communityUuid=772b2cd7-e3da-455b-8c48b67f9c6df1be</id> <title type="text">child</title> <category term="community" scheme="http://www.ibm.com/xmlns/prod/sn/type"> </category> <link href="http://lc45linux2.swg.usma.ibm.com/communities/service/atom/forms/community/instance? communityUuid=2ead4515-1421-4bef-a89e-313cffc46f88" rel="http://www.ibm.com/xmlns/prod/sn/parentcommunity"> </link><link href="http://lc45linux2.swg.usma.ibm.com/communities/service/atom/forms/community/instance? communityUuid=772b2cd7-e3da-455b-8c48-b67f9c6df1be" rel="self"> </entry> 41 …
  • 43. A Word on What's Available When  Connections and Communities deliver as an on-premises application AND to IBM Cloud  Cloud first! On-premises release gets code fully vetted in cloud environment.  To help distinguish where a feature is available I'll use these symbols: Cloud On-Prem ● Note that any cloud features appears in next major on-prem release. ● So..... 43
  • 44. Availability 44 Widget extension services Start Page – Owner can choose initial page shown for Community  4.5 CR3   4.5 CR3 Communities Trash – Recover deleted communities from trash  Community re-parenting
  • 45. Wrapping up    45 Communities is the hub for team collaboration Communities are extensible and programmable with new capabilities for – Widgets and Widget feeds – Trash – Start Page – Parenting Let me know if you want access to the demo code I showed as a way to learn more
  • 46. References Writing and deploying custom widgets: – General Doc: http://www-10.lotus.com/ldd/lcwiki.nsf/dx/development-guide – Example with walk-through: http://www-  10.lotus.com/ldd/lcwiki.nsf/dx/Using_IBM_Connections_more_as_a_platform_than_an_application#Develop+an+iWidget+on+I BM+Connections Public APIs – General Doc - IBM Social Business Development Toolkit  ● – Widget feed: ● – 46 http://www-10.lotus.com/ldd/appdevwiki.nsf/xpDocViewer.xsp? lookupName=IBM+Connections+4.5+API+Documentation#action=openDocument&content=catcontent&ct=prodDoc http://www-10.lotus.com/ldd/appdevwiki.nsf/xpDocViewer.xsp? lookupName=IBM+Connections+4.5+API+Documentation#action=openDocument&res_title=Working_with_community_widgets_ic45&content=p dcontent Community Re-parenting, Community Trash ● Will be available next major on-prem release.
  • 47. Don't Miss These Sessions  KEY101 – Social Next: The Evolution of Collaboration to the Leading Social Platform, Jeff Schick, Mon @ 11a  ID400 – What's Coming in IBM Connections, Luis Benitez/David Brooks, Mon @ 1p/3:45p  AD301 – What's New on the IBM Social Business Toolkit, Mark Wallace/Manish Kataria, Mon @ 2:15p  BP304 – What We Wish We Had Known: Becoming an IBM Connections Admin, Gab Davis, Mon @ 3:45p  ID605 – Make Your Microsoft Stack Social with IBM Connections, Baan Slavens/Steve Foley, Mon @ 5p  ID403 – Social and Content – Better Together with IBM Connections Content Manager, Rene Schimmer, Tues @ 11:15a  KEY103 – The Power of Social Software in the Enterprise, Jim Battle/Heidi Ambler, Tues @ 1:30p  INV115 – Pardon the Interruption: Social Business Hot Topics, Luis Suarez/Louis Richardson/Luis Benitez, Tues @ 5:30p  INV117 – If You Build It, Will They Come? Debunking The Myths of Social, Joyce Davis/Suzanne Livingston, Weds @ 8:15a  ID507 – IBM Connections + Portal for Exceptional Digital Experiences, Albert Nichols/Margaret Rora, Weds @ 10a  ID401 – What's New in IBM Connections Mobile, Baan Slavens/Chris Reckling, Weds @ 4:15p  ID405 – The Power of Files with IBM Connections, Steve Foley/Ed Shockley, Weds @ 5:30p  AD302 – New Ways to Work with Your IBM Connections Communities, Luis Benitez/Bruce Roberts, Thurs @ 10a  ID402 – A Look Inside IBM's Deployment of IBM Connections, Bill Kilduff/Jay Boyd, Thurs @ 10a 47
  • 48. Capitalize on Innovation with IBM Subscription & Support Access to New Software Innovations at your convenience  Incremental Enhancements  Full version and release upgrades  Patches and security enhancements Access to 24x7 online & phone technical support  Profile-driven download, delivery and electronic notifications    Access to technical experts and support professionals in 140 languages Diagnostic tools, fixes, forums, self-help, Redbooks, security alerts and technical documentation Rapid response to severity 1 service requests One year included with your initial IBM Passport Advantage® or IBM Passport Advantage Express® software purchase
  • 49.  49 Access Connect Online to complete your session surveys using any: – Web or mobile browser – Connect Online kiosk onsite
  • 50. Engage Online  SocialBiz User Group socialbizug.org – Join the epicenter of Notes and Collaboration user groups  Follow us on Twitter – @IBMConnect and @IBMSocialBiz  LinkedIn http://bit.ly/SBComm – Participate in the IBM Social Business group on LinkedIn:  Facebook https://www.facebook.com/IBMSocialBiz – Like IBM Social Business on Facebook  Social Business Insights blog ibm.com/blogs/socialbusiness – Read and engage with our bloggers 50
  • 51. 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 2014. 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, Lotus 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. 51

Editor's Notes

  1. As we get started, I would like to encourage all of you to tweet away. Of course, if you want to say nice things about me you can tag me @heidi_ambler and make sure you use the conference hashtags so others can follow. Today, I want to talk about how social collaboration is driving significant business value.
  2. I want to start with some market data as these details play into the strategy of what we are doing at IBM. Let’s begin with some common pain points that we have observed across many industries and organizations. About 11 months ago, McKinsey published a study where they found that employees spend 28 hrs / week writing emails and searching for information. Let’s think about that for a moment. That is 70% of their time trying to find information !!
  3. I want to start with some market data as these details play into the strategy of what we are doing at IBM. Let’s begin with some common pain points that we have observed across many industries and organizations. About 11 months ago, McKinsey published a study where they found that employees spend 28 hrs / week writing emails and searching for information. Let’s think about that for a moment. That is 70% of their time trying to find information !!
  4. Let’s keep thinking about that. That’s 70% of the time that employees are searching INSTEAD of, re-using intellectual capital to achieve business value. This is time employees are spending unsuccessfully trying to find people, expertise, content instead of spending their time on their core business, with customers solving customer problems and/or selling more. It’s not using their limited time wisely.
  5. And there’s another problem. Because users spend so much time searching for information and NOT finding what they need, they tend to re-invent the wheel dragging down productivity even more. It’s time to discover and reuse to increase productivity!!
  6. According to a July McKinsey study they have measured examples of increase employee productivity by 25% when companies have implemented social.
  7. According to a July McKinsey study they have measured examples of increase employee productivity by 25% when companies have implemented social.
  8. According to a July McKinsey study they have measured examples of increase employee productivity by 25% when companies have implemented social.
  9. &lt;number&gt;
  10. &lt;number&gt;
  11. Our customers enjoy tremendous benefits from S&amp;S, from world class Support to no charge access to upgrades and features of entitled products.   The explicit point that I want to highlight here is that it’s through an active and current S&amp;S relationship that you gain access to these enhancements and new versions, and frankly, it’s what makes the advancements possible.   IBM invests around $6 billion annually in R&amp;D to develop innovative technology and ensure you have access to the latest and greatest technology.   Renewing your S&amp;S is one of the cost effective ways to protect your ICS software investments and minimize the risk to your business such as revenue loss. It ensures that your environment is responsive, reliable and ready for growth. &lt;number&gt;