SlideShare una empresa de Scribd logo
1 de 76
Descargar para leer sin conexión
WSO2	Integra-on	Pla1orm	
Deep	Dive	
Malaka	Silva	
Senior	Technical	Lead	
WSO2	
Isuru	Udana	
Associate	Technical	Lead	
WSO2
Agenda	
	
•  Introduc-on	to	WSO2	Integra-on	Pla1orm	
•  Fundamentals	of	WSO2	ESB	
•  Demonstra-on		
•  Q&A
Evolu-on	of	Integra-on	
	
Point	to	Point	Integra-on	
	
	
●  Custom	code,	data	formats	for	
majority	of	integra-on	(	data	
extrac-on,	business	rule	processing,	
data	loading)	
	
●  Costly	over	-me	(maintenance,	
complexity)	
	
●  Tight	Coupling	
	
●  Scalability	is	an	issue	
	
●  Less	reusability
Evolu-on	of	Integra-on	
•  Rise	of	SOA	and	ESB	
– Avoid	point	to	point	integra-on	with	an		
ESB
Connected	Business	
•  An	internally	and	externally	connected		
business.	
Customers	
Poten-al		
Customers/Partners	
Employees	
Partners	
Internal		
Systems	
External		
Systems	
Image	courtesy		hUp://jdamico.net/wp---content/uploads/2010/04/collaborate---with---B2B---channel---
partners.jpg
Connected	Business	and	Integra-on	
•  Integra-on	is	a	key	factor	for	having	fric-onless		
interac-ons,	inside	and	outside	the		organiza-on.
WSO2	Integra-on	Pla<orm
Integra-on	and	APIs	-	The	Close	Cousins
WSO2	Integra-on	+	API	Management	Pla<orm
WSO2	ESB	
•  A	lightweight,	high	performance	ESB	
•  Feature	rich	and	standards	compliant	
–  SOAP	and	WS-*	standards	
–  REST	support	
•  Domain	specific	protocol	support	(eg:	FIX,	HL7)	
•  User	friendly	and	highly	extensible	
•  100%	free	and	open	source	with	commercial	support
Key	Features	-	Rou-ng
Key	Features	-	Filtering
Key	Features	-	Transforma-on
Key	Features	–	Protocol	Switching
Key	Features	–	Load	Balancing
Key	Features	–	Quality	of	Service
Key	Features	-	Service	Orchestra-on	
•  Orchestra-ng/Combining	mul-ple	Services
Fundamentals	of	WSO2	ESB	
•  Understanding	ESB	message	flow
Fundamentals	of	WSO2	ESB
Message	Processing	Units	
-  Sequences,	mediators	
Message	Entry	Points	
-  Proxy	Services,	APIs,	Inbound	
endpoints.	
Message	Exit	Points	
-  Endpoints	
Fundamentals	of	WSO2	ESB
Message	Processing	Units	
Mediators
Mediators	
•  Transforma-on	Mediators	
•  Filters,	Switches,	Iterate,	Aggregate,	Clone	
•  Property	Mediator	
•  Script	Mediators	
•  Custom	Mediators
Some	Mediators	
Name	 Descrip-on	
Log	Mediator	 Logs	full	or	part	of	the	message,	at	various	severity	levels	(	Trace,	Debug,	etc)	
Sequence	Mediator	 Invokes	exis-ng	sequence	-	Sequence	name	can	be	sta-c	or	dynamic	
Send	Mediator	 Sends	a	message	out,	using	sta-c	informa-on	or	endpoint	defini-on.	
Callout	Mediator	 Performs	a	blocking	external	service	invoca-on.	
Switch	Mediator	 Evaluates	messages	contents	against	regular	expression	and	invokes	the	corresponding	
mediator	(switch-case-default)	
Validate	Mediator	 Validates	message	or	parts	of	message	against	XML	schema	(schema	can	be	local	or	in	
registry)	
Drop	Mediator	 Stops	processing	of	current	message	
Fault	Mediator	 Transforms	current	message	into	custom	Fault	message
Sequences
Programming	Model	
Client	 Service	
In	Sequence	
Out	Sequence	
Fault	Seq.	
1	
2	
3	
6	 5	 4	
!
Message	Processing	Units	
-  Sequences,	mediators	
Message	Entry	Points	
-  Proxy	Services,	APIs,	Inbound	
endpoints.	
Message	Exit	Points	
-  Endpoints	
Fundamentals	of	WSO2	ESB
Message	Entry	Points	
Messages can be injected into sequences through the
following interfaces:
27	
Service	
o  Proxy Services
o  APIs
o  Inbound Endpoints
o  Tasks
Proxy	Services	
o  Acts	like	a	virtual	service.		
o  Receives	messages	and	mediates	them	before	sending	them	to	the	endpoint	
(usually	an	actual	service)	
28	
Client	 Service	
In	Sequence	
Out	Sequence	
Fault	Seq.	
1	
2	
3	
6	 5	 4	
!
Service	
APIs	(hUp	services)	
o  APIs	can	accept	REST	messages	which	allow	clients	to	provide	addi-onal	
informa-on	on	how	to	manage	the	message	
o  Unmanaged	API	(API-Manager	for	managed	APIs)			
29	
API
Inbound	Endpoints	
•  Crea-ng	inbound	messaging	channels	
dynamically.	
–  Listening	Inbound	–	HTTP,	HL7,	TCP	
–  Polling	Inbound	–	JMS,	File/VFS	
	
•  Injects	the	inbound	messages	into	an	
ESB	message	flow.
Coordina-on	
	-	In-order	delivery	with	single	consumer	
Inbound	Endpoints
Coordina-on	
	-	Mul-ple	Consumers	
