SlideShare une entreprise Scribd logo
1  sur  15
Télécharger pour lire hors ligne
www.tibbr.com
1
tibbr | Now, the Information Finds You.
- tibbr Integration
1
www.tibbr.com
tibbr Integration: Get More from Your
Existing Enterprise Systems and Improve
Business Process
tibbr empowers IT to integrate the enterprise systems and data that
your employees rely on every day to get their job done. With a web-
oriented architecture, a robust REST API and the tibbr Event Streams
Framework, tibbr allows you to marry enterprise social computing with
the critical business processes that propel your organization forward.
tibbr provides out-of-the-box integrations to Oracle, SAP, Salesforce.
com, and Microsoft SharePoint, while also making it easy to incorporate
homegrown or custom applications as well. By pulling key events and
data from these systems into tibbr – and tying them to relevant Subjects
in the tibbr social architecture – your employees can collaborate more
efficiently and serve your customers faster.
You can also deliver tibbr inside of other applications. tibSmartWidgets
deliver relevant streams from tibbr as your employees execute key
business processes.
This document will provide an overview of the tibbr Architecture, and
also highlight the four key methods (REST, ActiveMatrix BusinessWorks,
Event Streams and tibbrAnywhere) for integrating applications and
systems of record with tibbr’s social computing platform.
2
www.tibbr.com
Integration Type Benefits Example
REST API Loosely coupled, language
agnostic integration
Tie updates to relevant
Subjects in tibbr.
Receive updates from your
document management
system when people check-
in/check-out content.
ActiveMatrix BusinessWorks Current TIBCO customers
leverage custom built
integrations and messages
by pulling them into tibbr.
Give employees critical
updates from your
enterprise service bus as
they happen in real-time
Receive fine-grained
updates – such as when a
shipment is being delayed
– and users can serve your
customers faster.
Event Streams Framework Enable end-users to
configured updates they
want from your enterprise
systems.
Bi-directional integration
that lets users take action
in other enterprise systems
without leaving tibbr.
Receive and review
expense reports inside
your tibbr stream, and act
to approve them without
leaving tibbr.
tibSmartWidgets Bring tibbr to other
enterprise applications,
enabling power users to
keep relevant colleagues
and information right at
their fingertips.
Easy to embed and simple
coding (copy and paste in
relevant Subjects or People
IDs you’d like to render in
the stream).
As your HR team accesses
key tools in their HRM
system, pair it with the
“HR” subject tibbr
SmartWidget.
As your marketing
people update content
in SharePoint, pair it with
a tibbr SmartWidget for
“Sales Collateral.”
3
www.tibbr.com
tibbr Architecture: An Overview
Whether deployed on-premises or in the cloud, tibbr runs on a web-
oriented architecture with RESTful APIs that make it easy to integrate
data and systems in and out of the social computing platform. By
integrating with active directory and your single sign on systems, tibbr
makes it easy to populate your tibbr instance with rich user data just
hours after deployment.
Key Components of the tibbr Architecture
The tibbr server (Apache Tomcat) manages all the core tibbr services,
including users, messages and filtering. The server provides a clear
and secure Representational State Transfer (REST) interface. This allows
clients, events streams and utilities to utilize the HTTP protocol to
interact with the platform, making integrations with tibbr development
language agnostic. All content stored in the tibbr server is stored in the
database via Java Database Connectivity (JDBC).
4
www.tibbr.com
Web Client. The tibbr web client is a rich interface that runs on all the
major browsers and utilizes HTML, as well as Web 2.0 technologies like
Asynchronous JavaScript and XML (AJAX). Web browsers can access the
interface over either HTTP or, for added security, the HTTPS protocol.
Mobile Clients. tibbr has native apps for iPhone, BlackBerry, and
Android that connect with the tibbr server over the REST API, allowing
them to communicate over both HTTP and HTTPS for added security.
Command Line Interface. The CLI allows utilities to access the tibbr
server through the REST API to help manage tibbr deployments, in the
same way that mobile and web clients do.
Cache Server. tibbr utilizes a cache server to cache wall information
for a specific interval. In doing so, tibbr can respond quickly to client
requests and minimize the database load..
tibbr Search. tibbr runs on Apache SOLR search, a powerful open
source search engine. This will enable searches through tibbr messages,
subjects and people.
The tibbr event stream runner is a daemon process that runs the
event streams configured by you on a scheduled basis. Events can be
matched to relevant Subjects in tibbr.
Chat Server. The chat sever is run on Prosody, a flexible
communications server for Jabber/XMPP. This enables tibbr Instant
Messaging.
SMS Gateway. This enables you to send and receive text message
notifications from tibbr. tibbr supports Clickatell and Twilio.
E-mail Server. tibbr utilizes a Simple Mail Transfer Protocol (SMTP)
server to push out e-mail notifications and for account management
e-mails. tibbr supports server connections in both Secure Sockets Layer
(SSL) and non-SSL modes.
Lightweight Active Director Protocol. tibbr integrates with your
company’s active directory to authenticate users and retrieve user
profiles. You can also read user information from LDAP to populate the
tibbr database.
Security Assertion Markup Language (SAML). tibbr can integrate with
any SAML-based single sign on system.
Database. tibbr stores all of its content in a standard rational database,
and creates the necessary schema inside the database that is configured
during the installation process. Supported tibbr databases include
Microsoft SQL Server 2008, MySQL 5.x, and Oracle 11g Release 2.
www.tibbr.com
5
www.tibbr.com
The tibbr REST API: Integrate What Matters
The tibbr REST API makes it easy to integrate enterprise applications
written in any language. Virtually every part of the tibbr interface
-- including subjects, user profiles, tibbr posts and streams -- can be
accessed via the REST API to interact with other enterprise applications
and systems.
Because the tibbr REST API adheres to the HTTP and XML protocols,
it’s easy to pull an event from an enterprise system into a pertinent
tibbr Subject. So as an example, if you wanted to publish events from
your business intelligence system in tibbr, you could tie to them to the
Subject for “Business Analysts” (or any Subject of your choosing).
Common Objects inside tibbr
Assets (file attachments, message time stamps, and images)
Links
Messages (tibbr Posts)
Message filters
Subjects
Users
REST API Methods
The tibbr API makes it simple to use HTTP-based methods like “put,”
“post” and “delete” to manage the various actions and activities of
your integrations to the platform.
REST API Methods inside tibbr include:
Create, follow, and update users and subjects
Retrieve details on users or subjects
SAML authentication (log-in/log-out)
Posting, liking, starring, and deleting messages
Adding, deleting and retrieving user and subject followers
Search for messages, subjects and users
The tibbr REST API is bi-directional. So if you’d like to pull events from
tibbr into another application, this can be done with the objects and
their methods listed above. Detailed REST documentation on these
methods and objects can be found at http://docs.tibco.com/ under
“tibbr.”
www.tibbr.com
6
ActiveMatrix BusinessWorks: Bring Your
Custom Business Integrations and Processes
into tibbr
If you’re a company that leverages TIBCO’s Enterprise Service Bus to
build integrations across your company’s core systems, now you can
incorporate those messages and process flows as posts inside tibbr with
the BusinessWorks plug-in for tibbr.
The BusinessWorks Plug-In for tibbr: How it Works
Using the plug-in is easy, and requires a few simple steps:
1. Install the plug-in into the BusinessWorks designer.
2. As you construct a specific business process that’s destined for
specific systems and databases, now you will have the option to
point it to tibbr as well.
3. Set rules for sending to tibbr, and what Subjects and Users receive
the update to ensure relevance.
www.tibbr.com
7
Example
One tibbr customer is a shipping cargo company based in
Asia. With 6,000 employees and 1,000 partners, they needed a
central place to collaborate and learn about the status of cargo
shipments. Using the tibbr plug-in for BusinessWorks, they were
able to push updates from their track and trace system into tibbr.
Now, employees receive updates in tibbr about shipment delays,
and are able to serve customers faster.
Since launching in January, tibbr customers have already utilized this
critical integration point.
www.tibbr.com
8
The tibbr Event Streams Framework
tibbr Event Streams provide a powerful way to enable integrations with
your core enterprise systems, while at the same time enabling end-users
of tibbr to configure the updates and events that matter most to them
right from the main user interface.
There are two types of event streams
1. Work Streams are server-based integrations with your enterprise
applications
2. Life Streams are browser-based integrations that connect to
applications on the Web.
tibbr Work Streams: What They Are and How They Work
Overview
tibbr Event Streams are each a tibbr plug-in that integrates with a
specific enterprise application of your choosing. To communicate
with, and deliver, the data into tibbr, tibbr leverages the tibbr
event stream runner, a daemon process that runs the event
streams configured by you on a scheduled basis. Events streams
can be matched to relevant Subjects in tibbr, so you deliver data to
the right people at the right time.
By default, Event Streams aren’t made public. To share them inside
your tibbr instance, you’ll have to explicitly add users or choose to
make them public.
www.tibbr.com
9
Built on a Ruby framework, you can use any editor to create
custom applications and connections to the tibbr platform that can
be accessed via the tibbr web client.
tibbr provides you the with proper templates, syntax and scripts to
edit and register the application inside your tibbr instance.
As you build your new application, you can map it to the tibbr
application template that will users to customize their event
streams later.
The Event Streams Process
A tibbr Administrator registers a New Event Stream application
The event stream runner sends the applicable events to the tibbr
activity stream, where end-users can collaborate around those
events.
Some plug-ins work bi-directionally -- enabling users to send
information back to the system being displayed in that Event
Stream.
You can make the Event Stream available to everyone across your
company, or by mapping to particular subjects, a smaller subset of
users.
www.tibbr.com
10
Today, tibbr features pre-built event streams to the following
applications:
Oracle (Expenses and Order Management)
SAP (CRM and ERP)
Salesforce.com (CRM)
Life Streams: Bringing the Consumer Web Securely Into tibbr
Some organizations allow their employees to access consumer social
networks like Facebook, Twitter and LinkedIn while at work. With tibbr
life streams, users can click to “enable” the social networks they log-
into. After, they simply log-in with their credentials, and they can toggle
to these networks inside tibbr.
www.tibbr.com
11
tibSmartWidgets is an embeddable, pre-built gadget that allows you to
embed tibbr securely inside other applications. With tibSmartWidgets,
users of enterprise systems can access their content, Subjects and
colleagues right within the context of where they’re working and helping
execute key business processes.
tibSmartWidgets allow you to embed:
Wall Messages
Subject streams and hierarchies
tibbr search
Because tibbr provides you with the javascript for the SmartWidgets,
they require very little custom coding, and that you merely copy and
paste in the proper objects and messages from tibbr that you’d like to
surface.
For example, if you had a Human Resources Management Application,
you could embed a tibSmartWidget that pulls into the feed from the
“HR.Team” subject in tibbr. As members of the HR team execute key
business processes in their HRM system, the colleagues they need are
right at their fingertips.
To make this work, you simply alter the web address inside the
tibSmartWidget.
http://your_tibbr_domain/a/gadgets/subbject_messages.html.
tibSmartWidgets bring context and collaborative capabilities to users
that have to spend much of their day inside enterprise applications that
drive your business.
tibSmartWidgets: Bring tibbr into
Enterprise Applications
www.tibbr.com
12
When integrating system events and updates into tibbr, you can choose
to tie them to a specific subject. This not only ensures fine-grained
governance over who sees what data, but it also encourages relevance:
Only people inside your company see the events pertinent to their job
role.
For example, if you have a Microsoft SharePoint Library for “HR Policy
Documents,” you can pull relevant updates into your tibbr “HR”
Subject. Employees who follow that subject can see when a document
is checked in to that particular SharePoint library. Inside tibbr, they
can easily have conversations around the document, and suggest
improvements.
But tibbr also enables bi-directional capabilities. For example, in this
conversation, an employee collaborating with colleagues realizes he has
a more updated document to place into SharePoint. With the simple
click of a button, he can upload it to the proper library in SharePoint
right from the context of his tibbr Stream.
What tibbr Integrations Look Like
www.tibbr.com
13
tibbr pulls in relevant data from CRM, ERP and other transactional
systems as well.
From Salesforce.com, you could publish key events (such as
“Opportunity Created”), and empower people from outside your
sales team to give input on how you might win that account.
From SAP, you could send out an alert to your operations team
every time your most popular products deplete in inventory, and
click to replenish the stock from inside tibbr.
tibbr’s Oracle Expenses Event Stream pulls in updates every time
a relevant employee files an expense report in Oracle. With tibbr’s
bi-directional capability, you can view the expense report and
approve it without leaving your event stream.
www.tibbr.com
14
Ultimately, these integrations save your people time. The average
computer user checks e-mail or changes windows nearly 37 times an
hour. For workers without a computer, they often need to ask colleagues
or receive periodic e-mail updates from these systems long after the
key events. With tibbr’s native mobile applications for iOS, Android, and
BlackBerry, now they can stay in the know and help close the loop on
key business processes.
Conclusion
To learn more about how you can integrate your key systems of record
at tibbr, contact your TIBCO sales rep or contact tibbr@tibco.com today.

