SlideShare a Scribd company logo
World®
’16
Tech	Talk:	CA	Live	API	Creator:
API	Servers	and	the	App	Economy	
Val	Huber	- Consulting	Engineer	- CA	Technologies
DO3T20TV
DEVOPS
2 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
©	2016	CA.	All	rights	reserved.	All	trademarks	referenced	herein	belong	to	their	respective	companies.
The	content	provided	in	this CA	World	2016	presentation	is	intended	for	informational	purposes	only	and	does	not	form	any	type	of	
warranty. The information	provided	by	a	CA	partner	and/or	CA	customer	has	not	been	reviewed	for	accuracy	by	CA.	
For	Informational	Purposes	Only	
Terms	of	this	Presentation
3 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Abstract
The	App	Economy	is	being	defined	in	thousands	of	enterprises	as	we	speak,	but	certainly	has	key	
requirements	that	include:	•	Multi-channel	access—systems	that	are	open	to	Web	apps,	mobile	
apps,	internal	systems	and	partner	systems	•	Enforced	data	integrity	and	security—we	can	no	
longer	enforce	business	logic	in	our	UI	controllers;	it	has	to	be	centrally	enforced	•	Integration—
the	details	of	how	systems	are	created	and	deployed	should	have	no	bearing	on	multi-channel	
access,	but	they	need	to	integrate	multiple	internal	databases	and	interact	with	partner	systems	
•	Business	agility— if	the	App	Economy	means	our	systems	define	how	we	do	business,	then	we	
must	be	able	to	create	(and	alter)	these	systems	as	near	as	possible	to	real-time	speed	•	
Simplicity—there	are	only	so	many	rocket	scientists;	you	should	be	able	to	compete	in	the	App	
Economy	with	software	that	leverages	the	strengths	of	as	many	people	in	your	organization	as	
possible,	including	non-developers	This	talk	will	provide	a	specific	example	of	how	APIs	can	
respond	to	these	challenges,	including	take-home	code.
Val	
Huber
CA	Technologies
Consulting	Engineer
4 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Agenda
APP	ECONOMY	EXAMPLE
REQUIREMENTS
MANAGING	AN	API	SERVER
CHALLENGES
SOLUTION
CREATING	AN	API SERVER
1
2
3
4
5
6
5 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
API	Servers…	for	the	App	Economy
With	the	Agility to	Compete
Web
Mobile
Partners
Web	
Hooks
DBs
API	
Server
Omni	Channel	Business
Shippers,	
Suppliers
1
Integration
3
2
Logic
6 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
APIs	are	a	Challenge.	Logic	Is	Worse.
Large	Projects,	Code-Intensive:	Slow,	Complex,	Uneven	Quality
Backend	is	Nearly	Half,	plus	
Substantial	Back	Office	UI.
Big	Numbers:
20	pages,	per	table	(1-2	months)
Dozens	to	Hundreds	of	Tables
UI	- Front	
Office
30%
UI	- Back	
Office
25%
Backend	-
SQL
10%
Backend	-
Logic
25%
Backend	-
Integration
10%
SYSTEM	COMPONENTS
Logic
Integration
API
7 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
API	Servers…	for	the	App	Economy
Conventional	Approach	Provides…	Stubs?!!
Web
Mobile
Partners
Web	
Hooks
DBs
API	
Server
Omni	Channel	Business
Shippers,	
Suppliers
1
Integration
3
2
LogicRaml,	Swagger
Stubs
Restify Schema	(?) Your	Code	
Goes..	Where?
8 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
API	Server	
Agility	for	the	App	Economy
Web
Mobile
Partners
Web	
Hooks
DBs
API	
Server
Omni	Channel	Business
Shippers,	
Suppliers
1
Integration
3
2
Logic
Client	Logic
• Read/Write
• Display
• Mobile	App	Services
API	Logic	- Automated
• Nested	Document	Model
• Mapping	and	Transformation	Logic
• Pagination,	Optimistic	Locking
• Generated	Key	Handling
• Extensible	– tags,	JavaScript
• Shared	Server	Logic	Invocation
Reactive	Logic
• Multi-Table	Derivations	and	Validations
• Row/Column	Security
• Extensible	– JavaScript,	Libraries
• Automatic	Object	Model
Integration	Logic
• Webhook Creation
• Webhook Processing
• SalesForce,	SAP,	…
9 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
1.	In-Coming	Requests
Resources:	Abstraction	Layer
• Point/click	Mapping	and	Transformation
• Nested	Document	Model
• Schema	Hiding,	for	API	Consumers
Activates	Underlying	Logic
• Separate	Concerns:	API	vs.	Backend	Logic
10 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
2.	Reactive	Logic
40X	More	Concise
Conventional:								~500	Lines	of	Code
Live	API	Creator:			13	Rules
11 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
3.	Out-going	Requests	– Systems	Integration
Automatic	Object	Model
Discovery	– Code	Completion
Resources	– point/click	mapping	
and	transformation
Extensibility	– Loadable	Libraries
12 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
3.	Database	Integration
Different	Servers
Different	Server	Types
Optimized	Cross-DB	Joins
13 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Reactive	Logic
Enable	Instant	Business	Relationships
APIs	Share	Logic.	Automatically.
API	Logic
Point/Click
Automatically	Invoked	
for	all	APS
Agility:	40X	More	Concise
Maintenance:	automatically	
ordered
14 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Managing	Your	APIs
Agility	for	the	App	Economy
Web
Mobile
Partners
Web	
Hooks
DBs
API	
Server
Omni	Channel	Business
Shippers,	
Suppliers
Gateway
• Security	(SSO)
• Throttling
• Transformation
Portal
• Discovery
• Documentation
15 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
LAC:	Enterprise	Agility	for	the	App	Economy
Key	Services,	for	a	Dramatic	Reduction	in	Effort
0
20
40
60
80
100
API	Logic Business	Logic
Your	Effort
Conventional LAC
Functionality
Logic
API	Logic
Abstraction	Layer
Restify Schema
Stubs
Conventional
16 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Instant	Business
Relationships
Instant	API	Creation,
Reactive	Logic,	plus…
Automatic	Logic	Reuse
Instant	Business	Relationships
APIs	Require	Logic
…Not	Agile
Thin	APIs	are	incomplete	
without	the	critical	logic	and	
integration.	
And	that’s	where	most	of	the	
work	lies	– not	agile.
Agility	via
Reactive	Logic
Innovative	Reactive	Logic:	
40X	more	concise
APIs	with	Logic	and	Integration
N-fold	faster than	conventional	
coding.
APIs	– Table	Stakes	for	the	App	Economy
With,	Agility	to	Compete
17 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Recommended	Sessions
SESSION	# TITLE DATE/TIME
DO3T18TV CA	Live	API	Creator:	API	Servers	vs.	App	Servers 11/16/2016	at	3:00	pm
DO3T17TV Integration	Strategies 11/17/2016	at	11:30	am
DO3T15TV Myth:	Low	Code	is	a	Toy 11/17/2016	at	03:45	pm
Innovation,	Empowering	Agility	for	the	App	Economy
http://www.ca.com/us/trials.html
18 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Questions?
19 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Thank	you.
Stay	connected	at	communities.ca.com
20 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
DevOps	– API	Management	and	
Application	Development
For	more	information	on	DevOps	– API	Management	and	
Application	Development,	please	visit:	http://cainc.to/DL8ozQ