Inbound	Endpoints
Service	
Tasks	
Allow	configura-on	of	scheduled	jobs	to	execute	internal/external	commands	
o 		Inject	a	message	into	a	proxy	service,	Main	sequence	or	a	named	sequence	
o 		Example:	
o ESB	allows	scheduled	tasks	to	go	fetch	data	
33
Task	Coordina-on	
Tasks
Message	Processing	Units	
-  Sequences,	mediators	
Message	Entry	Points	
-  Proxy	Services,	APIs,	Inbound	
endpoints	
Message	Exit	Points	
-  Endpoints	
Fundamentals	of	WSO2	ESB
Endpoints	
•  Logical	representa-on	of	one	or	more	real	backend	
service,	jms	queue	etc.	
•  Address,	HTTP	Endpoints		–	A	logical	endpoint	for	an	
exis-ng	BE	service	
•  Load	balancing	/	Failover	–	Group	of	endpoints	for	
exis-ng	BE	services
Connectors	
•  A	connector	is	a	ready	made	and	convenient	
tool	to	reach	publicly	available	web	API’s.	
•  ‘Cloud	to	Cloud’	and	‘Cloud	to	Enterprise’	
Integra-on	
•  ESB	Connector	Store	:	hUps://store.wso2.com/
•  Every connector is self-contained and
independent from ESB code
•  Dynamically plug in to ESB
•  Dynamic Tooling support with WSO2 Developer
Studio
•  You can write, ‘your own connector’ and just
plug it in
Connectors
Message	Store	and	Message	Processor	
•  Asynchronous/One-way	Messaging,	JMS	
•  Store	and	forward	
•  Guaranteed	Delivery	and	Rate	matching	
•  JMS	Message	broker	as	the	persistence	store	–	WSO2	MB,	Apache	
Ac-ve	MQ	etc.
Enterprise	Integra-on	PaUerns	
hUps://docs.wso2.com/display/Integra-onPaUerns/
Enterprise+Integra-on+PaUerns+with+WSO2+ESB
Tooling	Support	for	WSO2	ESB
WSO2	Integra-on	Pla<orm
WSO2	Data	Services	Server	
Painpoints:		
●  Different	data	stores	
●  Cumbersome	data	access/	
transforma-on	logic	
●  Business	logic	vs	Data	access	
logic	
●  Repe--ve	Code	
DSS:	
●  Well	defined	interfaces	(standard	based)	
●  Encapsulated	data	logic	
●  Configura-on	driven	
●  Loose	Coupling	between	App	&	Data	
stores	
●  Scale	as	a	separate	architectural	layer.
WSO2	Data	Services	Server	:	Features	
•  Mul-ple	Data	Sources	
•  Nested	Queries	
•  No-fica-ons	
•  Batch	Processing	
•  Distributed	Transac-ons
Use	Case	–	Phone	Retail		
•  A	phone	retail	business	wants	to	expose	its	phone	search	and		
buying	func-onali-es	to	its	mobile	applica-on	users.	
•  Mobile	phone	user	searches	for	all	the	available	phones	in	a		
store	with	a	specific	brand.	
•  Once	the	user	select	the	phone	with	matching	features,	he/she		
purchases	by	providing	required	informa-on	
•  The	customers	who	purchase	phones	will	be	added	to		
Salesforce	
•  WSO2	DAS	monitors	and	analyzes	the	stats	on	users	and		
phone	brands
Solu-on	Architecture
Searching	for	a	phone
Purchasing	a	phone
Phone	Search	
•  Conversion	from	JSON	to	XML	
•  Message	transforma-on	
•  Extrac-ng	values	from	incoming	message	
•  Invoking	endpoint	
•  Sending	response	with	XML	to	JSON		
conversion
Phone	Search
Phone	Search
Phone	Purchase	
•  Extract	informa-on	
•  Update	store	
•  Update	Salesforce	via	Salesforce	connector	
•  Stat	publishing
Phone	Purchase	
•  Extract	informa-on
Phone	Purchase	
•  Update	Store
Phone	Purchase	
•  Salesforce	Connector
Phone	Purchase	
•  Publishing	Sta-s-cs
DAS	Gadgets
WSO2	Integra-on	Pla<orm
WSO2	Business	Process	Server	
•  BPMN	2.0	
•  WS-BPEL	2.0	
•  WS-HumanTask	1.1	
•  BPEL4People
Human	Task	Support
WSO2	Integra-on	Pla<orm
WSO2	Message	Broker	
Unique	distributable,	fault	tolerant	and	scalable	enterprise	
message	broker	to	connect,	persist	and	reliably	distribute	
data,	event	informa-on	generated	from	mul-ple	systems,	
applica-ons	and	IoT	devices.
WSO2	MB	-	Advantages	
•  Integrate	easily	with	exis-ng	IT	Infrastructure	.	
•  Select	storage	based	on	messaging	demands	.	
•  Low	maintenance	through	minimum	deployment	
effort.	
•  Highly	interoperable	with	AMQP	clients.	
•  Effortlessly	handle	large	message	transfer.	
•  Seamless	feature	integra-on	with	WSO2	ESB.
Supported	Protocols	&	Specifica-ons	
	
•  JMS	(Java	Message	Service)	
•  A	Standard	Java	API	for	programmers	to	handle	
messaging	by	interac-ng	with	a	message	broker	
•  AMQP	(Advanced	Message	Queuing	Protocol)	
•  Open	Standard	for	passing	business	messages	
between	applica-ons	or	organiza-ons	
•  MQTT	(Message	Queuing	Telemetry	Transport)
WSO2	MB	-	Features	
•  Point	to	Point	(Queues)	
-	A	message	is	delivered	only	once	to	a	single	
consumer	
•  Publish/Subscribe	(Topics)	
-	Broadcast	a	message	to	all	the	subscribers
WSO2	MB	-	Features	
•  Distributed	Queues	
	-	Provides	strict	or	best	effort	support	for	in-order	delivery.