Contenu connexe

Tendances

CSIS: Cloud Service Identification System
CSIS: Cloud Service Identification System CSIS: Cloud Service Identification System
CSIS: Cloud Service Identification System IJECEIAES
 
#3 Wso2 masterclassitalia - wso2 Identity Server: must-have per gestire le id...
#3 Wso2 masterclassitalia - wso2 Identity Server: must-have per gestire le id...#3 Wso2 masterclassitalia - wso2 Identity Server: must-have per gestire le id...
#3 Wso2 masterclassitalia - wso2 Identity Server: must-have per gestire le id...Profesia Srl, Lynx Group
 
Mio product suite
Mio product suiteMio product suite
Mio product suiteOnFrame Ltd
 
SIF IDM Profile Introduction
SIF IDM Profile IntroductionSIF IDM Profile Introduction
SIF IDM Profile IntroductionRichard Tong
 
Microsoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - AtidanMicrosoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - AtidanDavid J Rosenthal
 
JoTechies - Cloud identity
JoTechies - Cloud identityJoTechies - Cloud identity
JoTechies - Cloud identityJoTechies
 
Identity and Authentication in Office 2013 and Office 365 from Microsoft
Identity and Authentication in Office 2013 and Office 365 from MicrosoftIdentity and Authentication in Office 2013 and Office 365 from Microsoft
Identity and Authentication in Office 2013 and Office 365 from MicrosoftDavid J Rosenthal
 
