SlideShare a Scribd company logo
World®
’16
Tech	Talk:	CA	Live	API	Creator	
MythBuster:	Low	Code	is	a	Toy,	
Not	Enterprise	Class
Val	Huber	– Consulting	Engineer	– CA	Technologies
DO3T15TV	
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
Empowering	knowledge	workers	to	create	their	own	systems	is	a	great	approach	to	business	
agility. But	the	apps	are	often	“toys”	(i.e.,	they	scale	poorly,	no	APIs,	no	business	logic,	not	
integration	ready).
But	the	App	Economy	demands	more	than	agility.	Doing	business	across	multiple	business	
channels	requires	Enterprise-class	systems	that	scale,	protect	their	data	and	are	accessible	
across	multiple	business	channels.
This	talk	will	imagine	an	approach	that	preserves	the	agility	that	users	want,	with	enterprise-
class	capabilities	the	organization	needs.
Val	Huber
CA	Technologies
Consulting	Engineer
4 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Agenda
LOW CODE	– A	CLOSER	LOOK
INSTANT DB/APP	CREATION
EMPOWERMENT	AND	AGILITY,	AT	ENTERPRISE	SCALE
BUSINESS	LOGIC
APP	ECONOMY	PARTNERING
SCALING	TO	COMPLEXITY,	PERFORMANCE,	ARCHITECTURE
1
2
3
4
5
6
5 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Low	Code:	Promising	Agility	and	Empowerment
Screen	Painter	+	4GL	– Really	Not	That	Simple,	Or	That	Fast….	And	It	Doesn't	Scale
Multi-Table	Form?
Business	Logic?
Data	Model
(Foreign	Key?)
IT	Headache
Scalability?		Integration?		
Standards?
6 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Business	Idea	Creates	Schema	and	App
Your	App	is	Your	IDE
Not:	SQL,	E/R	Diagram,	…
Just:	Master/Detail,	Lookup
7 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Reactive	Logic
Executable	Cocktail	Napkin
Reused	Over…
ü Add	Event
ü Delete	Event
ü Change	Event	Cost
ü Mark	Event	Used
ü Add	Talk
ü Delete	Talk
ü Change	Talk	Cost
ü Mark	Talk	Used
ü Combinations
Script:	
Hundreds of	
lines
8 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Agile
Executable	Cocktail	Napkin Agility
ü 40X	more	concise	than	code
Quality
ü Automatic	Invocation
Maintenance
ü Automatic	Ordering
Transparency
9 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Reactive	Is	Effective	on	Small	Problems
§ Integration
§ Complexity
§ Performance
§ Architecture
But	is	it	a	toy?		Can	it	deliver	enterprise-class	services?
Key	Enterprise	Requirements
Termites,
with just	a	few	rules
10 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
API	Servers…	for	the	App	Economy
Integration	– with	Partners,	Suppliers
Web
Mobile
Partners
Web	
Hooks
DBs
API	
Server
Omni	Channel	Business
Shippers,	
Suppliers
1
Integration
3
2
Logic
11 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
App	Economy
Integrate	Business	Partners… With	Agility
Instant	Business	Relationship
• Reformat	the	Order
• Send	to	Shipper
12 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Allocate	Payment
6	Rules
§ Allocate	a	provider	payments.amount	
to	designated	recipient	Orders,
§ creating	allocation	Payment	
purchase_order_allocation objects	(a	
Provider/Recipient	Junction)	for	each	
such	allocation.
§ Adjust	order,	customer	balances
13 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Price	Rollup
4	Rules
1. When	Component	Price	Changes…
2. Update	Kit	Prices,	and...
3. Containing	Kits
14 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Enterprise-Class	Performance
“What	Not	How”	Enables	Optimizations
Web
Mobile
Partners
Web	
Hooks
DBs
API	
Server
Omni	Channel	Business
Shippers,	
Suppliers
1
Integration
3
2
Logic
Pagination,	Optimistic	Locking
Key	Generation
Network	Latency
• Point		Click	Resources
Database	Handing
• Pagination
• Chunking
• Pruning
• 1	Row	Adjustments
• Caching
15 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Automatic	Partitioning
Contrast:	Architectural	Guideline	Documents
Web
Mobile
Partners
Web	
Hooks
DBs
API	
Server
Omni	Channel	Business
Shippers,	
Suppliers
1
Integration
3
2
Logic
Read/Write
Display
Pagination,	Optimistic	Locking
Key	Generation
Automatic	Re-Use
• Clients,	Services,	Stories
16 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
LAC
IT	Execs:	Deliver	Strategic	Value	in	the	App	Economy
Download	Verifiable
SharePt
Access, etc
10X	Enterprise	Agility
§ Instant	APIs
§ Reactive	Logic
§ App	Economy	Services
Superior	Empowerment
for	Bus	Users*
§ No	DB	Background	(FK?)
§ Reactive	Logic	(scripting?)
§ Instant	Master/Detail	App
Simplicity
Power
Enterprise	Agility for	the	App	Economy
Empowerment for	Business	Users
One	Technology	to	Learn	Support
Insulates from	Tech	Change
*	Reporting,	Graphs,	Imports
LAC
17 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Unified
Architecture
Low	Code	/	Departmental…
With	Enterprise-class	Power
Enterprise-Scale…
With	Agility
One	Technology	Investment
Complex,
Limited	Power
Code	for	Multi-table	Apps?
Database	Design?
Business	Logic?
APIs	for	the	App	Economy?
N-Fold	Simpler/Faster,
Enterprise	Class
App	Automatically	from	DB,
…Even	– DB	from	App
Reactive	Logic	– Executable
Point/Click	APIs,
Integration	Services
Low	Code:	Promising	Empowerment,	Agility
But	it	Needs	to	Scale	to	the	Complexity	of	the	App	Economy
18 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Questions?
19 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Stay	connected	at	communities.ca.com
Thank	you.
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
Tech Talk: CA Live API Creator: Modern Integration Strategies—API Integration...
PDF
Tech Talk: CA Live API Creator MythBuster:  Domain Logic Requires Domain-spec...
PDF
Securing your API Portfolio with API Management
PDF
Microservices Built for Digital Consumption
PDF
Pre-Con Ed: CA Live API Creator:  Learn How to Integrate Data From Enterprise...
PDF
Pre-Con Ed: CA Live API Creator: How to Integrate Enterprise Data for Mobile ...
PDF
Tech Talk: CA API Gateway: Deploying Docker Container Gateways
PDF
Case Study: LG&E/KU—How Mobile Apps, APIs With Microservices and CA API Manag...
Tech Talk: CA Live API Creator: Modern Integration Strategies—API Integration...
Tech Talk: CA Live API Creator MythBuster:  Domain Logic Requires Domain-spec...
Securing your API Portfolio with API Management
Microservices Built for Digital Consumption
Pre-Con Ed: CA Live API Creator:  Learn How to Integrate Data From Enterprise...
Pre-Con Ed: CA Live API Creator: How to Integrate Enterprise Data for Mobile ...
Tech Talk: CA API Gateway: Deploying Docker Container Gateways
Case Study: LG&E/KU—How Mobile Apps, APIs With Microservices and CA API Manag...