More Related Content

PDF
Critical Considerations for Mobile and IoT Strategy
PDF
Pre-Con Ed: Learn What's New in CA Spectrum®
PDF
Strategies for DevOps in the API and Microservices World
PDF
Case Study: Versent Helps Companies Get Started in the Application Economy Wi...
PDF
Pre-Con Ed: Build Your Own Apps for an Enhanced Network Management Experience...
PDF
The answer is Forty2 - How analytics-backed bot mitigation helped Insilicum
PDF
Tech Talk: Agile Product Management Playbook
PDF
API Risk: Taking Your API Security to the Next Level
Critical Considerations for Mobile and IoT Strategy
Pre-Con Ed: Learn What's New in CA Spectrum®
Strategies for DevOps in the API and Microservices World
Case Study: Versent Helps Companies Get Started in the Application Economy Wi...
Pre-Con Ed: Build Your Own Apps for an Enhanced Network Management Experience...
The answer is Forty2 - How analytics-backed bot mitigation helped Insilicum
Tech Talk: Agile Product Management Playbook
API Risk: Taking Your API Security to the Next Level

What's hot (20)

PDF
Securing Mobile Payments: Applying Lessons Learned in the Real World
PDF
Applying Data Science to Your Business Problem
PPTX
Pre-Con Ed: How to Provide Mobile Users With a Convenient, Yet Secure, Sessio...
PPTX
Pre-Con Ed: CA Mobile App Services: Build the Powerful Mobile App Every Enter...
PDF
Tech Talk: Monitor Nutanix and Traditional IT with CA Unified Infrastructure ...
PDF
Tech Talk: CA Live API Creator: Modern Integration Strategies—API Integration...
PDF
Digital transformation in financial services through trusted digital relation...
PDF
Case Study: Coty Builds Holistic IT Management Platform With CA Spectrum as a...
PDF
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
PDF
Pre-Con Ed: Learn What’s New in CA Unified Infrastructure Management 8.5
PDF
Pre-Con Ed: Monitor Your Cloud Infrastructure With CA Unified Infrastructure ...
PDF
Data on Demand: Now That’s What we’re Lookin’ For!
PDF
Introduction to Service Virtualization
PPTX
Pre-Con Ed: CA API Gateway: Developing Custom Policies to Secure Your Enterpr...
PDF
Pre-Con Ed: Leverage the Dynamic Service Modeling Functionality With CA Servi...
PDF
Tech Talk: Coty Transforms from Event Management to Service Operations Manage...
PDF
Tech Talk: CA Live API Creator: API Servers vs. App Servers
PDF
Managing Tomorrow’s Networks: The Impacts of SDN and Network Virtualization o...
PDF
Enabling a Hybrid Enterprise Application Launch Pad
PDF
CA Project & Portfolio Management: Business Intelligence
Securing Mobile Payments: Applying Lessons Learned in the Real World
Applying Data Science to Your Business Problem
Pre-Con Ed: How to Provide Mobile Users With a Convenient, Yet Secure, Sessio...
Pre-Con Ed: CA Mobile App Services: Build the Powerful Mobile App Every Enter...
Tech Talk: Monitor Nutanix and Traditional IT with CA Unified Infrastructure ...
Tech Talk: CA Live API Creator: Modern Integration Strategies—API Integration...
Digital transformation in financial services through trusted digital relation...
Case Study: Coty Builds Holistic IT Management Platform With CA Spectrum as a...
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
Pre-Con Ed: Learn What’s New in CA Unified Infrastructure Management 8.5
Pre-Con Ed: Monitor Your Cloud Infrastructure With CA Unified Infrastructure ...
Data on Demand: Now That’s What we’re Lookin’ For!
Introduction to Service Virtualization
Pre-Con Ed: CA API Gateway: Developing Custom Policies to Secure Your Enterpr...
Pre-Con Ed: Leverage the Dynamic Service Modeling Functionality With CA Servi...
Tech Talk: Coty Transforms from Event Management to Service Operations Manage...
Tech Talk: CA Live API Creator: API Servers vs. App Servers
Managing Tomorrow’s Networks: The Impacts of SDN and Network Virtualization o...
Enabling a Hybrid Enterprise Application Launch Pad
CA Project & Portfolio Management: Business Intelligence
Ad

