SlideShare a Scribd company logo
A (XPages) developers
guide to Cloudant
Frank van der Linden
@flinden68
About me
• Freelance Full stack Java developer, with XPages experience
• Curious of new technology
• Owner of elstar IT
• Former IBM Champion (2013, 2014)
Roadmap
• Why Cloudant
• Introduction to Cloudant
• Inside Cloudant
• Connect to Cloudant
• Cloudant @ XPages
Why Cloudant
Why Cloudant
• For HR Assistant we wanted to use a different datastore
Introduction to Cloudant
What is Cloudant
• It is the cloud version of CouchDb
• CouchDb is created by Damien Katz
• Cloudant is bought by IBM
• It is document based
• Is like MongoDb or NSF a NoSQL datastore
What is Cloudant
• Data stored as JSON
• View and Search ‘formula’ with javascript
• Replication
• Tasks
• Build in API
• No annoying limitations
Cloudant as service
• Cloudant can be added as service in BlueMix
Cloudant standalone
• Via website cloudant.com
Inside Cloudant
Inside Cloudant
Inside Cloudant
• View mapping
• Search index
Connect to Cloudant
Connect to Cloudant
• Direct via REST
• https://someusername:secret@account.cloudant.com
• Via a OSGi Plugin, uses the HTTPConnection
• https://bitbucket.org/flinden68/cloudant-connector
Connect to Cloudant
• Credentials
• Account, necessary for the OSGi plugin
Connect to Cloudant
• It is JSON everywhere
• _rev and _id, reserved parameters
• doc{}, is the actual data from application
Cloudant connector
• Storing in and retrieving from Cloudant
• Can be accessed from Java backend.
• Will take out the security issues.
• Do the heavy lifting. Don't reinvent the wheel.
• https://bitbucket.org/flinden68/cloudant-connector
Cloudant @ XPages
Cloudant @ XPages
Cloudant @ XPages
Cloudant @ XPages
• Repeat in XPages
• Columns - values from Job class
Cloudant @ XPages
• JobController - getJobs
Cloudant @ XPages
• Job Java Class
Cloudant @ XPages
• CloudantDAO
Cloudant @ XPages
• CloudantService - connect
• Find the data in Cloudant
Cloudant @ XPages
• Job JSON in Cloudant
Attachment @ Cloudant
• Stored as base64 encoded String
• Can be as standalone
• Or as part of Document (we choose this way)
• Store id as attachmentId, so it can be retrieved when needed
Attachment @ Cloudant
• AttachmentDAO
Attachment @ Cloudant
• AttachmentController
• Convert upload to Attachment
object
Attachment @ Cloudant
• ControllerBase
• All controllers can use these methods
Attachment @ Cloudant
• Servlet is called in application for download
• base64 data for the image tag
RichText @ Cloudant
• Stored as MultiMimePart
RichText @ Cloudant
• Which is nice converted to JSON ;-)
Search @ Cloudant
• Cloudant job ftSearch index
Search @ Cloudant
• Search example, filter the view
Search @ Cloudant
• Do the search in the Controller,
call DAO
Search @ Cloudant
• Search method calls the CloudantService
Search @ Cloudant
• CloudantService calls connector to get the data
Resources
• OSGi Cloudant connector
• https://bitbucket.org/flinden68/cloudant-connector
• Cloudant documentation
• https://docs.cloudant.com/
• HR Assistant
• hrassistant.eu-gb.mybluemix.net
• github.com/flinden68/HR-Assistant
Cloudant e XPages
Thank you
Cloudant e XPages

More Related Content

What's hot (20)

PDF
September-2021 OpenNTF Webinar: Domino Online Meeting Integration (DOMI)
Howard Greenberg
 
PDF
January OpenNTF Webinar - Backup your Domino Server - New Options in V12
Howard Greenberg
 
PDF
Continuous Delivery to Kubernetes with Jenkins and Helm
David Currie
 
PPTX
Hyper-V OpenStack Nova Compute
Alessandro Pilotti
 
PDF
Automating & Integrating Pantheon with JIRA, Slack, Jenkins and More
Pantheon
 
PDF
fabric8 ... and Docker, Kubernetes & OpenShift
roland.huss
 