WSO2	MB	-	Features	
•  Durable	Subscrip-on	
	-	Same	topic	as	subscrip-on.	
					Subscriber	offline	>	Message	gets	queued	
									Subscriber	back	online	>	Messages	gerng	delivered
WSO2	MB	-	Features	
•  Share	Durable	Subscrip-on	
	-Purpose	of	load	balancing
WSO2	ESB	5.0	
What’s	Next	?	
•  Media-on	Debugger	
•  BeUer	Sta-s-cs	
•  Message	Tracer	
•  Websockets	
•  Data	Mapper
ESB	5.0	-	Media-on	Debugger	
What’s	Next	?
ESB	5.0	-	Message	Tracer	
What’s	Next	?
ESB	5.0	-	Media-on	Sta-s-cs	
What’s	Next	?
WSO2	Process	Center	
What’s	Next	?	
Process	
par-cipant	
Create	/	Improve	/	Standardize	
Search	/	
Browse	/	
Follow	
Develop	executable	
processes	
Executable	
process	is	
associated	
with	Process	
Center
WSO2	Gateway	
What’s	Next	?	
	
•  Ultra	high	performance	and	low	latency	HTTP/S	
messaging	
•  Supports	thousands	of	concurrent	connec-ons/clients	
•  Fastest	open	source	HTTP	messaging	gateway	
•  Lightweight	Message	Media-on	
•  Header-based	rou-ng	
•  Fully	configura-on	driven	
•  Lightweight	and	stateless	service	orchestra-on
Ques-ons	?
Thank	You

Más contenido relacionado

La actualidad más candente

How the WSO2 App factory can help Manage your Applications
How the WSO2 App factory can help Manage your ApplicationsHow the WSO2 App factory can help Manage your Applications
How the WSO2 App factory can help Manage your ApplicationsWSO2
 
J2EE Technology Mapping-21-may-2014
J2EE Technology Mapping-21-may-2014J2EE Technology Mapping-21-may-2014
J2EE Technology Mapping-21-may-2014Nguyen Tung
 
IBM DataPower Weekly Webcast - The Value of Datapower Frameworks - 11.03.17
IBM DataPower Weekly Webcast - The Value of Datapower Frameworks - 11.03.17 IBM DataPower Weekly Webcast - The Value of Datapower Frameworks - 11.03.17
IBM DataPower Weekly Webcast - The Value of Datapower Frameworks - 11.03.17 Natalia Kataoka
 
IBM WebSphere Application Server Update - Technical University (March 2015)
IBM WebSphere Application Server Update - Technical University (March 2015)IBM WebSphere Application Server Update - Technical University (March 2015)
IBM WebSphere Application Server Update - Technical University (March 2015)Ian Robinson
 
Prosoft Brief Summary 7 2009
Prosoft Brief Summary 7 2009Prosoft Brief Summary 7 2009
Prosoft Brief Summary 7 2009Bruce Holte
 
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)WSO2
 
Introduction to soa suite 12c in 20 slides
Introduction to soa suite 12c in 20 slidesIntroduction to soa suite 12c in 20 slides
Introduction to soa suite 12c in 20 slidesVincenzo Capozzoli
 
Introduction to ESB Architecture and Message Flow
Introduction to ESB Architecture and Message Flow Introduction to ESB Architecture and Message Flow
Introduction to ESB Architecture and Message Flow WSO2
 
WSO2Con USA 2017: Positioning WSO2 for Quicker Uptake
WSO2Con USA 2017: Positioning WSO2 for Quicker UptakeWSO2Con USA 2017: Positioning WSO2 for Quicker Uptake
WSO2Con USA 2017: Positioning WSO2 for Quicker UptakeWSO2
 
Introducing the WSO2 Enterprise Integrator 6.1
Introducing the WSO2 Enterprise Integrator 6.1Introducing the WSO2 Enterprise Integrator 6.1
Introducing the WSO2 Enterprise Integrator 6.1WSO2
 
Layer 7: Getting Your SOA to Production Without Cost and Complexity
Layer 7: Getting Your SOA to Production Without Cost and ComplexityLayer 7: Getting Your SOA to Production Without Cost and Complexity
Layer 7: Getting Your SOA to Production Without Cost and ComplexityCA API Management
 
Placement of BPM runtime components in an SOA environment
Placement of BPM runtime components in an SOA environmentPlacement of BPM runtime components in an SOA environment
Placement of BPM runtime components in an SOA environmentKim Clark
 
Work better together
Work better togetherWork better together
Work better togetherICT-Partners
 
WebSphere Portal Technical Overview
WebSphere Portal Technical OverviewWebSphere Portal Technical Overview
WebSphere Portal Technical OverviewVincent Perrin
 
Composite Apps using SCA (Service Component Architecture)
Composite Apps using SCA (Service Component Architecture)Composite Apps using SCA (Service Component Architecture)
Composite Apps using SCA (Service Component Architecture)Shameer Thaha Koya
 
ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...
ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...
ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...Alfresco Software
 

La actualidad más candente (20)

How the WSO2 App factory can help Manage your Applications
How the WSO2 App factory can help Manage your ApplicationsHow the WSO2 App factory can help Manage your Applications
How the WSO2 App factory can help Manage your Applications
 
J2EE Technology Mapping-21-may-2014
J2EE Technology Mapping-21-may-2014J2EE Technology Mapping-21-may-2014
J2EE Technology Mapping-21-may-2014
 
IBM DataPower Weekly Webcast - The Value of Datapower Frameworks - 11.03.17
IBM DataPower Weekly Webcast - The Value of Datapower Frameworks - 11.03.17 IBM DataPower Weekly Webcast - The Value of Datapower Frameworks - 11.03.17
IBM DataPower Weekly Webcast - The Value of Datapower Frameworks - 11.03.17
 