Azure AD B2C Webinar Series: Custom Policies Part 2 Policy Walkthrough
Azure AD B2C Webinar Series: Custom Policies Part 2 Policy WalkthroughAzure AD B2C Webinar Series: Custom Policies Part 2 Policy Walkthrough
Azure AD B2C Webinar Series: Custom Policies Part 2 Policy WalkthroughVinu Gunasekaran
 
Active Directory Self-Service Suite Overview
Active Directory Self-Service Suite OverviewActive Directory Self-Service Suite Overview
Active Directory Self-Service Suite OverviewEmpowerID
 
Aws hipaa compliance_whitepaper
Aws hipaa compliance_whitepaperAws hipaa compliance_whitepaper
Aws hipaa compliance_whitepapersaifam
 
Large Scale User Provisioning with Hitachi ID Identity Manager
Large Scale User Provisioning with Hitachi ID Identity ManagerLarge Scale User Provisioning with Hitachi ID Identity Manager
Large Scale User Provisioning with Hitachi ID Identity ManagerHitachi ID Systems, Inc.
 
Open am and_radiantone
Open am and_radiantoneOpen am and_radiantone
Open am and_radiantoneJose R
 
Azure AD B2C Webinar Series: Custom Policies Part 1
Azure AD B2C Webinar Series: Custom Policies Part 1Azure AD B2C Webinar Series: Custom Policies Part 1
Azure AD B2C Webinar Series: Custom Policies Part 1Vinu Gunasekaran
 
Azure AD B2C Webinar Series: Identity Protocols OIDC and OAuth2 part 1
Azure AD B2C Webinar Series: Identity Protocols OIDC and OAuth2 part 1Azure AD B2C Webinar Series: Identity Protocols OIDC and OAuth2 part 1
Azure AD B2C Webinar Series: Identity Protocols OIDC and OAuth2 part 1Vinu Gunasekaran
 
SPUnite17 User Profile Synchronisation with Identity Manager
SPUnite17 User Profile Synchronisation with Identity ManagerSPUnite17 User Profile Synchronisation with Identity Manager
SPUnite17 User Profile Synchronisation with Identity ManagerNCCOMMS
 
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...AntonioMaio2
 
Shibboleth
ShibbolethShibboleth
Shibbolethshyamac
 
SPT 104 Unlock your big data with analytics and BI on Office 365
SPT 104 Unlock your big data with analytics and BI on Office 365SPT 104 Unlock your big data with analytics and BI on Office 365
SPT 104 Unlock your big data with analytics and BI on Office 365Brian Culver
 

Tendances (20)

CSIS: Cloud Service Identification System
CSIS: Cloud Service Identification System CSIS: Cloud Service Identification System
CSIS: Cloud Service Identification System
 
#3 Wso2 masterclassitalia - wso2 Identity Server: must-have per gestire le id...
#3 Wso2 masterclassitalia - wso2 Identity Server: must-have per gestire le id...#3 Wso2 masterclassitalia - wso2 Identity Server: must-have per gestire le id...
#3 Wso2 masterclassitalia - wso2 Identity Server: must-have per gestire le id...
 
Mio product suite
Mio product suiteMio product suite
Mio product suite
 
SIF IDM Profile Introduction
SIF IDM Profile IntroductionSIF IDM Profile Introduction
SIF IDM Profile Introduction
 
Microsoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - AtidanMicrosoft Cloud Identity and Access Management Poster - Atidan
Microsoft Cloud Identity and Access Management Poster - Atidan
 
JoTechies - Cloud identity
JoTechies - Cloud identityJoTechies - Cloud identity
JoTechies - Cloud identity
 
Identity and Authentication in Office 2013 and Office 365 from Microsoft
Identity and Authentication in Office 2013 and Office 365 from MicrosoftIdentity and Authentication in Office 2013 and Office 365 from Microsoft
Identity and Authentication in Office 2013 and Office 365 from Microsoft
 
Azure AD B2C Webinar Series: Custom Policies Part 2 Policy Walkthrough
Azure AD B2C Webinar Series: Custom Policies Part 2 Policy WalkthroughAzure AD B2C Webinar Series: Custom Policies Part 2 Policy Walkthrough
Azure AD B2C Webinar Series: Custom Policies Part 2 Policy Walkthrough
 
Active Directory Self-Service Suite Overview
Active Directory Self-Service Suite OverviewActive Directory Self-Service Suite Overview
Active Directory Self-Service Suite Overview
 
816isdfo
816isdfo816isdfo
816isdfo
 
Aws hipaa compliance_whitepaper
Aws hipaa compliance_whitepaperAws hipaa compliance_whitepaper
Aws hipaa compliance_whitepaper
 
Large Scale User Provisioning with Hitachi ID Identity Manager
Large Scale User Provisioning with Hitachi ID Identity ManagerLarge Scale User Provisioning with Hitachi ID Identity Manager
Large Scale User Provisioning with Hitachi ID Identity Manager
 