PDF
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
Howard Greenberg
 
PDF
HCL Nomad for Admins - ENG
Ales Lichtenberg
 
PDF
Best Practices for Installing IBM Verse on Premises
TimsterC
 
PDF
Continuous Delivery to Kubernetes with Jenkins and Helm
David Currie
 
PDF
BlaBlaCar and infrastructure automation
sinfomicien
 
PDF
Automating CICD Pipeline with GitLab and Docker Containers for Java Applications
Jelastic Multi-Cloud PaaS
 
PDF
Preparing your dockerised application for production deployment
Dave Ward
 
PPTX
10 reasons you'll like Windows Server 2016
Aymen Mami
 
PDF
Hacking apache cloud stack
Nitin Mehta
 
PDF
2016 10-26 docker meetup - kubernetes on open stack
Amrita Prasad
 
PDF
Tech Talk: DevOps at LeanIX @ Startup Camp Berlin
LeanIX GmbH
 
PDF
ColdFusion in Transit action
ColdFusionConference
 
PPTX
Introduction to Microservices and Cloud Native Application Architecture
David Currie
 
PPTX
GCP - Continuous Integration and Delivery into Kubernetes with GitHub, Travis...
Oleg Shalygin
 
September-2021 OpenNTF Webinar: Domino Online Meeting Integration (DOMI)
Howard Greenberg
 
January OpenNTF Webinar - Backup your Domino Server - New Options in V12
Howard Greenberg
 
Continuous Delivery to Kubernetes with Jenkins and Helm
David Currie
 
Hyper-V OpenStack Nova Compute
Alessandro Pilotti
 
Automating & Integrating Pantheon with JIRA, Slack, Jenkins and More
Pantheon
 
fabric8 ... and Docker, Kubernetes & OpenShift
roland.huss
 
April, 2021 OpenNTF Webinar - Domino Administration Best Practices
Howard Greenberg
 
HCL Nomad for Admins - ENG
Ales Lichtenberg
 
Best Practices for Installing IBM Verse on Premises
TimsterC
 
Continuous Delivery to Kubernetes with Jenkins and Helm
David Currie
 
BlaBlaCar and infrastructure automation
sinfomicien
 
Automating CICD Pipeline with GitLab and Docker Containers for Java Applications
Jelastic Multi-Cloud PaaS
 
Preparing your dockerised application for production deployment
Dave Ward
 
10 reasons you'll like Windows Server 2016
Aymen Mami
 
Hacking apache cloud stack
Nitin Mehta
 
2016 10-26 docker meetup - kubernetes on open stack
Amrita Prasad
 
Tech Talk: DevOps at LeanIX @ Startup Camp Berlin
LeanIX GmbH
 
ColdFusion in Transit action
ColdFusionConference
 
Introduction to Microservices and Cloud Native Application Architecture
David Currie
 
GCP - Continuous Integration and Delivery into Kubernetes with GitHub, Travis...
Oleg Shalygin
 

Viewers also liked (20)

PDF
IBM Connections 10 things every user should know
Dominopoint - Italian Lotus User Group
 
PDF
IBM Connections How to use existing data to increase adoption success with IB...
Dominopoint - Italian Lotus User Group
 
PPT
Crossware MailSignature
Dominopoint - Italian Lotus User Group
 
PPTX
Ortocloud l'applicazione per fare orto su Bluemix
Dominopoint - Italian Lotus User Group
 
PPT
Notes and Domino Roadmap
Dominopoint - Italian Lotus User Group
 
PDF
La Collaborazione Europea
Dominopoint - Italian Lotus User Group
 
PDF
IBM Verse New Way To Work
Dominopoint - Italian Lotus User Group
 
PPT
Dominopoint meet the experts 2015 - XPages
Dominopoint - Italian Lotus User Group
 
PDF
IBM Domino Modernizing apps with Angularjs
Dominopoint - Italian Lotus User Group
 
PDF
IBM Worspace: Towards a culture of conversations
Dominopoint - Italian Lotus User Group
 
PPTX
Microsoft Outlook for Domino (IMSMO)
Dominopoint - Italian Lotus User Group
 
PDF
Mail Client from Traveler to Verse On-Premises
Dominopoint - Italian Lotus User Group
 