What's hot (20)

PDF
Case Study: Al Jazeera Extends its Business and Consumer Reach With Robust, W...
PDF
Case Study: Zain Kuwait Accelerates Digital Transformation in Telco with APIs...
PPTX
Pre-Con Ed: CA API Developer Portal: Policy Writing for the Portal Using the ...
PDF
Customer Use Case: Real-World Automation in Retail
PDF
Pre-Con Ed: Knock, Knock, the IoT Wants to Come In
PDF
Securely Enabling the Digital Age
PDF
Mobile Risk Analysis: Take Your Mobile App Security to the Next Level
PDF
APIs: State of the Union - Ross Garrett @ AppsWorld 2014
PDF
How Do US and EU Cybersecurity and Data Protection Policy Developments Impact...
PDF
Mastering Digital Channels with APIs
PPTX
Truth, Lies & APIs - Ross Garrett, Director Product Marketing, CA Layer 7 @ G...
PDF
Digical is the Imminent Reality
PDF
Intelligent Mainframe Management and the Drive Toward No-Touch Automation
PDF
Managing Identity by Giving Up Control - Scott Morrison, SVP & Distinguished ...
PDF
Drones, Phones & Pwns the Promise & Dangers of IoT APIs: Use APIs to Securely...
PDF
Adapting to Digital Change: Use APIs to Delight Customers & Win
PDF
Freeing the World from Slow: How Service Virtualization and the Concept of S....
PPTX
CPaaS - Leveraging the Power of Cloud Communications
PDF
2018 Year in Review and 2019 Targets - A Year of WSO2 Integration Agility
PPTX
Trends in Web APIs Layer 7 API Management Workshop London
Case Study: Al Jazeera Extends its Business and Consumer Reach With Robust, W...
Case Study: Zain Kuwait Accelerates Digital Transformation in Telco with APIs...
Pre-Con Ed: CA API Developer Portal: Policy Writing for the Portal Using the ...
Customer Use Case: Real-World Automation in Retail
Pre-Con Ed: Knock, Knock, the IoT Wants to Come In
Securely Enabling the Digital Age
Mobile Risk Analysis: Take Your Mobile App Security to the Next Level
APIs: State of the Union - Ross Garrett @ AppsWorld 2014
How Do US and EU Cybersecurity and Data Protection Policy Developments Impact...
Mastering Digital Channels with APIs
Truth, Lies & APIs - Ross Garrett, Director Product Marketing, CA Layer 7 @ G...
Digical is the Imminent Reality
Intelligent Mainframe Management and the Drive Toward No-Touch Automation
Managing Identity by Giving Up Control - Scott Morrison, SVP & Distinguished ...
Drones, Phones & Pwns the Promise & Dangers of IoT APIs: Use APIs to Securely...
Adapting to Digital Change: Use APIs to Delight Customers & Win
Freeing the World from Slow: How Service Virtualization and the Concept of S....
CPaaS - Leveraging the Power of Cloud Communications
2018 Year in Review and 2019 Targets - A Year of WSO2 Integration Agility
Trends in Web APIs Layer 7 API Management Workshop London
Ad