Similar to Tech Talk: CA Live API Creator: APIs and the App Economy (20)

PDF
Pre-Con Ed: CA Live API Creator: How to Integrate Enterprise Data for Mobile ...
PDF
Pre-Con Ed: CA Live API Creator:  Learn How to Integrate Data From Enterprise...
PDF
Creating an Omnichannel Experience for Your Customers
PDF
Case Study: How Adobe Secures, Manages and Deploys Enterprise Mobile Apps
PDF
Tech Talk: CA Live API Creator MythBuster: Database Design Takes an Expert
PDF
Tech Talk: CA Live API Creator MythBuster: Low Code is a Toy, not Enterprise ...
PDF
Track and Monitor the State of Software Development Projects Handily Using C...
PDF
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
PDF
Survive Industry Disruption and Deliver a Great Customer Experience with APIs...
PDF
TechTalk: Accelerate Mobile Development using SDKs and Open APIs With CA API ...
PDF
Technology Primer: Building Applications the New-Fashioned Way
PDF
Case Study: Digital Transformation Through Successful, Large-scale Identity M...
PDF
Api architectures for the modern enterprise
PDF
Microservices meetupnz dec16
PPTX
API Monetization: Unlock the Value of Your Data
PDF
Case Study: Rogers Communications Integrates CA API Management and CA Service...
PDF
How CA Technologies Enables Its Own Employees and Secures Access to Applicati...
PDF
Technology Primer: How to Achieve a Customer-Centric View in an Omni-Channel ...
PDF
CA IDMS™ 19.0 SQL Enhancements for Modernization
PDF
Hands-On Lab: Speed Configuration and Deployment With CA Unified Infrastructu...
Pre-Con Ed: CA Live API Creator: How to Integrate Enterprise Data for Mobile ...
Pre-Con Ed: CA Live API Creator:  Learn How to Integrate Data From Enterprise...
Creating an Omnichannel Experience for Your Customers
Case Study: How Adobe Secures, Manages and Deploys Enterprise Mobile Apps
Tech Talk: CA Live API Creator MythBuster: Database Design Takes an Expert
Tech Talk: CA Live API Creator MythBuster: Low Code is a Toy, not Enterprise ...
Track and Monitor the State of Software Development Projects Handily Using C...
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
Survive Industry Disruption and Deliver a Great Customer Experience with APIs...
TechTalk: Accelerate Mobile Development using SDKs and Open APIs With CA API ...
Technology Primer: Building Applications the New-Fashioned Way
Case Study: Digital Transformation Through Successful, Large-scale Identity M...
Api architectures for the modern enterprise
Microservices meetupnz dec16
API Monetization: Unlock the Value of Your Data
Case Study: Rogers Communications Integrates CA API Management and CA Service...
How CA Technologies Enables Its Own Employees and Secures Access to Applicati...
Technology Primer: How to Achieve a Customer-Centric View in an Omni-Channel ...
CA IDMS™ 19.0 SQL Enhancements for Modernization
Hands-On Lab: Speed Configuration and Deployment With CA Unified Infrastructu...
Ad

