SlideShare a Scribd company logo
1 of 34
How to use existing data to
increase adoption success with
IBM	Connections
Andreas	Ponte	- Belsoft	Collaboration AG
Henning	Schmidt	- hedersoft GmbH
• Andreas	Ponte	about.me
• ~20	years	of	experience	in	the	IBM/IT	world
• Worked	for	a	Reinsurance	company	until	2007,	amongst	other	things	responsible	
for	the	global	communication	infrastructure
• Joined	Belsoft	AG	in	2007	with	focus	on	consulting	in	the	IBM	Domino	and	mobile	
solutions	area
• Since	2014	CEO	of	Belsoft	Collaboration	AG	
• IBM	Champion	for	2015	and	2016
twitter:	schmhen – linkedin:	de.linkedin.com/in/schmhen - blog:	schmhen.de
Henning	Schmidt
• Founder and CEO	of hedersoft
• Fields	of interest:
• System	architect
• WebDev
• MobileDev
• System	integration /	APIs
Agenda
• Integration!	Why?
• Connections	REST-API
• How to leverage the API
Integration!	Why?
Definition	of	Social	Business
“Social	Business	is	the	ability	for	an	organization
to	use	its	communities to	improve	its	
performance”
Source:	http://blog.socious.com/bid/54542/What-is-Social-Business-A-Clear-Definition
Integration!	Why?
• Organization
• From	enterprise	to	small	companies
• Communities
• Customers	or	members,	Prospects,	Employees,	Channel	partners,	Suppliers,	
Volunteers,	Product	partners	and	consultants,	Analysts,	Donors,	Conference	
attendees,	User	groups,	Chapters,	Grassroots	supporters
Integration!	Why?
• Performance
• Improving	brand	perception
• Finding	new	customers
• Closing	more	sales	faster
• Improving	customer	satisfaction	while	reducing	
support	costs
• Increasing	customer	retention	and	repeat	business
• Increasing	revenue	and	profit
Integration!	Why?
• This	implies
• #NewWayToWork /	Work	4.0
• Many	organizational	changes
• Many	cultural	changes	
• Heavy	shift	in	people’s	mindset
• BUT
• Only	10-15%	are	thoroughly	loyal	to	employer	(Gallup)
• People	rather	keep	than	share
• 90-9-1
Integration!	Why?
Consumers
Market	Share
Source:	Wikipedia	(https://en.wikipedia.org/wiki/Diffusion_of_innovations)
Integration!	Why?
How	to	overcome	that?
• Strategic	planning
• Organizational	changes
• Technology
Integration!	Why?
• Social	=	People
• Don’t	push,	generate	acceptance
• People	need	ability	to	change	(Enablement)
• Involve	/	inform	employees
• Qualify	employees
• People	need	willingness	to	change	(Decision)
• Create	and	share	Social	Business	Framework
• Active	motivation	to	participate
Integration!	Why?
• Information
• Onboarding Package
• Communication	Strategy and Concept (Events,	Campaign,	Roadshow)
• Ongoing Communication	Management
• Orientation	Guide	for Leaders
• Reasoning Map
• à Transparency
Integration!	Why?
• Qualification
• Seminars
• Webinars	(E-Learning)
• Social Learning	(Wikis,	Blogs)
• Self Learning
• Certificate (Community	Managers)
• Reverse	Mentoring
• Leadership
• Video
Integration!	Why?
• Organizational	and	functional
Framework
• Strategy	Map
• Guidelines
• Roles	/	Responsibilities
• Social	Business	Principles	/	Processes
• Working	Models
• Reporting	Setup	(KPI)
• Use	Case	Development
• Maturity	Assessment
Integration!	Why?
• Motivation
• Motivational	campaign
• Barcamps /	World	Cafes
• FedEx	Day
• Contest	/	Award
• Workshop
• Gamification
• Feedback	Channels
• Leaderboards
Integration!	Why?
• Social	Business	!=	Social	Software
• Decide	on	a	system	early
• Let	people	play	with	the	system
• Get	constant	feedback
• Apply	changes
• INTEGRATE	OTHER	SYSTEMS!
• Establish	single	point	of	information
Integration!	Why?
• Extend	System	to	your	needs
• Widgets
• Buttons,	Fields
• Small	Windows
• Applications
• APIs
• Push	/	Pull	data
• SPI
• React	on	changes
Connections	REST-API
• Read	and	write	Connections	data
• ActivityStream utilizes	OpenSocial (Google)	Standard
• Data	payloads	in	JSON	format
• Other	APIs	non-standardized
• Data	payloads	in	XML	format
• There	are	APIs	for	all	applications
• Profiles,	Wikis,	Blogs,	ActivityStreams,	Activities,	Communities,	Bookmarks,	
Files,	Forums,	Ideation	Blogs,	Search
Connections	REST-API
• REST-API	(CRUD)
• POST:	Create	new content
• PUT:	Update	content
• DELETE:	Delete	content
• GET:	Load	content
• API-Endpoints
• No unique mimic
• API-Payloads
• Similar,	but	no unique mimic either
Connections	REST-API
• Example:	ActivityStreams
• https://<host>/connections/opensocial/<auth>/rest/activitystreams/<user	
ID>/<group	ID>/<application	ID>/<activity	ID>
Component Meaning
<auth> (optional) If	using	form	based	authentication	leave	this	component	out.	Otherwise	
options	are	anonymos,	basic,		oauth.
<user	ID> The	user	whose stream	you’re	addressing	– use	@me for	current	users	stream,	@public
for	public	stream	or	a	community	ID	for	the	stream	in	a	community.
<group ID> The	group	of	entries	you’re	addressing	– use @all for	all	posts	or	options	for	special	
meaning	such	as	@saved,	@actions,	@mentions.	Refer	for	InfoCenter	and	resources	
slide	for	more.	
<application ID> When retrieving	entries	this	refers	to	the	application	(or	”generator”)	that	created	the	
entry.	All	the	IBM	Connections	app	names	can	be	used	(profiles,	blogs,	wikis etc.)	plus	
custom	ones	(e.g.	ontimegc).	@all used	for	all	applications.
<activity ID> Used to	reference	a	specific	event	e.g.	for	updating	saved	status.
Connections	REST-API
1. /activitystreams/@me/@all
List my (current users) entries
2. /activitystreams/@public/@all
List public stream entries
3. /activitystreams/@me/@actions
List my actionable events
4. /activitystreams/@me/@saved/blogs
List my saved events from blogs
5. /@me/@all/@all/urn:lsid:lconn.ibm.com:activitystreams.story:bdb562f…
Work with entry from my stream based on ID
* All URLs above start with
https://<host>/connections/opensocial/<auth>/rest
Connections	REST-API
{
"actor":	{
"id":	"@me"
},
"verb":	"post",
"title":	"[entry.title]",
"content":"[entry.content]",
"object":	{
"summary":	"[entry.object.summary]",
"objectType":	"note",
"id":	"00011",
"displayName":	"[entry.object.displayName]",
"url":	"http://myurl.com/myid"
}
}
[entry.title]
[entry.content]
[entry.oject.summary]
Henning	Schmidt	posted [entry.object.displayame]
[entry.content]
[entry.oject.summary]
Connections	REST-API
• Embedded	Experience
• Embedd and act on	external applications
• Either use iWidget or point to external
application with URL
• Register	(Whitelist)	URL	->	opensocial-config.xml
Connections	REST-API
DEMO
Connections	REST-API
• Goal:	ADOPTION!
• Good approach:	Connect	to and integrate 3rd	party systems by
utilizing the APIs
• Better approach:	Use automation!
• Option	1:	Data	migration
• Option	2:	Scan	data sources for updates and post
• Use Embedded	Experience
Connections	REST-API
Connections	REST-API
DEMO
Connections	REST-API
• SAP	Integration
• Detect new requests in	SAP
• Create	new entry in	approver‘s Activity Stream
• Utilize Embedded	Experience	to make a	decision
• Send	data back	to SAP
Connections	REST-API
• Corporate	HelpDesk
• Detect new issues
• Add	ToDo Item	to appropriate Activity and Section
• Work	on	ToDo in	Connections
• Once solved send	information back	to issuer
Connections	REST-API
• Organization Handbook
• Process Handbook	entries in	external system
• Option:	Utilize Embedded	Experience	during workflow
• Detect approved changes
• Create	new or update	Wiki	entries with approved Handbook	data
• Upload	attachments either as Wiki	
attachment or as community file
Conclusion
• Social	adoption	starts	in	the	organisation
• Qualify	and	motivate	people	to	participate
• Select	the	appropriate	software
• Qualify	and	motivate	people	to	use	it
• Integrate	other	systems
• Automate	integration
• Single	point	of	information
Questions /	Discussion
THANK	YOU!
GRAZIE!
IBM Connections How to use existing data to increase adoption success with IBM Connections

More Related Content

What's hot

Building business applications using business connectivity services using sha...
Building business applications using business connectivity services using sha...Building business applications using business connectivity services using sha...
Building business applications using business connectivity services using sha...
Chakkaradeep Chandran
 
DD109 Claims Based AuthN in SharePoint 2010
DD109 Claims Based AuthN in SharePoint 2010DD109 Claims Based AuthN in SharePoint 2010
DD109 Claims Based AuthN in SharePoint 2010
Spencer Harbar
 
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the CloudSharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
Danny Jessee
 
DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010
Spencer Harbar
 
It112 SharePoint 2010 Mythbusters
It112 SharePoint 2010MythbustersIt112 SharePoint 2010Mythbusters
It112 SharePoint 2010 Mythbusters
Spencer Harbar
 
Skb web2.0
Skb web2.0Skb web2.0
Skb web2.0
animove
 

What's hot (19)

BP205: There’s an API for that! Why and how to build on the IBM Connections P...
BP205: There’s an API for that! Why and how to build on the IBM Connections P...BP205: There’s an API for that! Why and how to build on the IBM Connections P...
BP205: There’s an API for that! Why and how to build on the IBM Connections P...
 
Permissions designed to scale
Permissions designed to scalePermissions designed to scale
Permissions designed to scale
 
Claims-Based Identity, Facebook, and the Cloud
Claims-Based Identity, Facebook, and the CloudClaims-Based Identity, Facebook, and the Cloud
Claims-Based Identity, Facebook, and the Cloud
 
Developing custom claim providers to enable authorization in share point an...
Developing custom claim providers to enable authorization in share point   an...Developing custom claim providers to enable authorization in share point   an...
Developing custom claim providers to enable authorization in share point an...
 
Building business applications using business connectivity services using sha...
Building business applications using business connectivity services using sha...Building business applications using business connectivity services using sha...
Building business applications using business connectivity services using sha...
 
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the CloudSharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
 
Linkedin & OAuth
Linkedin & OAuthLinkedin & OAuth
Linkedin & OAuth
 
DD109 Claims Based AuthN in SharePoint 2010
DD109 Claims Based AuthN in SharePoint 2010DD109 Claims Based AuthN in SharePoint 2010
DD109 Claims Based AuthN in SharePoint 2010
 
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the CloudSharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
 
Share point 2013 introd session 2
Share point 2013 introd session 2Share point 2013 introd session 2
Share point 2013 introd session 2
 
Developing social solutions on Microsoft technologies (SP Social and Yammer)
Developing social solutions on Microsoft technologies (SP Social and Yammer)Developing social solutions on Microsoft technologies (SP Social and Yammer)
Developing social solutions on Microsoft technologies (SP Social and Yammer)
 
DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010
 
OAuth2 and LinkedIn
OAuth2 and LinkedInOAuth2 and LinkedIn
OAuth2 and LinkedIn
 
It112 SharePoint 2010 Mythbusters
It112 SharePoint 2010MythbustersIt112 SharePoint 2010Mythbusters
It112 SharePoint 2010 Mythbusters
 
OAuth in SharePoint 2013
OAuth in SharePoint 2013OAuth in SharePoint 2013
OAuth in SharePoint 2013
 
Hooking SharePoint APIs with Android
Hooking SharePoint APIs with AndroidHooking SharePoint APIs with Android
Hooking SharePoint APIs with Android
 
Skb web2.0
Skb web2.0Skb web2.0
Skb web2.0
 
How Claims is Changing the Way We Authenticate and Authorize in SharePoint
How Claims is Changing the Way We Authenticate and Authorize in SharePointHow Claims is Changing the Way We Authenticate and Authorize in SharePoint
How Claims is Changing the Way We Authenticate and Authorize in SharePoint
 
Connectr #3 1.3
Connectr #3 1.3Connectr #3 1.3
Connectr #3 1.3
 

Viewers also liked

Viewers also liked (20)

Mail Client from Traveler to Verse On-Premises
Mail Client from Traveler to Verse On-PremisesMail Client from Traveler to Verse On-Premises
Mail Client from Traveler to Verse On-Premises
 
Meetit16 KeyNote di Apertura
Meetit16 KeyNote di AperturaMeetit16 KeyNote di Apertura
Meetit16 KeyNote di Apertura
 
Dominopoint meet the experts 2015 - XPages
Dominopoint   meet the experts 2015 - XPagesDominopoint   meet the experts 2015 - XPages
Dominopoint meet the experts 2015 - XPages
 
Cloudant e XPages
Cloudant e XPagesCloudant e XPages
Cloudant e XPages
 
Ortocloud l'applicazione per fare orto su Bluemix
Ortocloud l'applicazione per fare orto su BluemixOrtocloud l'applicazione per fare orto su Bluemix
Ortocloud l'applicazione per fare orto su Bluemix
 
Crossware MailSignature
Crossware MailSignatureCrossware MailSignature
Crossware MailSignature
 
Cooperteam soluzioni
Cooperteam soluzioniCooperteam soluzioni
Cooperteam soluzioni
 
IBM Verse New Way To Work
IBM Verse New Way To WorkIBM Verse New Way To Work
IBM Verse New Way To Work
 
La Collaborazione Europea
La Collaborazione EuropeaLa Collaborazione Europea
La Collaborazione Europea
 
IBM Connections 10 things every user should know
IBM Connections 10 things every user should knowIBM Connections 10 things every user should know
IBM Connections 10 things every user should know
 
Notes and Domino Roadmap
Notes and Domino RoadmapNotes and Domino Roadmap
Notes and Domino Roadmap
 
IBM Domino Modernizing apps with Angularjs
IBM Domino Modernizing apps with AngularjsIBM Domino Modernizing apps with Angularjs
IBM Domino Modernizing apps with Angularjs
 
IBM Worspace: Towards a culture of conversations
IBM Worspace: Towards a culture of conversationsIBM Worspace: Towards a culture of conversations
IBM Worspace: Towards a culture of conversations
 
IBM Bluemix
IBM BluemixIBM Bluemix
IBM Bluemix
 
Microsoft Outlook for Domino (IMSMO)
Microsoft Outlook for Domino (IMSMO)Microsoft Outlook for Domino (IMSMO)
Microsoft Outlook for Domino (IMSMO)
 
the future of work
the future of workthe future of work
the future of work
 
Riding the Enterprise Integration train
Riding the Enterprise Integration trainRiding the Enterprise Integration train
Riding the Enterprise Integration train
 
Bluemix Cloud Platform - dominopoint
Bluemix Cloud Platform - dominopointBluemix Cloud Platform - dominopoint
Bluemix Cloud Platform - dominopoint
 
Speed up the cloud adoption with SoftLayer Cloud Services - dominopoint
Speed up the cloud adoption with SoftLayer Cloud Services - dominopointSpeed up the cloud adoption with SoftLayer Cloud Services - dominopoint
Speed up the cloud adoption with SoftLayer Cloud Services - dominopoint
 
Keynote apertura Dominopoint Days 2013, #dd13
Keynote apertura Dominopoint Days 2013, #dd13Keynote apertura Dominopoint Days 2013, #dd13
Keynote apertura Dominopoint Days 2013, #dd13
 

Similar to IBM Connections How to use existing data to increase adoption success with IBM Connections

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
 
BP301 - An introduction to working with the activity stream
BP301 - An introduction to working with the activity streamBP301 - An introduction to working with the activity stream
BP301 - An introduction to working with the activity stream
Mikkel Flindt Heisterberg
 
Integrate Business Apps with Facebook, Twitter, and LinkedIn
Integrate Business Apps with Facebook, Twitter, and LinkedInIntegrate Business Apps with Facebook, Twitter, and LinkedIn
Integrate Business Apps with Facebook, Twitter, and LinkedIn
Salesforce Developers
 

Similar to IBM Connections How to use existing data to increase adoption success with IBM Connections (20)

Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...
Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...
Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...
 
Building Social Business Applications with OpenSocial
Building Social Business Applications with OpenSocialBuilding Social Business Applications with OpenSocial
Building Social Business Applications with OpenSocial
 
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 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...
 
Automating your tasks with microsoft flow
Automating your tasks with microsoft flowAutomating your tasks with microsoft flow
Automating your tasks with microsoft flow
 
Nwtl2017 extending and customizing ibm connections cloud
Nwtl2017 extending and customizing ibm connections cloudNwtl2017 extending and customizing ibm connections cloud
Nwtl2017 extending and customizing ibm connections cloud
 
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
 
IBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development StrategyIBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development Strategy
 
Resume Pritesh Gandhi
Resume Pritesh GandhiResume Pritesh Gandhi
Resume Pritesh Gandhi
 
Software Development Demo:GDSC&UISS .pptx
Software Development Demo:GDSC&UISS .pptxSoftware Development Demo:GDSC&UISS .pptx
Software Development Demo:GDSC&UISS .pptx
 
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
 
Open Standards For Social Business Apps
Open Standards For Social Business AppsOpen Standards For Social Business Apps
Open Standards For Social Business Apps
 
Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1
Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1
Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1
 
BP301 - An introduction to working with the activity stream
BP301 - An introduction to working with the activity streamBP301 - An introduction to working with the activity stream
BP301 - An introduction to working with the activity stream
 
Developing apps for share point 2013
Developing apps for share point 2013Developing apps for share point 2013
Developing apps for share point 2013
 
IIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the Key
IIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the KeyIIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the Key
IIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the Key
 
Integrate Business Apps with Facebook, Twitter, and LinkedIn
Integrate Business Apps with Facebook, Twitter, and LinkedInIntegrate Business Apps with Facebook, Twitter, and LinkedIn
Integrate Business Apps with Facebook, Twitter, and LinkedIn
 
Empowering you - Power BI, Power Platform & AI Builder
Empowering you  -  Power BI, Power Platform & AI BuilderEmpowering you  -  Power BI, Power Platform & AI Builder
Empowering you - Power BI, Power Platform & AI Builder
 
The Ball Launch on 2013 Microsoft TechDays Part 1/2
The Ball Launch on 2013 Microsoft TechDays Part 1/2The Ball Launch on 2013 Microsoft TechDays Part 1/2
The Ball Launch on 2013 Microsoft TechDays Part 1/2
 
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
 

More from Dominopoint - Italian Lotus User Group

More from Dominopoint - Italian Lotus User Group (11)

TOTP - Time-Based One Time password in Domino
TOTP - Time-Based One Time password in DominoTOTP - Time-Based One Time password in Domino
TOTP - Time-Based One Time password in Domino
 
Domino Backup V12 - Un nuovo Task
Domino Backup V12 - Un nuovo TaskDomino Backup V12 - Un nuovo Task
Domino Backup V12 - Un nuovo Task
 
Back to the Future: Understand and Optimize your IBM Notes and Domino Infrast...
Back to the Future: Understand and Optimize your IBM Notes and Domino Infrast...Back to the Future: Understand and Optimize your IBM Notes and Domino Infrast...
Back to the Future: Understand and Optimize your IBM Notes and Domino Infrast...
 
Life in the Fast Lane: Full Speed XPages!, #dd13
Life in the Fast Lane: Full Speed XPages!, #dd13Life in the Fast Lane: Full Speed XPages!, #dd13
Life in the Fast Lane: Full Speed XPages!, #dd13
 
The Latest and Greatest from OpenNTF and the IBM Social Business Toolkit, #dd13
The Latest and Greatest from OpenNTF and the IBM Social Business Toolkit, #dd13The Latest and Greatest from OpenNTF and the IBM Social Business Toolkit, #dd13
The Latest and Greatest from OpenNTF and the IBM Social Business Toolkit, #dd13
 
Tivoli Storage Manager - backup and restore for Domino, #dd13
Tivoli Storage Manager - backup and restore for Domino, #dd13Tivoli Storage Manager - backup and restore for Domino, #dd13
Tivoli Storage Manager - backup and restore for Domino, #dd13
 
XPages Mobile, #dd13
XPages Mobile, #dd13XPages Mobile, #dd13
XPages Mobile, #dd13
 
Dati, dati, dati! - Sfruttare le potenzialità delle XPages con Google Chart T...
Dati, dati, dati! - Sfruttare le potenzialità delle XPages con Google Chart T...Dati, dati, dati! - Sfruttare le potenzialità delle XPages con Google Chart T...
Dati, dati, dati! - Sfruttare le potenzialità delle XPages con Google Chart T...
 
IBM Connection - customize it, #dd13
IBM Connection - customize it, #dd13IBM Connection - customize it, #dd13
IBM Connection - customize it, #dd13
 
IBM Smart Cloud, #dd13
IBM Smart Cloud, #dd13IBM Smart Cloud, #dd13
IBM Smart Cloud, #dd13
 
Domino e HTML5, #dd13
Domino e HTML5, #dd13Domino e HTML5, #dd13
Domino e HTML5, #dd13
 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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
 
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
 
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...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
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
 
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?
 
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...
 
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
 
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?
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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...
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

IBM Connections How to use existing data to increase adoption success with IBM Connections