IBM WebSphere Application Server Update - Technical University (March 2015)
IBM WebSphere Application Server Update - Technical University (March 2015)IBM WebSphere Application Server Update - Technical University (March 2015)
IBM WebSphere Application Server Update - Technical University (March 2015)
 
Prosoft Brief Summary 7 2009
Prosoft Brief Summary 7 2009Prosoft Brief Summary 7 2009
Prosoft Brief Summary 7 2009
 
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)
WSO2Con2011: Using WSO2 ESB with SAP ERP (Retail)
 
Introduction to soa suite 12c in 20 slides
Introduction to soa suite 12c in 20 slidesIntroduction to soa suite 12c in 20 slides
Introduction to soa suite 12c in 20 slides
 
Was liberty
Was libertyWas liberty
Was liberty
 
Introduction to ESB Architecture and Message Flow
Introduction to ESB Architecture and Message Flow Introduction to ESB Architecture and Message Flow
Introduction to ESB Architecture and Message Flow
 
WSO2Con USA 2017: Positioning WSO2 for Quicker Uptake
WSO2Con USA 2017: Positioning WSO2 for Quicker UptakeWSO2Con USA 2017: Positioning WSO2 for Quicker Uptake
WSO2Con USA 2017: Positioning WSO2 for Quicker Uptake
 
Introducing the WSO2 Enterprise Integrator 6.1
Introducing the WSO2 Enterprise Integrator 6.1Introducing the WSO2 Enterprise Integrator 6.1
Introducing the WSO2 Enterprise Integrator 6.1
 
Layer 7: Getting Your SOA to Production Without Cost and Complexity
Layer 7: Getting Your SOA to Production Without Cost and ComplexityLayer 7: Getting Your SOA to Production Without Cost and Complexity
Layer 7: Getting Your SOA to Production Without Cost and Complexity
 
Placement of BPM runtime components in an SOA environment
Placement of BPM runtime components in an SOA environmentPlacement of BPM runtime components in an SOA environment
Placement of BPM runtime components in an SOA environment
 
Sca
ScaSca
Sca
 
Choosing The Right ESB
Choosing The Right ESBChoosing The Right ESB
Choosing The Right ESB
 
Work better together
Work better togetherWork better together
Work better together
 
Soa suite12c presentation @AMIS by Simone Geib
Soa suite12c presentation @AMIS by Simone GeibSoa suite12c presentation @AMIS by Simone Geib
Soa suite12c presentation @AMIS by Simone Geib
 
WebSphere Portal Technical Overview
WebSphere Portal Technical OverviewWebSphere Portal Technical Overview
WebSphere Portal Technical Overview
 
Composite Apps using SCA (Service Component Architecture)
Composite Apps using SCA (Service Component Architecture)Composite Apps using SCA (Service Component Architecture)
Composite Apps using SCA (Service Component Architecture)
 
ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...
ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...
ECM Decision Matrix - Deciding Between Alfresco Community Edition, Alfresco E...
 

Destacado

Integration Solution Patterns
Integration Solution Patterns Integration Solution Patterns
Integration Solution Patterns WSO2
 
WSO2Con USA 2017: Managing Verifone’s New Payment Device “Carbon” with WSO2’s...
WSO2Con USA 2017: Managing Verifone’s New Payment Device “Carbon” with WSO2’s...WSO2Con USA 2017: Managing Verifone’s New Payment Device “Carbon” with WSO2’s...
WSO2Con USA 2017: Managing Verifone’s New Payment Device “Carbon” with WSO2’s...WSO2
 
Health on Mobiles - Reaching the Unreachable
Health on Mobiles - Reaching the UnreachableHealth on Mobiles - Reaching the Unreachable
Health on Mobiles - Reaching the UnreachablePankaj Vaish
 
Integrating with SAP FIX and HL7
Integrating with SAP FIX and HL7Integrating with SAP FIX and HL7
Integrating with SAP FIX and HL7WSO2
 
WSO2 Guest Webinar: How a Complex Healthcare Protocol can be Easily Handled b...
WSO2 Guest Webinar: How a Complex Healthcare Protocol can be Easily Handled b...WSO2 Guest Webinar: How a Complex Healthcare Protocol can be Easily Handled b...
WSO2 Guest Webinar: How a Complex Healthcare Protocol can be Easily Handled b...WSO2
 
Standards and Interoperability - Connected Healthcare
Standards and Interoperability - Connected HealthcareStandards and Interoperability - Connected Healthcare
Standards and Interoperability - Connected HealthcarePankaj Vaish
 
Cloud Service Integration with WSO2 Developer Studio and WSO2 ESB
Cloud Service Integration with WSO2 Developer Studio and WSO2 ESB Cloud Service Integration with WSO2 Developer Studio and WSO2 ESB
Cloud Service Integration with WSO2 Developer Studio and WSO2 ESB WSO2
 
Integrate Your Healthcare Information System Using HL7 Transport with WSO2 ESB
Integrate Your Healthcare Information System Using HL7 Transport with WSO2 ESBIntegrate Your Healthcare Information System Using HL7 Transport with WSO2 ESB
Integrate Your Healthcare Information System Using HL7 Transport with WSO2 ESBWSO2
 
Disrupting the Health Care Business Model
Disrupting the Health Care Business ModelDisrupting the Health Care Business Model
Disrupting the Health Care Business ModelDavid Kolapudi
 
Do you know how many rewarding job opportunities exist in the Clinical resea...
Do you know how many rewarding  job opportunities exist in the Clinical resea...Do you know how many rewarding  job opportunities exist in the Clinical resea...
Do you know how many rewarding job opportunities exist in the Clinical resea...Access-Pharma Jobs
 
Starting A Home Health Care Business
Starting A Home Health Care BusinessStarting A Home Health Care Business
Starting A Home Health Care BusinessLewis Trio
 