Open am and_radiantone
Open am and_radiantoneOpen am and_radiantone
Open am and_radiantone
 
Azure AD B2C Webinar Series: Custom Policies Part 1
Azure AD B2C Webinar Series: Custom Policies Part 1Azure AD B2C Webinar Series: Custom Policies Part 1
Azure AD B2C Webinar Series: Custom Policies Part 1
 
Azure AD B2C Webinar Series: Identity Protocols OIDC and OAuth2 part 1
Azure AD B2C Webinar Series: Identity Protocols OIDC and OAuth2 part 1Azure AD B2C Webinar Series: Identity Protocols OIDC and OAuth2 part 1
Azure AD B2C Webinar Series: Identity Protocols OIDC and OAuth2 part 1
 
SPUnite17 User Profile Synchronisation with Identity Manager
SPUnite17 User Profile Synchronisation with Identity ManagerSPUnite17 User Profile Synchronisation with Identity Manager
SPUnite17 User Profile Synchronisation with Identity Manager
 
AzureAAD
AzureAADAzureAAD
AzureAAD
 
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...
 
Shibboleth
ShibbolethShibboleth
Shibboleth
 
SPT 104 Unlock your big data with analytics and BI on Office 365
SPT 104 Unlock your big data with analytics and BI on Office 365SPT 104 Unlock your big data with analytics and BI on Office 365
SPT 104 Unlock your big data with analytics and BI on Office 365
 

Similaire à How to Get More Out of Your Integration Systems

Elewayte Cloud Computing Advancements
Elewayte Cloud Computing AdvancementsElewayte Cloud Computing Advancements
Elewayte Cloud Computing AdvancementsElewayte
 
all-ibm-cloud-architecture-icons-October2019.pptx
all-ibm-cloud-architecture-icons-October2019.pptxall-ibm-cloud-architecture-icons-October2019.pptx
all-ibm-cloud-architecture-icons-October2019.pptxMarwan Semsom
 
SOA Fundamentals
SOA  FundamentalsSOA  Fundamentals
SOA Fundamentalsabhi1112
 
Connected Banking Framework
Connected Banking FrameworkConnected Banking Framework
Connected Banking FrameworkKashif Akram
 
Integration Approach for MES
Integration Approach for MESIntegration Approach for MES
Integration Approach for MESVinod Kumar
 
Power BI: Introduction with a use case and solution
Power BI: Introduction with a use case and solutionPower BI: Introduction with a use case and solution
Power BI: Introduction with a use case and solutionAlvina Verghis
 
IBM Z for the Digital Enterprise - Microservices, APIs
IBM Z for the Digital Enterprise - Microservices, APIsIBM Z for the Digital Enterprise - Microservices, APIs
IBM Z for the Digital Enterprise - Microservices, APIsDevOps for Enterprise Systems
 
okta | Top 8 Identity and Access Management Challenges with Your SaaS Applica...
okta | Top 8 Identity and Access Management Challenges with Your SaaS Applica...okta | Top 8 Identity and Access Management Challenges with Your SaaS Applica...
okta | Top 8 Identity and Access Management Challenges with Your SaaS Applica...Abhishek Sood
 
z/OS Connect - Overview at the "z Systems Agile Enterprise Development Confer...
z/OS Connect - Overview at the "z Systems Agile Enterprise Development Confer...z/OS Connect - Overview at the "z Systems Agile Enterprise Development Confer...
z/OS Connect - Overview at the "z Systems Agile Enterprise Development Confer...DevOps for Enterprise Systems
 
Bitrix Intranet Version 11.0 Presentation
Bitrix Intranet Version 11.0 PresentationBitrix Intranet Version 11.0 Presentation
Bitrix Intranet Version 11.0 PresentationBitrix, Inc.
 
Web Based Investment Management System
Web Based Investment Management SystemWeb Based Investment Management System
Web Based Investment Management SystemMike Taylor
 
Comparison of CXAIR to Traditional BI Technologies
Comparison of CXAIR to Traditional BI Technologies Comparison of CXAIR to Traditional BI Technologies
Comparison of CXAIR to Traditional BI Technologies Connexica
 

Similaire à How to Get More Out of Your Integration Systems (20)

Elewayte Cloud Computing Advancements
Elewayte Cloud Computing AdvancementsElewayte Cloud Computing Advancements
Elewayte Cloud Computing Advancements
 
all-ibm-cloud-architecture-icons-October2019.pptx
all-ibm-cloud-architecture-icons-October2019.pptxall-ibm-cloud-architecture-icons-October2019.pptx
all-ibm-cloud-architecture-icons-October2019.pptx
 
SOA Fundamentals
SOA  FundamentalsSOA  Fundamentals
SOA Fundamentals
 
Api enablement-mainframe
Api enablement-mainframeApi enablement-mainframe
Api enablement-mainframe
 
Connected Banking Framework
Connected Banking FrameworkConnected Banking Framework
Connected Banking Framework
 
Integration Approach for MES
Integration Approach for MESIntegration Approach for MES
Integration Approach for MES
 
Power BI: Introduction with a use case and solution
Power BI: Introduction with a use case and solutionPower BI: Introduction with a use case and solution
Power BI: Introduction with a use case and solution
 
IBM Z for the Digital Enterprise - Microservices, APIs
IBM Z for the Digital Enterprise - Microservices, APIsIBM Z for the Digital Enterprise - Microservices, APIs
IBM Z for the Digital Enterprise - Microservices, APIs
 
[IJET-V2I2P8] Authors:Ms. Madhushree M.Kubsad
[IJET-V2I2P8] Authors:Ms. Madhushree M.Kubsad[IJET-V2I2P8] Authors:Ms. Madhushree M.Kubsad
[IJET-V2I2P8] Authors:Ms. Madhushree M.Kubsad
 
BTP – Bullion Trading Portal
BTP – Bullion Trading PortalBTP – Bullion Trading Portal
BTP – Bullion Trading Portal
 
S S H 1
S S H 1S S H 1
S S H 1
 
Ssh 1
Ssh 1Ssh 1
Ssh 1
 
okta | Top 8 Identity and Access Management Challenges with Your SaaS Applica...
okta | Top 8 Identity and Access Management Challenges with Your SaaS Applica...okta | Top 8 Identity and Access Management Challenges with Your SaaS Applica...
okta | Top 8 Identity and Access Management Challenges with Your SaaS Applica...
 