Similar to Tech Talk: CA Live API Creator MythBuster: Low Code is a Toy, not Enterprise Class (20)

PDF
Tech Talk: CA Live API Creator: APIs and the App Economy
PDF
What Are The Benefits Of Low Code Development For Businesses
PDF
Low code - empower the capability to accelerate | Swatantra Kumar
PDF
9 reasons why low code no-code platform is the best choice for increasing ado...
PDF
What is an api, why should you care + the curse of knowledge
PDF
Detailed Guide to Low-Code Platforms in Software Development
DOCX
Rise of Low-code and Digital Ecosystem | Digital Transformation
PPTX
Understanding product development economics - why it matters?
PDF
Pre-Con Ed: CA Live API Creator: How to Create, Deploy, Secure and Scale an E...
PPTX
The Case for Low-code Development
PDF
All Things Low-Code Development_ Fundamentals of App Development.pdf
PDF
All Things Low-Code Development_ Fundamentals of App Development.pdf
PPT
Techtiq blog-to-doc (1)
PDF
Low-Code Is Transforming the Software Industry.pdf
PDF
Tech Talk: CA Live API Creator MythBuster: Database Design Takes an Expert
PDF
Addressing the power of low-code technology for business process transformati...
PDF
Journey to APIs and Microservices: Best Practices
PPTX
Social Business Innovation & Legacy Systems
PPTX
Shrinking the Custom Application Development Cycle with Low-Code Platforms
PDF
Building your API culture
Tech Talk: CA Live API Creator: APIs and the App Economy
What Are The Benefits Of Low Code Development For Businesses
Low code - empower the capability to accelerate | Swatantra Kumar
9 reasons why low code no-code platform is the best choice for increasing ado...
What is an api, why should you care + the curse of knowledge
Detailed Guide to Low-Code Platforms in Software Development
Rise of Low-code and Digital Ecosystem | Digital Transformation
Understanding product development economics - why it matters?
Pre-Con Ed: CA Live API Creator: How to Create, Deploy, Secure and Scale an E...
The Case for Low-code Development
All Things Low-Code Development_ Fundamentals of App Development.pdf
All Things Low-Code Development_ Fundamentals of App Development.pdf
Techtiq blog-to-doc (1)
Low-Code Is Transforming the Software Industry.pdf
Tech Talk: CA Live API Creator MythBuster: Database Design Takes an Expert
Addressing the power of low-code technology for business process transformati...
Journey to APIs and Microservices: Best Practices
Social Business Innovation & Legacy Systems
Shrinking the Custom Application Development Cycle with Low-Code Platforms
Building your API culture
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
NewMind AI Weekly Chronicles - August'25 Week I
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Big Data Technologies - Introduction.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Spectroscopy.pptx food analysis technology
PDF
Empathic Computing: Creating Shared Understanding
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
KodekX | Application Modernization Development
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
NewMind AI Weekly Chronicles - August'25 Week I
MIND Revenue Release Quarter 2 2025 Press Release
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Review of recent advances in non-invasive hemoglobin estimation
sap open course for s4hana steps from ECC to s4
Big Data Technologies - Introduction.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Spectroscopy.pptx food analysis technology
Empathic Computing: Creating Shared Understanding
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Chapter 3 Spatial Domain Image Processing.pdf
KodekX | Application Modernization Development
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
cuic standard and advanced reporting.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx

Tech Talk: CA Live API Creator MythBuster: Low Code is a Toy, not Enterprise Class