IoT Business Opportunity & Disruption
IoT Business Opportunity & Disruption IoT Business Opportunity & Disruption
IoT Business Opportunity & Disruption Asanka Abeysinghe
 
Webinar Smile et WSO2 ESB, vers une architecture orientée service, ouverte et...
Webinar Smile et WSO2 ESB, vers une architecture orientée service, ouverte et...Webinar Smile et WSO2 ESB, vers une architecture orientée service, ouverte et...
Webinar Smile et WSO2 ESB, vers une architecture orientée service, ouverte et...Smile I.T is open
 
Security Patterns with the WSO2 ESB
Security Patterns with the WSO2 ESBSecurity Patterns with the WSO2 ESB
Security Patterns with the WSO2 ESBWSO2
 
Connected Health Reference Architecture
Connected Health Reference ArchitectureConnected Health Reference Architecture
Connected Health Reference ArchitectureWSO2
 
Identity and Access Management in the Era of Digital Transformation
Identity and Access Management in the Era of Digital TransformationIdentity and Access Management in the Era of Digital Transformation
Identity and Access Management in the Era of Digital TransformationWSO2
 
Security Patterns with WSO2 ESB
Security Patterns with WSO2 ESBSecurity Patterns with WSO2 ESB
Security Patterns with WSO2 ESBWSO2
 
WSO2 Product Release Webinar: WSO2 Enterprise Service Bus 5.0
WSO2 Product Release Webinar: WSO2 Enterprise Service Bus 5.0WSO2 Product Release Webinar: WSO2 Enterprise Service Bus 5.0
WSO2 Product Release Webinar: WSO2 Enterprise Service Bus 5.0WSO2
 
Healthcare information technology market in india sample (1)
Healthcare information technology market in india   sample (1)Healthcare information technology market in india   sample (1)
Healthcare information technology market in india sample (1)anupama0479
 
WSO2Con USA 2017: Providing a Pathway from Stovepipe Systems to a Secure SOA ...
WSO2Con USA 2017: Providing a Pathway from Stovepipe Systems to a Secure SOA ...WSO2Con USA 2017: Providing a Pathway from Stovepipe Systems to a Secure SOA ...
WSO2Con USA 2017: Providing a Pathway from Stovepipe Systems to a Secure SOA ...WSO2
 

Destacado (20)

Integration Solution Patterns
Integration Solution Patterns Integration Solution Patterns
Integration Solution Patterns
 
WSO2Con USA 2017: Managing Verifone’s New Payment Device “Carbon” with WSO2’s...
WSO2Con USA 2017: Managing Verifone’s New Payment Device “Carbon” with WSO2’s...WSO2Con USA 2017: Managing Verifone’s New Payment Device “Carbon” with WSO2’s...
WSO2Con USA 2017: Managing Verifone’s New Payment Device “Carbon” with WSO2’s...
 
Health on Mobiles - Reaching the Unreachable
Health on Mobiles - Reaching the UnreachableHealth on Mobiles - Reaching the Unreachable
Health on Mobiles - Reaching the Unreachable
 
Integrating with SAP FIX and HL7
Integrating with SAP FIX and HL7Integrating with SAP FIX and HL7
Integrating with SAP FIX and HL7
 
WSO2 Guest Webinar: How a Complex Healthcare Protocol can be Easily Handled b...
WSO2 Guest Webinar: How a Complex Healthcare Protocol can be Easily Handled b...WSO2 Guest Webinar: How a Complex Healthcare Protocol can be Easily Handled b...
WSO2 Guest Webinar: How a Complex Healthcare Protocol can be Easily Handled b...
 
Standards and Interoperability - Connected Healthcare
Standards and Interoperability - Connected HealthcareStandards and Interoperability - Connected Healthcare
Standards and Interoperability - Connected Healthcare
 
Cloud Service Integration with WSO2 Developer Studio and WSO2 ESB
Cloud Service Integration with WSO2 Developer Studio and WSO2 ESB Cloud Service Integration with WSO2 Developer Studio and WSO2 ESB
Cloud Service Integration with WSO2 Developer Studio and WSO2 ESB
 
Integrate Your Healthcare Information System Using HL7 Transport with WSO2 ESB
Integrate Your Healthcare Information System Using HL7 Transport with WSO2 ESBIntegrate Your Healthcare Information System Using HL7 Transport with WSO2 ESB
Integrate Your Healthcare Information System Using HL7 Transport with WSO2 ESB
 
Disrupting the Health Care Business Model
Disrupting the Health Care Business ModelDisrupting the Health Care Business Model
Disrupting the Health Care Business Model
 
Do you know how many rewarding job opportunities exist in the Clinical resea...
Do you know how many rewarding  job opportunities exist in the Clinical resea...Do you know how many rewarding  job opportunities exist in the Clinical resea...
Do you know how many rewarding job opportunities exist in the Clinical resea...
 
Starting A Home Health Care Business
Starting A Home Health Care BusinessStarting A Home Health Care Business
Starting A Home Health Care Business
 
IoT Business Opportunity & Disruption
IoT Business Opportunity & Disruption IoT Business Opportunity & Disruption
IoT Business Opportunity & Disruption
 
Webinar Smile et WSO2 ESB, vers une architecture orientée service, ouverte et...
Webinar Smile et WSO2 ESB, vers une architecture orientée service, ouverte et...Webinar Smile et WSO2 ESB, vers une architecture orientée service, ouverte et...
Webinar Smile et WSO2 ESB, vers une architecture orientée service, ouverte et...
 
Security Patterns with the WSO2 ESB
Security Patterns with the WSO2 ESBSecurity Patterns with the WSO2 ESB
Security Patterns with the WSO2 ESB
 
Connected Health Reference Architecture
Connected Health Reference ArchitectureConnected Health Reference Architecture
Connected Health Reference Architecture
 