PDF
Riding the Enterprise Integration train
Dominopoint - Italian Lotus User Group
 
PPTX
Meetit16 KeyNote di Apertura
Dominopoint - Italian Lotus User Group
 
PDF
Bluemix Cloud Platform - dominopoint
Dominopoint - Italian Lotus User Group
 
PDF
Speed up the cloud adoption with SoftLayer Cloud Services - dominopoint
Dominopoint - Italian Lotus User Group
 
PPT
Keynote apertura Dominopoint Days 2013, #dd13
Dominopoint - Italian Lotus User Group
 
IBM Connections 10 things every user should know
Dominopoint - Italian Lotus User Group
 
IBM Connections How to use existing data to increase adoption success with IB...
Dominopoint - Italian Lotus User Group
 
Ortocloud l'applicazione per fare orto su Bluemix
Dominopoint - Italian Lotus User Group
 
Notes and Domino Roadmap
Dominopoint - Italian Lotus User Group
 
La Collaborazione Europea
Dominopoint - Italian Lotus User Group
 
IBM Verse New Way To Work
Dominopoint - Italian Lotus User Group
 
Dominopoint meet the experts 2015 - XPages
Dominopoint - Italian Lotus User Group
 
IBM Domino Modernizing apps with Angularjs
Dominopoint - Italian Lotus User Group
 
IBM Worspace: Towards a culture of conversations
Dominopoint - Italian Lotus User Group
 
Microsoft Outlook for Domino (IMSMO)
Dominopoint - Italian Lotus User Group
 
Mail Client from Traveler to Verse On-Premises
Dominopoint - Italian Lotus User Group
 
Riding the Enterprise Integration train
Dominopoint - Italian Lotus User Group
 
Meetit16 KeyNote di Apertura
Dominopoint - Italian Lotus User Group
 
Bluemix Cloud Platform - dominopoint
Dominopoint - Italian Lotus User Group
 
Speed up the cloud adoption with SoftLayer Cloud Services - dominopoint
Dominopoint - Italian Lotus User Group
 
Keynote apertura Dominopoint Days 2013, #dd13
Dominopoint - Italian Lotus User Group
 
Ad

Similar to Cloudant e XPages (20)

PDF
DEV03 - How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Real...
Frank van der Linden
 
PPTX
DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...
Frank van der Linden
 
PDF
Wcs-1785 How Watson, Bluemix, Cloudant and XPages can work together in a real...
Frank van der Linden
 
PPTX
Tear It Down, Build It Back Up: Empowering Developers with Amazon CloudFormation
James Andrew Vaughn
 
PPTX
Going Serverless - an Introduction to AWS Glue
Michael Rainey
 
PPTX
Campus days Azure HDInsight automation
Kenneth Michael Nielsen
 
PDF
9 - Making Sense of Containers in the Microsoft Cloud
Kangaroot
 
PDF
Cnam azure ze cloud resource manager
Aymeric Weinbach
 
PDF
Taking Gliffy to the Cloud – Moving to Atlassian Connect - Mike Cialowicz
Atlassian
 
PDF
Forge - DevCon 2016: From Desktop to the Cloud with Forge
Autodesk
 
PPTX
From desktop to the cloud with forge
fpm2015
 
PPT
JDD 2016 - Jacek Bukowski - "Flying To Clouds" - Can It Be Easy?
PROIDEA
 
PPT
Flying to clouds - can it be easy? Cloud Native Applications
Jacek Bukowski
 
PPTX
Azure Resource Manager templates: Improve deployment time and reusability
Stephane Lapointe
 
PPTX
A (XPages) developers guide to Cloudant
Frank van der Linden
 
PDF
Clocker - How to Train your Docker Cloud
Andrew Kennedy
 
PPTX
With Automated ML, is Everyone an ML Engineer?
Dan Sullivan, Ph.D.
 
PDF
DevOps in real life
DataArt
 
PDF
J1 T1 3 - Azure Data Lake store & analytics 101 - Kenneth M. Nielsen
MS Cloud Summit
 
PDF
Apache Cayenne for WO Devs
WO Community
 
DEV03 - How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Real...
Frank van der Linden
 
DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...
Frank van der Linden
 