z/OS Connect - Overview at the "z Systems Agile Enterprise Development Confer...
z/OS Connect - Overview at the "z Systems Agile Enterprise Development Confer...z/OS Connect - Overview at the "z Systems Agile Enterprise Development Confer...
z/OS Connect - Overview at the "z Systems Agile Enterprise Development Confer...
 
Bitrix Intranet Version 11.0 Presentation
Bitrix Intranet Version 11.0 PresentationBitrix Intranet Version 11.0 Presentation
Bitrix Intranet Version 11.0 Presentation
 
Web Based Investment Management System
Web Based Investment Management SystemWeb Based Investment Management System
Web Based Investment Management System
 
Microservices
MicroservicesMicroservices
Microservices
 
Unit III.docx
Unit  III.docxUnit  III.docx
Unit III.docx
 
Comparison of CXAIR to Traditional BI Technologies
Comparison of CXAIR to Traditional BI Technologies Comparison of CXAIR to Traditional BI Technologies
Comparison of CXAIR to Traditional BI Technologies
 
Refactoring to Microservice Architecture
Refactoring to Microservice ArchitectureRefactoring to Microservice Architecture
Refactoring to Microservice Architecture
 

Plus de tibbr

The ROI of Collaboration featuring research from Forrester
The ROI of Collaboration featuring research from ForresterThe ROI of Collaboration featuring research from Forrester
The ROI of Collaboration featuring research from Forrestertibbr
 
The ROI Global Forum on Enterprise Social Networking
The ROI Global Forum on Enterprise Social NetworkingThe ROI Global Forum on Enterprise Social Networking
The ROI Global Forum on Enterprise Social Networkingtibbr
 
Leading Media and Marketing Solutions Company Yellow Pages Group Uses Enterpr...
Leading Media and Marketing Solutions Company Yellow Pages Group Uses Enterpr...Leading Media and Marketing Solutions Company Yellow Pages Group Uses Enterpr...
Leading Media and Marketing Solutions Company Yellow Pages Group Uses Enterpr...tibbr
 
How Schneider Electric Connects Over 140,000 Employees Around the Globe
How Schneider Electric Connects Over 140,000 Employees Around the GlobeHow Schneider Electric Connects Over 140,000 Employees Around the Globe
How Schneider Electric Connects Over 140,000 Employees Around the Globetibbr
 
69,000 Consultants Use an Enterprise Social Network to Overcome Market Challe...
69,000 Consultants Use an Enterprise Social Network to Overcome Market Challe...69,000 Consultants Use an Enterprise Social Network to Overcome Market Challe...
69,000 Consultants Use an Enterprise Social Network to Overcome Market Challe...tibbr
 
Professional Services Firm Veritec Reduces Email Traffic and Noise with Enter...
Professional Services Firm Veritec Reduces Email Traffic and Noise with Enter...Professional Services Firm Veritec Reduces Email Traffic and Noise with Enter...
Professional Services Firm Veritec Reduces Email Traffic and Noise with Enter...tibbr
 
Global Law Enforcement Agency InterPortPolice Uses Enterprise Social Networki...
Global Law Enforcement Agency InterPortPolice Uses Enterprise Social Networki...Global Law Enforcement Agency InterPortPolice Uses Enterprise Social Networki...
Global Law Enforcement Agency InterPortPolice Uses Enterprise Social Networki...tibbr
 
Australian Real Estate Agency Compton Green Uses Enterprise Social Networking...
Australian Real Estate Agency Compton Green Uses Enterprise Social Networking...Australian Real Estate Agency Compton Green Uses Enterprise Social Networking...
Australian Real Estate Agency Compton Green Uses Enterprise Social Networking...tibbr
 
Global Energy Management Specialist, Schneider Electric, Uses Enterprise Soci...
Global Energy Management Specialist, Schneider Electric, Uses Enterprise Soci...Global Energy Management Specialist, Schneider Electric, Uses Enterprise Soci...
Global Energy Management Specialist, Schneider Electric, Uses Enterprise Soci...tibbr
 
Leading Digital Advertising and Marketing Solutions Company, Yellow Pages Gro...
Leading Digital Advertising and Marketing Solutions Company, Yellow Pages Gro...Leading Digital Advertising and Marketing Solutions Company, Yellow Pages Gro...
Leading Digital Advertising and Marketing Solutions Company, Yellow Pages Gro...tibbr
 
Leading Nordic IT-services Company, Tieto, Uses Enterprise Social Networking ...
Leading Nordic IT-services Company, Tieto, Uses Enterprise Social Networking ...Leading Nordic IT-services Company, Tieto, Uses Enterprise Social Networking ...
Leading Nordic IT-services Company, Tieto, Uses Enterprise Social Networking ...tibbr
 
Multinational Media and Information Firm, Thomson Reuters, Uses Enterprise So...
Multinational Media and Information Firm, Thomson Reuters, Uses Enterprise So...Multinational Media and Information Firm, Thomson Reuters, Uses Enterprise So...
Multinational Media and Information Firm, Thomson Reuters, Uses Enterprise So...tibbr
 
German Search Portal Meinestadt Uses Enterprise Social Network
German Search Portal Meinestadt Uses Enterprise Social Network German Search Portal Meinestadt Uses Enterprise Social Network
German Search Portal Meinestadt Uses Enterprise Social Network tibbr
 
How Social Software Helps 350,000 Men's Wearhouse Customers Dress Better Ever...
How Social Software Helps 350,000 Men's Wearhouse Customers Dress Better Ever...How Social Software Helps 350,000 Men's Wearhouse Customers Dress Better Ever...
How Social Software Helps 350,000 Men's Wearhouse Customers Dress Better Ever...tibbr
 
A Nielsen Company Case Study: Accelerating Innovation with Collaboration
A Nielsen Company Case Study: Accelerating Innovation with CollaborationA Nielsen Company Case Study: Accelerating Innovation with Collaboration
A Nielsen Company Case Study: Accelerating Innovation with Collaborationtibbr
 
Making the Most Out of Your Company's Expertise
Making the Most Out of Your Company's ExpertiseMaking the Most Out of Your Company's Expertise
Making the Most Out of Your Company's Expertisetibbr
 
Cathay Pacific: Engaging Frontline Employees with Enterprise Social
Cathay Pacific: Engaging Frontline Employees with Enterprise SocialCathay Pacific: Engaging Frontline Employees with Enterprise Social
Cathay Pacific: Engaging Frontline Employees with Enterprise Socialtibbr
 