More from CA Technologies (20)

PPTX
CA Mainframe Resource Intelligence
PDF
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
PDF
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
PDF
Case Study: How The Home Depot Built Quality Into Software Development
PDF
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
PDF
Case Study: Privileged Access in a World on Time
PDF
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
PDF
Case Study: Putting Citizens at The Center of Digital Government
PDF
Making Security Work—Implementing a Transformational Security Program
PDF
Keynote: Making Security a Competitive Advantage
PDF
Emerging Managed Services Opportunities in Identity and Access Management
PDF
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
PDF
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
PDF
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
PDF
Application Experience Analytics Services: The Strategic Digital Transformati...
PDF
Application Experience Analytics Services: The Strategic Digital Transformati...
PDF
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
PDF
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
PDF
Blockchain: Strategies for Moving From Hype to Realities of Deployment
PDF
Establish Digital Trust as the Currency of Digital Enterprise
CA Mainframe Resource Intelligence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How The Home Depot Built Quality Into Software Development
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Case Study: Privileged Access in a World on Time
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: Putting Citizens at The Center of Digital Government
Making Security Work—Implementing a Transformational Security Program
Keynote: Making Security a Competitive Advantage
Emerging Managed Services Opportunities in Identity and Access Management
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Blockchain: Strategies for Moving From Hype to Realities of Deployment
Establish Digital Trust as the Currency of Digital Enterprise

Recently uploaded (20)

PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Encapsulation theory and applications.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Enhancing emotion recognition model for a student engagement use case through...
PPTX
Tartificialntelligence_presentation.pptx
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Hindi spoken digit analysis for native and non-native speakers
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
project resource management chapter-09.pdf
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
Approach and Philosophy of On baking technology
PDF
Zenith AI: Advanced Artificial Intelligence
A comparative study of natural language inference in Swahili using monolingua...
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Encapsulation theory and applications.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Enhancing emotion recognition model for a student engagement use case through...
Tartificialntelligence_presentation.pptx
SOPHOS-XG Firewall Administrator PPT.pptx
Unlocking AI with Model Context Protocol (MCP)
Hindi spoken digit analysis for native and non-native speakers
A comparative analysis of optical character recognition models for extracting...
Univ-Connecticut-ChatGPT-Presentaion.pdf
NewMind AI Weekly Chronicles - August'25-Week II
project resource management chapter-09.pdf
TLE Review Electricity (Electricity).pptx
Building Integrated photovoltaic BIPV_UPV.pdf
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
OMC Textile Division Presentation 2021.pptx
Approach and Philosophy of On baking technology
Zenith AI: Advanced Artificial Intelligence

Tech Talk: CA Live API Creator: APIs and the App Economy