Identity and Access Management in the Era of Digital Transformation
Identity and Access Management in the Era of Digital TransformationIdentity and Access Management in the Era of Digital Transformation
Identity and Access Management in the Era of Digital Transformation
 
Security Patterns with WSO2 ESB
Security Patterns with WSO2 ESBSecurity Patterns with WSO2 ESB
Security Patterns with WSO2 ESB
 
WSO2 Product Release Webinar: WSO2 Enterprise Service Bus 5.0
WSO2 Product Release Webinar: WSO2 Enterprise Service Bus 5.0WSO2 Product Release Webinar: WSO2 Enterprise Service Bus 5.0
WSO2 Product Release Webinar: WSO2 Enterprise Service Bus 5.0
 
Healthcare information technology market in india sample (1)
Healthcare information technology market in india   sample (1)Healthcare information technology market in india   sample (1)
Healthcare information technology market in india sample (1)
 
WSO2Con USA 2017: Providing a Pathway from Stovepipe Systems to a Secure SOA ...
WSO2Con USA 2017: Providing a Pathway from Stovepipe Systems to a Secure SOA ...WSO2Con USA 2017: Providing a Pathway from Stovepipe Systems to a Secure SOA ...
WSO2Con USA 2017: Providing a Pathway from Stovepipe Systems to a Secure SOA ...
 

Similar a WSO2Con ASIA 2016: WSO2 Integration Platform Deep Dive

WSO2Con Asia 2014 - Reinventing Enterprise Integration for Connected Business
WSO2Con Asia 2014 - Reinventing Enterprise Integration for Connected BusinessWSO2Con Asia 2014 - Reinventing Enterprise Integration for Connected Business
WSO2Con Asia 2014 - Reinventing Enterprise Integration for Connected BusinessWSO2
 
Developer Conference 2.1 - (Cloud) First Steps to the Cloud
Developer Conference 2.1 - (Cloud) First Steps to the CloudDeveloper Conference 2.1 - (Cloud) First Steps to the Cloud
Developer Conference 2.1 - (Cloud) First Steps to the CloudMicro Focus
 
Symbiotic Govt Sasketchewan SA Resume - Ricky Tiglao V1.0
Symbiotic Govt Sasketchewan SA Resume - Ricky Tiglao V1.0Symbiotic Govt Sasketchewan SA Resume - Ricky Tiglao V1.0
Symbiotic Govt Sasketchewan SA Resume - Ricky Tiglao V1.0Rick Tiglao
 
[WSO2Con EU 2017] Internal Digital Transformation: Transform Your Enterprise IT
[WSO2Con EU 2017] Internal Digital Transformation: Transform Your Enterprise IT[WSO2Con EU 2017] Internal Digital Transformation: Transform Your Enterprise IT
[WSO2Con EU 2017] Internal Digital Transformation: Transform Your Enterprise ITWSO2
 
Measure and increase developer productivity with help of Severless by Kazulki...
Measure and increase developer productivity with help of Severless by Kazulki...Measure and increase developer productivity with help of Severless by Kazulki...
Measure and increase developer productivity with help of Severless by Kazulki...Vadym Kazulkin
 
Dynamics Day '11 - NAV case study Sealord
Dynamics Day '11 - NAV case study SealordDynamics Day '11 - NAV case study Sealord
Dynamics Day '11 - NAV case study SealordIntergen
 
OOW-CON3640-portal
OOW-CON3640-portalOOW-CON3640-portal
OOW-CON3640-portalBen Duan
 
CIS Infrastructure Group Don Mori Profile 2016
CIS Infrastructure Group Don Mori Profile 2016CIS Infrastructure Group Don Mori Profile 2016
CIS Infrastructure Group Don Mori Profile 2016Don Mori
 
Oracle Development Cloud Service
Oracle Development Cloud ServiceOracle Development Cloud Service
Oracle Development Cloud Serviceandrejusb
 
Transforming IT Own Your Architecture
Transforming IT Own Your ArchitectureTransforming IT Own Your Architecture
Transforming IT Own Your ArchitectureInnoTech
 
Cisco systems architecture
Cisco systems architectureCisco systems architecture
Cisco systems architectureDhanesh Gandhi
 
Moving Up the PVC Maturity Curve in Industrial Manufacturing
Moving Up the PVC Maturity Curve in Industrial ManufacturingMoving Up the PVC Maturity Curve in Industrial Manufacturing
Moving Up the PVC Maturity Curve in Industrial ManufacturingZero Wait-State
 
Heterogeneous Enterprise and Cloud Systems
Heterogeneous Enterprise and Cloud SystemsHeterogeneous Enterprise and Cloud Systems
Heterogeneous Enterprise and Cloud SystemsWSO2
 
Sathish Prabhu Resume
Sathish Prabhu ResumeSathish Prabhu Resume
Sathish Prabhu Resumesathy_prabhu
 
Measure and Increase Developer Productivity with Help of Serverless AWS Commu...
Measure and Increase Developer Productivity with Help of Serverless AWS Commu...Measure and Increase Developer Productivity with Help of Serverless AWS Commu...
Measure and Increase Developer Productivity with Help of Serverless AWS Commu...Vadym Kazulkin
 
Extending and improving bps romania 30th of nov 2010
Extending and improving bps   romania 30th of nov 2010Extending and improving bps   romania 30th of nov 2010
Extending and improving bps romania 30th of nov 2010Doina Draganescu
 
ScaleFocus- Business Analysis in SOA and Integration Projects
ScaleFocus- Business Analysis in SOA and Integration ProjectsScaleFocus- Business Analysis in SOA and Integration Projects
ScaleFocus- Business Analysis in SOA and Integration ProjectsScaleFocus
 