Overcoming Market and Growth Challenges with Enterprise Social
Overcoming Market and Growth Challenges with Enterprise SocialOvercoming Market and Growth Challenges with Enterprise Social
Overcoming Market and Growth Challenges with Enterprise Socialtibbr
 
Turbo-charging Your Organization's Productivity with Enterprise Social
Turbo-charging Your Organization's Productivity with Enterprise SocialTurbo-charging Your Organization's Productivity with Enterprise Social
Turbo-charging Your Organization's Productivity with Enterprise Socialtibbr
 
Engaged vs Disengaged Employees [Infographic]
Engaged vs Disengaged Employees [Infographic]Engaged vs Disengaged Employees [Infographic]
Engaged vs Disengaged Employees [Infographic]tibbr
 

Plus de tibbr (20)

The ROI of Collaboration featuring research from Forrester
The ROI of Collaboration featuring research from ForresterThe ROI of Collaboration featuring research from Forrester
The ROI of Collaboration featuring research from Forrester
 
The ROI Global Forum on Enterprise Social Networking
The ROI Global Forum on Enterprise Social NetworkingThe ROI Global Forum on Enterprise Social Networking
The ROI Global Forum on Enterprise Social Networking
 
Leading Media and Marketing Solutions Company Yellow Pages Group Uses Enterpr...
Leading Media and Marketing Solutions Company Yellow Pages Group Uses Enterpr...Leading Media and Marketing Solutions Company Yellow Pages Group Uses Enterpr...
Leading Media and Marketing Solutions Company Yellow Pages Group Uses Enterpr...
 
How Schneider Electric Connects Over 140,000 Employees Around the Globe
How Schneider Electric Connects Over 140,000 Employees Around the GlobeHow Schneider Electric Connects Over 140,000 Employees Around the Globe
How Schneider Electric Connects Over 140,000 Employees Around the Globe
 
69,000 Consultants Use an Enterprise Social Network to Overcome Market Challe...
69,000 Consultants Use an Enterprise Social Network to Overcome Market Challe...69,000 Consultants Use an Enterprise Social Network to Overcome Market Challe...
69,000 Consultants Use an Enterprise Social Network to Overcome Market Challe...
 
Professional Services Firm Veritec Reduces Email Traffic and Noise with Enter...
Professional Services Firm Veritec Reduces Email Traffic and Noise with Enter...Professional Services Firm Veritec Reduces Email Traffic and Noise with Enter...
Professional Services Firm Veritec Reduces Email Traffic and Noise with Enter...
 
Global Law Enforcement Agency InterPortPolice Uses Enterprise Social Networki...
Global Law Enforcement Agency InterPortPolice Uses Enterprise Social Networki...Global Law Enforcement Agency InterPortPolice Uses Enterprise Social Networki...
Global Law Enforcement Agency InterPortPolice Uses Enterprise Social Networki...
 
Australian Real Estate Agency Compton Green Uses Enterprise Social Networking...
Australian Real Estate Agency Compton Green Uses Enterprise Social Networking...Australian Real Estate Agency Compton Green Uses Enterprise Social Networking...
Australian Real Estate Agency Compton Green Uses Enterprise Social Networking...
 
Global Energy Management Specialist, Schneider Electric, Uses Enterprise Soci...
Global Energy Management Specialist, Schneider Electric, Uses Enterprise Soci...Global Energy Management Specialist, Schneider Electric, Uses Enterprise Soci...
Global Energy Management Specialist, Schneider Electric, Uses Enterprise Soci...
 
Leading Digital Advertising and Marketing Solutions Company, Yellow Pages Gro...
Leading Digital Advertising and Marketing Solutions Company, Yellow Pages Gro...Leading Digital Advertising and Marketing Solutions Company, Yellow Pages Gro...
Leading Digital Advertising and Marketing Solutions Company, Yellow Pages Gro...
 
Leading Nordic IT-services Company, Tieto, Uses Enterprise Social Networking ...
Leading Nordic IT-services Company, Tieto, Uses Enterprise Social Networking ...Leading Nordic IT-services Company, Tieto, Uses Enterprise Social Networking ...
Leading Nordic IT-services Company, Tieto, Uses Enterprise Social Networking ...
 
Multinational Media and Information Firm, Thomson Reuters, Uses Enterprise So...
Multinational Media and Information Firm, Thomson Reuters, Uses Enterprise So...Multinational Media and Information Firm, Thomson Reuters, Uses Enterprise So...
Multinational Media and Information Firm, Thomson Reuters, Uses Enterprise So...
 
German Search Portal Meinestadt Uses Enterprise Social Network
German Search Portal Meinestadt Uses Enterprise Social Network German Search Portal Meinestadt Uses Enterprise Social Network
German Search Portal Meinestadt Uses Enterprise Social Network
 
How Social Software Helps 350,000 Men's Wearhouse Customers Dress Better Ever...
How Social Software Helps 350,000 Men's Wearhouse Customers Dress Better Ever...How Social Software Helps 350,000 Men's Wearhouse Customers Dress Better Ever...
How Social Software Helps 350,000 Men's Wearhouse Customers Dress Better Ever...
 
A Nielsen Company Case Study: Accelerating Innovation with Collaboration
A Nielsen Company Case Study: Accelerating Innovation with CollaborationA Nielsen Company Case Study: Accelerating Innovation with Collaboration
A Nielsen Company Case Study: Accelerating Innovation with Collaboration
 
Making the Most Out of Your Company's Expertise
Making the Most Out of Your Company's ExpertiseMaking the Most Out of Your Company's Expertise
Making the Most Out of Your Company's Expertise
 
Cathay Pacific: Engaging Frontline Employees with Enterprise Social
Cathay Pacific: Engaging Frontline Employees with Enterprise SocialCathay Pacific: Engaging Frontline Employees with Enterprise Social
Cathay Pacific: Engaging Frontline Employees with Enterprise Social
 
Overcoming Market and Growth Challenges with Enterprise Social
Overcoming Market and Growth Challenges with Enterprise SocialOvercoming Market and Growth Challenges with Enterprise Social
Overcoming Market and Growth Challenges with Enterprise Social
 
Turbo-charging Your Organization's Productivity with Enterprise Social
Turbo-charging Your Organization's Productivity with Enterprise SocialTurbo-charging Your Organization's Productivity with Enterprise Social
Turbo-charging Your Organization's Productivity with Enterprise Social
 