Wcs-1785 How Watson, Bluemix, Cloudant and XPages can work together in a real...
Frank van der Linden
 
Tear It Down, Build It Back Up: Empowering Developers with Amazon CloudFormation
James Andrew Vaughn
 
Going Serverless - an Introduction to AWS Glue
Michael Rainey
 
Campus days Azure HDInsight automation
Kenneth Michael Nielsen
 
9 - Making Sense of Containers in the Microsoft Cloud
Kangaroot
 
Cnam azure ze cloud resource manager
Aymeric Weinbach
 
Taking Gliffy to the Cloud – Moving to Atlassian Connect - Mike Cialowicz
Atlassian
 
Forge - DevCon 2016: From Desktop to the Cloud with Forge
Autodesk
 
From desktop to the cloud with forge
fpm2015
 
JDD 2016 - Jacek Bukowski - "Flying To Clouds" - Can It Be Easy?
PROIDEA
 
Flying to clouds - can it be easy? Cloud Native Applications
Jacek Bukowski
 
Azure Resource Manager templates: Improve deployment time and reusability
Stephane Lapointe
 
A (XPages) developers guide to Cloudant
Frank van der Linden
 
Clocker - How to Train your Docker Cloud
Andrew Kennedy
 
With Automated ML, is Everyone an ML Engineer?
Dan Sullivan, Ph.D.
 
DevOps in real life
DataArt
 
J1 T1 3 - Azure Data Lake store & analytics 101 - Kenneth M. Nielsen
MS Cloud Summit
 
Apache Cayenne for WO Devs
WO Community
 
Ad

More from Dominopoint - Italian Lotus User Group (11)

PPTX
TOTP - Time-Based One Time password in Domino
Dominopoint - Italian Lotus User Group
 
PDF
Domino Backup V12 - Un nuovo Task
Dominopoint - Italian Lotus User Group
 
PPT
Back to the Future: Understand and Optimize your IBM Notes and Domino Infrast...
Dominopoint - Italian Lotus User Group
 
PDF
Life in the Fast Lane: Full Speed XPages!, #dd13
Dominopoint - Italian Lotus User Group
 
PDF
The Latest and Greatest from OpenNTF and the IBM Social Business Toolkit, #dd13
Dominopoint - Italian Lotus User Group
 
PPT
Tivoli Storage Manager - backup and restore for Domino, #dd13
Dominopoint - Italian Lotus User Group
 
PPT
Dati, dati, dati! - Sfruttare le potenzialità delle XPages con Google Chart T...
Dominopoint - Italian Lotus User Group
 
PPT
IBM Connection - customize it, #dd13
Dominopoint - Italian Lotus User Group
 
PPT
IBM Smart Cloud, #dd13
Dominopoint - Italian Lotus User Group
 
ODP
Domino e HTML5, #dd13
Dominopoint - Italian Lotus User Group
 
TOTP - Time-Based One Time password in Domino
Dominopoint - Italian Lotus User Group
 
Domino Backup V12 - Un nuovo Task
Dominopoint - Italian Lotus User Group
 
Back to the Future: Understand and Optimize your IBM Notes and Domino Infrast...
Dominopoint - Italian Lotus User Group
 
Life in the Fast Lane: Full Speed XPages!, #dd13
Dominopoint - Italian Lotus User Group
 
The Latest and Greatest from OpenNTF and the IBM Social Business Toolkit, #dd13
Dominopoint - Italian Lotus User Group
 
Tivoli Storage Manager - backup and restore for Domino, #dd13
Dominopoint - Italian Lotus User Group
 
Dati, dati, dati! - Sfruttare le potenzialità delle XPages con Google Chart T...
Dominopoint - Italian Lotus User Group
 
IBM Connection - customize it, #dd13
Dominopoint - Italian Lotus User Group
 

Recently uploaded (20)

PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
The Future of Artificial Intelligence (AI)
Mukul
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PDF
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PPTX
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
PPTX
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
AgileNetwork
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PDF
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification
Ivan Ruchkin
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
The Future of Artificial Intelligence (AI)
Mukul
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
AgileNetwork
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
State-Dependent Conformal Perception Bounds for Neuro-Symbolic Verification
Ivan Ruchkin
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 

Cloudant e XPages