Similar a WSO2Con ASIA 2016: WSO2 Integration Platform Deep Dive (20)

ManageEngine OpManager
ManageEngine OpManagerManageEngine OpManager
ManageEngine OpManager
 
Telcom Offshoring
Telcom OffshoringTelcom Offshoring
Telcom Offshoring
 
Management Consultancy Saudi Telecom Digital Transformation Design Thinking
Management Consultancy Saudi Telecom Digital Transformation Design ThinkingManagement Consultancy Saudi Telecom Digital Transformation Design Thinking
Management Consultancy Saudi Telecom Digital Transformation Design Thinking
 
WSO2Con Asia 2014 - Reinventing Enterprise Integration for Connected Business
WSO2Con Asia 2014 - Reinventing Enterprise Integration for Connected BusinessWSO2Con Asia 2014 - Reinventing Enterprise Integration for Connected Business
WSO2Con Asia 2014 - Reinventing Enterprise Integration for Connected Business
 
Developer Conference 2.1 - (Cloud) First Steps to the Cloud
Developer Conference 2.1 - (Cloud) First Steps to the CloudDeveloper Conference 2.1 - (Cloud) First Steps to the Cloud
Developer Conference 2.1 - (Cloud) First Steps to the Cloud
 
Symbiotic Govt Sasketchewan SA Resume - Ricky Tiglao V1.0
Symbiotic Govt Sasketchewan SA Resume - Ricky Tiglao V1.0Symbiotic Govt Sasketchewan SA Resume - Ricky Tiglao V1.0
Symbiotic Govt Sasketchewan SA Resume - Ricky Tiglao V1.0
 
[WSO2Con EU 2017] Internal Digital Transformation: Transform Your Enterprise IT
[WSO2Con EU 2017] Internal Digital Transformation: Transform Your Enterprise IT[WSO2Con EU 2017] Internal Digital Transformation: Transform Your Enterprise IT
[WSO2Con EU 2017] Internal Digital Transformation: Transform Your Enterprise IT
 
Measure and increase developer productivity with help of Severless by Kazulki...
Measure and increase developer productivity with help of Severless by Kazulki...Measure and increase developer productivity with help of Severless by Kazulki...
Measure and increase developer productivity with help of Severless by Kazulki...
 
Dynamics Day '11 - NAV case study Sealord
Dynamics Day '11 - NAV case study SealordDynamics Day '11 - NAV case study Sealord
Dynamics Day '11 - NAV case study Sealord
 
OOW-CON3640-portal
OOW-CON3640-portalOOW-CON3640-portal
OOW-CON3640-portal
 
CIS Infrastructure Group Don Mori Profile 2016
CIS Infrastructure Group Don Mori Profile 2016CIS Infrastructure Group Don Mori Profile 2016
CIS Infrastructure Group Don Mori Profile 2016
 
Oracle Development Cloud Service
Oracle Development Cloud ServiceOracle Development Cloud Service
Oracle Development Cloud Service
 
Transforming IT Own Your Architecture
Transforming IT Own Your ArchitectureTransforming IT Own Your Architecture
Transforming IT Own Your Architecture
 
Cisco systems architecture
Cisco systems architectureCisco systems architecture
Cisco systems architecture
 
Moving Up the PVC Maturity Curve in Industrial Manufacturing
Moving Up the PVC Maturity Curve in Industrial ManufacturingMoving Up the PVC Maturity Curve in Industrial Manufacturing
Moving Up the PVC Maturity Curve in Industrial Manufacturing
 
Heterogeneous Enterprise and Cloud Systems
Heterogeneous Enterprise and Cloud SystemsHeterogeneous Enterprise and Cloud Systems
Heterogeneous Enterprise and Cloud Systems
 
Sathish Prabhu Resume
Sathish Prabhu ResumeSathish Prabhu Resume
Sathish Prabhu Resume
 
Measure and Increase Developer Productivity with Help of Serverless AWS Commu...
Measure and Increase Developer Productivity with Help of Serverless AWS Commu...Measure and Increase Developer Productivity with Help of Serverless AWS Commu...
Measure and Increase Developer Productivity with Help of Serverless AWS Commu...
 
Extending and improving bps romania 30th of nov 2010
Extending and improving bps   romania 30th of nov 2010Extending and improving bps   romania 30th of nov 2010
Extending and improving bps romania 30th of nov 2010
 
ScaleFocus- Business Analysis in SOA and Integration Projects
ScaleFocus- Business Analysis in SOA and Integration ProjectsScaleFocus- Business Analysis in SOA and Integration Projects
ScaleFocus- Business Analysis in SOA and Integration Projects
 

Más de WSO2

Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessWSO2
 
How to Create a Service in Choreo
How to Create a Service in ChoreoHow to Create a Service in Choreo
How to Create a Service in ChoreoWSO2
 
Ballerina Tech Talk - May 2023
Ballerina Tech Talk - May 2023Ballerina Tech Talk - May 2023
Ballerina Tech Talk - May 2023WSO2
 
Platform Strategy to Deliver Digital Experiences on Azure
Platform Strategy to Deliver Digital Experiences on AzurePlatform Strategy to Deliver Digital Experiences on Azure
Platform Strategy to Deliver Digital Experiences on AzureWSO2
 
GartnerITSymSessionSlides.pdf
GartnerITSymSessionSlides.pdfGartnerITSymSessionSlides.pdf
GartnerITSymSessionSlides.pdfWSO2
 
[Webinar] How to Create an API in Minutes
[Webinar] How to Create an API in Minutes[Webinar] How to Create an API in Minutes
[Webinar] How to Create an API in MinutesWSO2
 
Modernizing the Student Journey with Ethos Identity
Modernizing the Student Journey with Ethos IdentityModernizing the Student Journey with Ethos Identity
Modernizing the Student Journey with Ethos IdentityWSO2
 
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...WSO2
 