Engaged vs Disengaged Employees [Infographic]
Engaged vs Disengaged Employees [Infographic]Engaged vs Disengaged Employees [Infographic]
Engaged vs Disengaged Employees [Infographic]
 

Dernier

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
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
 
🐬 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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
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
 
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...Igalia
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
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
 
[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.pdfhans926745
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Dernier (20)

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
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
 
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...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
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
 
[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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

How to Get More Out of Your Integration Systems

  • 1. www.tibbr.com 1 tibbr | Now, the Information Finds You. - tibbr Integration
  • 2. 1 www.tibbr.com tibbr Integration: Get More from Your Existing Enterprise Systems and Improve Business Process tibbr empowers IT to integrate the enterprise systems and data that your employees rely on every day to get their job done. With a web- oriented architecture, a robust REST API and the tibbr Event Streams Framework, tibbr allows you to marry enterprise social computing with the critical business processes that propel your organization forward. tibbr provides out-of-the-box integrations to Oracle, SAP, Salesforce. com, and Microsoft SharePoint, while also making it easy to incorporate homegrown or custom applications as well. By pulling key events and data from these systems into tibbr – and tying them to relevant Subjects in the tibbr social architecture – your employees can collaborate more efficiently and serve your customers faster. You can also deliver tibbr inside of other applications. tibSmartWidgets deliver relevant streams from tibbr as your employees execute key business processes. This document will provide an overview of the tibbr Architecture, and also highlight the four key methods (REST, ActiveMatrix BusinessWorks, Event Streams and tibbrAnywhere) for integrating applications and systems of record with tibbr’s social computing platform.
  • 3. 2 www.tibbr.com Integration Type Benefits Example REST API Loosely coupled, language agnostic integration Tie updates to relevant Subjects in tibbr. Receive updates from your document management system when people check- in/check-out content. ActiveMatrix BusinessWorks Current TIBCO customers leverage custom built integrations and messages by pulling them into tibbr. Give employees critical updates from your enterprise service bus as they happen in real-time Receive fine-grained updates – such as when a shipment is being delayed – and users can serve your customers faster. Event Streams Framework Enable end-users to configured updates they want from your enterprise systems. Bi-directional integration that lets users take action in other enterprise systems without leaving tibbr. Receive and review expense reports inside your tibbr stream, and act to approve them without leaving tibbr. tibSmartWidgets Bring tibbr to other enterprise applications, enabling power users to keep relevant colleagues and information right at their fingertips. Easy to embed and simple coding (copy and paste in relevant Subjects or People IDs you’d like to render in the stream). As your HR team accesses key tools in their HRM system, pair it with the “HR” subject tibbr SmartWidget. As your marketing people update content in SharePoint, pair it with a tibbr SmartWidget for “Sales Collateral.”
  • 4. 3 www.tibbr.com tibbr Architecture: An Overview Whether deployed on-premises or in the cloud, tibbr runs on a web- oriented architecture with RESTful APIs that make it easy to integrate data and systems in and out of the social computing platform. By integrating with active directory and your single sign on systems, tibbr makes it easy to populate your tibbr instance with rich user data just hours after deployment. Key Components of the tibbr Architecture The tibbr server (Apache Tomcat) manages all the core tibbr services, including users, messages and filtering. The server provides a clear and secure Representational State Transfer (REST) interface. This allows clients, events streams and utilities to utilize the HTTP protocol to interact with the platform, making integrations with tibbr development language agnostic. All content stored in the tibbr server is stored in the database via Java Database Connectivity (JDBC).
  • 5. 4 www.tibbr.com Web Client. The tibbr web client is a rich interface that runs on all the major browsers and utilizes HTML, as well as Web 2.0 technologies like Asynchronous JavaScript and XML (AJAX). Web browsers can access the interface over either HTTP or, for added security, the HTTPS protocol. Mobile Clients. tibbr has native apps for iPhone, BlackBerry, and Android that connect with the tibbr server over the REST API, allowing them to communicate over both HTTP and HTTPS for added security. Command Line Interface. The CLI allows utilities to access the tibbr server through the REST API to help manage tibbr deployments, in the same way that mobile and web clients do. Cache Server. tibbr utilizes a cache server to cache wall information for a specific interval. In doing so, tibbr can respond quickly to client requests and minimize the database load.. tibbr Search. tibbr runs on Apache SOLR search, a powerful open source search engine. This will enable searches through tibbr messages, subjects and people. The tibbr event stream runner is a daemon process that runs the event streams configured by you on a scheduled basis. Events can be matched to relevant Subjects in tibbr. Chat Server. The chat sever is run on Prosody, a flexible communications server for Jabber/XMPP. This enables tibbr Instant Messaging. SMS Gateway. This enables you to send and receive text message notifications from tibbr. tibbr supports Clickatell and Twilio. E-mail Server. tibbr utilizes a Simple Mail Transfer Protocol (SMTP) server to push out e-mail notifications and for account management e-mails. tibbr supports server connections in both Secure Sockets Layer (SSL) and non-SSL modes. Lightweight Active Director Protocol. tibbr integrates with your company’s active directory to authenticate users and retrieve user profiles. You can also read user information from LDAP to populate the tibbr database. Security Assertion Markup Language (SAML). tibbr can integrate with any SAML-based single sign on system. Database. tibbr stores all of its content in a standard rational database, and creates the necessary schema inside the database that is configured during the installation process. Supported tibbr databases include Microsoft SQL Server 2008, MySQL 5.x, and Oracle 11g Release 2.
  • 6. www.tibbr.com 5 www.tibbr.com The tibbr REST API: Integrate What Matters The tibbr REST API makes it easy to integrate enterprise applications written in any language. Virtually every part of the tibbr interface -- including subjects, user profiles, tibbr posts and streams -- can be accessed via the REST API to interact with other enterprise applications and systems. Because the tibbr REST API adheres to the HTTP and XML protocols, it’s easy to pull an event from an enterprise system into a pertinent tibbr Subject. So as an example, if you wanted to publish events from your business intelligence system in tibbr, you could tie to them to the Subject for “Business Analysts” (or any Subject of your choosing). Common Objects inside tibbr Assets (file attachments, message time stamps, and images) Links Messages (tibbr Posts) Message filters Subjects Users REST API Methods The tibbr API makes it simple to use HTTP-based methods like “put,” “post” and “delete” to manage the various actions and activities of your integrations to the platform. REST API Methods inside tibbr include: Create, follow, and update users and subjects Retrieve details on users or subjects SAML authentication (log-in/log-out) Posting, liking, starring, and deleting messages Adding, deleting and retrieving user and subject followers Search for messages, subjects and users The tibbr REST API is bi-directional. So if you’d like to pull events from tibbr into another application, this can be done with the objects and their methods listed above. Detailed REST documentation on these methods and objects can be found at http://docs.tibco.com/ under “tibbr.”
  • 7. www.tibbr.com 6 ActiveMatrix BusinessWorks: Bring Your Custom Business Integrations and Processes into tibbr If you’re a company that leverages TIBCO’s Enterprise Service Bus to build integrations across your company’s core systems, now you can incorporate those messages and process flows as posts inside tibbr with the BusinessWorks plug-in for tibbr. The BusinessWorks Plug-In for tibbr: How it Works Using the plug-in is easy, and requires a few simple steps: 1. Install the plug-in into the BusinessWorks designer. 2. As you construct a specific business process that’s destined for specific systems and databases, now you will have the option to point it to tibbr as well. 3. Set rules for sending to tibbr, and what Subjects and Users receive the update to ensure relevance.
  • 8. www.tibbr.com 7 Example One tibbr customer is a shipping cargo company based in Asia. With 6,000 employees and 1,000 partners, they needed a central place to collaborate and learn about the status of cargo shipments. Using the tibbr plug-in for BusinessWorks, they were able to push updates from their track and trace system into tibbr. Now, employees receive updates in tibbr about shipment delays, and are able to serve customers faster. Since launching in January, tibbr customers have already utilized this critical integration point.
  • 9. www.tibbr.com 8 The tibbr Event Streams Framework tibbr Event Streams provide a powerful way to enable integrations with your core enterprise systems, while at the same time enabling end-users of tibbr to configure the updates and events that matter most to them right from the main user interface. There are two types of event streams 1. Work Streams are server-based integrations with your enterprise applications 2. Life Streams are browser-based integrations that connect to applications on the Web. tibbr Work Streams: What They Are and How They Work Overview tibbr Event Streams are each a tibbr plug-in that integrates with a specific enterprise application of your choosing. To communicate with, and deliver, the data into tibbr, tibbr leverages the tibbr event stream runner, a daemon process that runs the event streams configured by you on a scheduled basis. Events streams can be matched to relevant Subjects in tibbr, so you deliver data to the right people at the right time. By default, Event Streams aren’t made public. To share them inside your tibbr instance, you’ll have to explicitly add users or choose to make them public.
  • 10. www.tibbr.com 9 Built on a Ruby framework, you can use any editor to create custom applications and connections to the tibbr platform that can be accessed via the tibbr web client. tibbr provides you the with proper templates, syntax and scripts to edit and register the application inside your tibbr instance. As you build your new application, you can map it to the tibbr application template that will users to customize their event streams later. The Event Streams Process A tibbr Administrator registers a New Event Stream application The event stream runner sends the applicable events to the tibbr activity stream, where end-users can collaborate around those events. Some plug-ins work bi-directionally -- enabling users to send information back to the system being displayed in that Event Stream. You can make the Event Stream available to everyone across your company, or by mapping to particular subjects, a smaller subset of users.
  • 11. www.tibbr.com 10 Today, tibbr features pre-built event streams to the following applications: Oracle (Expenses and Order Management) SAP (CRM and ERP) Salesforce.com (CRM) Life Streams: Bringing the Consumer Web Securely Into tibbr Some organizations allow their employees to access consumer social networks like Facebook, Twitter and LinkedIn while at work. With tibbr life streams, users can click to “enable” the social networks they log- into. After, they simply log-in with their credentials, and they can toggle to these networks inside tibbr.
  • 12. www.tibbr.com 11 tibSmartWidgets is an embeddable, pre-built gadget that allows you to embed tibbr securely inside other applications. With tibSmartWidgets, users of enterprise systems can access their content, Subjects and colleagues right within the context of where they’re working and helping execute key business processes. tibSmartWidgets allow you to embed: Wall Messages Subject streams and hierarchies tibbr search Because tibbr provides you with the javascript for the SmartWidgets, they require very little custom coding, and that you merely copy and paste in the proper objects and messages from tibbr that you’d like to surface. For example, if you had a Human Resources Management Application, you could embed a tibSmartWidget that pulls into the feed from the “HR.Team” subject in tibbr. As members of the HR team execute key business processes in their HRM system, the colleagues they need are right at their fingertips. To make this work, you simply alter the web address inside the tibSmartWidget. http://your_tibbr_domain/a/gadgets/subbject_messages.html. tibSmartWidgets bring context and collaborative capabilities to users that have to spend much of their day inside enterprise applications that drive your business. tibSmartWidgets: Bring tibbr into Enterprise Applications
  • 13. www.tibbr.com 12 When integrating system events and updates into tibbr, you can choose to tie them to a specific subject. This not only ensures fine-grained governance over who sees what data, but it also encourages relevance: Only people inside your company see the events pertinent to their job role. For example, if you have a Microsoft SharePoint Library for “HR Policy Documents,” you can pull relevant updates into your tibbr “HR” Subject. Employees who follow that subject can see when a document is checked in to that particular SharePoint library. Inside tibbr, they can easily have conversations around the document, and suggest improvements. But tibbr also enables bi-directional capabilities. For example, in this conversation, an employee collaborating with colleagues realizes he has a more updated document to place into SharePoint. With the simple click of a button, he can upload it to the proper library in SharePoint right from the context of his tibbr Stream. What tibbr Integrations Look Like
  • 14. www.tibbr.com 13 tibbr pulls in relevant data from CRM, ERP and other transactional systems as well. From Salesforce.com, you could publish key events (such as “Opportunity Created”), and empower people from outside your sales team to give input on how you might win that account. From SAP, you could send out an alert to your operations team every time your most popular products deplete in inventory, and click to replenish the stock from inside tibbr. tibbr’s Oracle Expenses Event Stream pulls in updates every time a relevant employee files an expense report in Oracle. With tibbr’s bi-directional capability, you can view the expense report and approve it without leaving your event stream.
  • 15. www.tibbr.com 14 Ultimately, these integrations save your people time. The average computer user checks e-mail or changes windows nearly 37 times an hour. For workers without a computer, they often need to ask colleagues or receive periodic e-mail updates from these systems long after the key events. With tibbr’s native mobile applications for iOS, Android, and BlackBerry, now they can stay in the know and help close the loop on key business processes. Conclusion To learn more about how you can integrate your key systems of record at tibbr, contact your TIBCO sales rep or contact tibbr@tibco.com today.