CIO Summit Berlin 2022.pptx.pdf
CIO Summit Berlin 2022.pptx.pdfCIO Summit Berlin 2022.pptx.pdf
CIO Summit Berlin 2022.pptx.pdfWSO2
 
Delivering New Digital Experiences Fast - Introducing Choreo
Delivering New Digital Experiences Fast - Introducing ChoreoDelivering New Digital Experiences Fast - Introducing Choreo
Delivering New Digital Experiences Fast - Introducing ChoreoWSO2
 
Fueling the Digital Experience Economy with Connected Products
Fueling the Digital Experience Economy with Connected ProductsFueling the Digital Experience Economy with Connected Products
Fueling the Digital Experience Economy with Connected ProductsWSO2
 
A Reference Methodology for Agile Digital Businesses
 A Reference Methodology for Agile Digital Businesses A Reference Methodology for Agile Digital Businesses
A Reference Methodology for Agile Digital BusinessesWSO2
 
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)WSO2
 
Lessons from the pandemic - From a single use case to true transformation
 Lessons from the pandemic - From a single use case to true transformation Lessons from the pandemic - From a single use case to true transformation
Lessons from the pandemic - From a single use case to true transformationWSO2
 
Adding Liveliness to Banking Experiences
Adding Liveliness to Banking ExperiencesAdding Liveliness to Banking Experiences
Adding Liveliness to Banking ExperiencesWSO2
 
Building a Future-ready Bank
Building a Future-ready BankBuilding a Future-ready Bank
Building a Future-ready BankWSO2
 
WSO2 API Manager Community Call - November 2021
WSO2 API Manager Community Call - November 2021WSO2 API Manager Community Call - November 2021
WSO2 API Manager Community Call - November 2021WSO2
 
[API World ] - Managing Asynchronous APIs
[API World ] - Managing Asynchronous APIs[API World ] - Managing Asynchronous APIs
[API World ] - Managing Asynchronous APIsWSO2
 
[API World 2021 ] - Understanding Cloud Native Deployment
[API World 2021 ] - Understanding Cloud Native Deployment[API World 2021 ] - Understanding Cloud Native Deployment
[API World 2021 ] - Understanding Cloud Native DeploymentWSO2
 
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”[API Word 2021] - Quantum Duality of “API as a Business and a Technology”
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”WSO2
 

Más de WSO2 (20)

Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with Platformless
 
How to Create a Service in Choreo
How to Create a Service in ChoreoHow to Create a Service in Choreo
How to Create a Service in Choreo
 
Ballerina Tech Talk - May 2023
Ballerina Tech Talk - May 2023Ballerina Tech Talk - May 2023
Ballerina Tech Talk - May 2023
 
Platform Strategy to Deliver Digital Experiences on Azure
Platform Strategy to Deliver Digital Experiences on AzurePlatform Strategy to Deliver Digital Experiences on Azure
Platform Strategy to Deliver Digital Experiences on Azure
 
GartnerITSymSessionSlides.pdf
GartnerITSymSessionSlides.pdfGartnerITSymSessionSlides.pdf
GartnerITSymSessionSlides.pdf
 
[Webinar] How to Create an API in Minutes
[Webinar] How to Create an API in Minutes[Webinar] How to Create an API in Minutes
[Webinar] How to Create an API in Minutes
 
Modernizing the Student Journey with Ethos Identity
Modernizing the Student Journey with Ethos IdentityModernizing the Student Journey with Ethos Identity
Modernizing the Student Journey with Ethos Identity
 
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...
 
CIO Summit Berlin 2022.pptx.pdf
CIO Summit Berlin 2022.pptx.pdfCIO Summit Berlin 2022.pptx.pdf
CIO Summit Berlin 2022.pptx.pdf
 
Delivering New Digital Experiences Fast - Introducing Choreo
Delivering New Digital Experiences Fast - Introducing ChoreoDelivering New Digital Experiences Fast - Introducing Choreo
Delivering New Digital Experiences Fast - Introducing Choreo
 
Fueling the Digital Experience Economy with Connected Products
Fueling the Digital Experience Economy with Connected ProductsFueling the Digital Experience Economy with Connected Products
Fueling the Digital Experience Economy with Connected Products
 
A Reference Methodology for Agile Digital Businesses
 A Reference Methodology for Agile Digital Businesses A Reference Methodology for Agile Digital Businesses
A Reference Methodology for Agile Digital Businesses
 
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)
 
Lessons from the pandemic - From a single use case to true transformation
 Lessons from the pandemic - From a single use case to true transformation Lessons from the pandemic - From a single use case to true transformation
Lessons from the pandemic - From a single use case to true transformation
 
Adding Liveliness to Banking Experiences
Adding Liveliness to Banking ExperiencesAdding Liveliness to Banking Experiences
Adding Liveliness to Banking Experiences
 
Building a Future-ready Bank
Building a Future-ready BankBuilding a Future-ready Bank
Building a Future-ready Bank
 
WSO2 API Manager Community Call - November 2021
WSO2 API Manager Community Call - November 2021WSO2 API Manager Community Call - November 2021
WSO2 API Manager Community Call - November 2021
 
[API World ] - Managing Asynchronous APIs
[API World ] - Managing Asynchronous APIs[API World ] - Managing Asynchronous APIs
[API World ] - Managing Asynchronous APIs
 
[API World 2021 ] - Understanding Cloud Native Deployment
[API World 2021 ] - Understanding Cloud Native Deployment[API World 2021 ] - Understanding Cloud Native Deployment
[API World 2021 ] - Understanding Cloud Native Deployment
 
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”[API Word 2021] - Quantum Duality of “API as a Business and a Technology”
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”
 

Último

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Último (20)

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

WSO2Con ASIA 2016: WSO2 Integration Platform Deep Dive