SlideShare uma empresa Scribd logo
1 de 26
Baixar para ler offline
Why Does Modular
Middleware Mater?
      Paul Fremantle
    Co-Founder & CTO
     paul@wso2.com
    +44 7740 199729

     htp://wso2.com/
Paul Fremantle – CTO
• Co-founder and CTO of WSO2.
• VP of Apache Synapse, Co-Chair OASIS WSRX TC.
• Nominated Infoworld’s top 25 CTO in 2008.
• Previously a Senior Technical Staf Member at
  IBM.
• Author of two books: Building Web Services in
  Java, 2nd Editon, and The XML Files.
• MA in Mathematcs and Philosophy and an MSc in
  Computaton, both from Oxford University.
WSO2
• Founded in 2005 by acknowledged leaders in XML,
  Web Services Technologies & Standards and Open
  Source.
• Producing entre middleware platorm 100% open
  source under Apache license.
• Business model is to sell comprehensive support &
  maintenance for our products.
• Venture funded by Intel Capital.
• Global corporaton with ofces in USA, UK & Sri Lanka.
• 80+ employees and growing.
Engagement Model
• Quick Start
  – Combinaton of consultng, training and POC
    development in one week by WSO2 on-site team
    working hand-in-hand with customer team.
• Development Support
  – On-going support for Customer's engineering teams.
• Producton Support
  – Full 24x7x365 enterprise support providing sofware
    maintenance and support.
Agenda
• What is Modular Middleware?
  – WSO2 Carbon
    • What is it and why did we build it?
    • Why is it important?
  – How does it work?
  – Carbon 3.0.0
    • Digging into the new release
  – What’s next
    • The Carbon App
    • Beter Provisioning
Our Strategy
• Design Objectves for WSO2 Middleware:
  – Self-consistent and lean
  – Internal interoperability
  – External interoperability
  – Infnitely fexible and agile for rapid soluton
    architecture adopton
  – Open standards and Open Source
  – A complete middleware platorm from data to
    screen
What is Carbon and why?
• Carbon is modular middleware
• “Eclipse for Servers”
  – Completely built as a set of well-defned OSGi
    components
  – Highly stable foundaton for middleware
     • High volume producton use cases 200m+
       transactons/day
  – Re-confgurable
     • Install new features, uninstall, revert
  – Fits the middleware to the architecture
     • Zero bloat but more than 150 features
WSO2 Enterprise Platorm




                          8
The Soluton: WSO2 Carbon
The Soluton: WSO2 Carbon
The Soluton: WSO2 Carbon
Why did we build Carbon?
• Initally we wanted to have small independent
  teams
  – Fast and agile
• But we soon ended up with overlap and
  underlap
  – Some teams were duplicatng functon
  – Some products were missing functon that was
    already coded
  – But we didn’t want to lose the small team agility
Why is it important?
1. It makes WSO2 even more agile
2. It means that you already know how to
   manage WSO2 systems
  a. Security management of BPS is the same as ESB,
     WSAS, etc
  b. Clustering, Keystores, etc etc are all consistent
3. It is highly extensible: new components can
   be writen by WSO2 or you
4. You can confgure the systems to ft your
   architecture
The right SOA middleware for the architecture
The right middleware
• Use just the components you need
• Add the right components in the right place
  – Data Services + Mediaton
  – BPS and Data Services
  – etc…
• No need for multple product installs to
  accomplish simple functon
  – Compare the size of Carbon with ESB and BPS
    loaded to competng BPMS+ESB
Carbon Architecture
• Clean “front-end/back-end” separaton
  – Every component has a core runtme, a clean SOA
    management interface, a well-defned front-end console
    component
  – All completely pluggable, versioned, etc
• Full dependency management
  – Hence full re-use
• Pluggable common core services:
  – Registry, Key Management, Identty Management,
    Clustering, Monitoring/JMX, Transports, etc
  – Cloud enabled (hold that thought)
Carbon Component Manager
p2 – Provisioning Platorm
• Part of the OSGi Equinox project
   – A well-defned model for provisioning components
   – Based on a web or fle based repository
      • Can be hosted internally for an organizaton
   – Three approaches:
      • Command line
      • Web console
      • Secure remote API
• Today
   – Provision the middleware
• Coming soon - Provision user applicatons
How big is Carbon?
• WSO2 Carbon Download (just Carbon)
    – 73Mb
• p2 features repository
    – 77Mb extra (130Mb in total)
• Total codebase
    – 150Mb
• Latest RCs (as of April 9th):
    – htp://builder.wso2.org/~carbon/releases/carbon/3.0.0/4RC3/
    – htp://builder.wso2.org/~carbon/releases/carbon/3.0.0/4RC3/wso2carbon-3.0.0.zip

    – htp://builder.wso2.org/~carbon/releases/carbon/3.0.0/4RC3/p2-repo/
Carbon 3.0 aka Iridium
• Core improvements
  – Component Manager
  – Improvements to p2
       • Patches are now p2 managed
  –   Beter Registry management
  –   Cluster manager
  –   WS-Discovery Support
  –   cApp (coming in June)
• Lots of per-product improvements (see
  announcements)
Iridium Release Plans
• Phase 1 – April 2010
   –   WSO2 WSAS 3.2
   –   WSO2 ESB 3.0
   –   WSO2 Governance Registry 3.5
   –   WSO2 Identty Server 3.0
• Phase 2 – May 2010
   –   WSO2 Data Services Server 2.5
   –   WSO2 Business Process Server 2.0
   –   WSO2 Business Actvity Monitor 1.1
   –   WSO2 Mashup Server 2.1
   –   WSO2 Gadget Server 1.1
   –   WSO2 Business Rules Server 1.0
Patches under Carbon 3.0
• Patches are p2 features
   – Patch management now allows installaton, de-installaton
     and revert to version
• Service Packs are p2 group features
   – Manage dependencies
   – Install all pre-requisite patches
   – Uninstall / revert


Please note that patches and service packs are only
  licensed for producton use to our producton support
  customers
Carbon Apps (cApps)
• A cApp is a repository of features
• Each feature is a deployable OSGi bundle containing a part of
  an applicaton
   – E.g. ESB sequence, Services, BPEL fow, etc
• The cApp contains a “logical topology”
   – Mapping from app components to roles
• An automated build/deploy process adds a “physical
  topology”
   – Mapping into physical Carbon VMs
• The applicaton features have dependencies on the runtme
  components they run on:
   – Deploying an ESB sequence will ensure there is ESB code to run it on
Other Futures
• Webapp support
• Consistent endpoint management (Discovery
  vs Deployment)
• Cloud!
  – Cloud deployment
  – Mult-tenancy
  – Plenty more
Summary
• WSO2 Carbon is the only complete modular
  middleware platorm
  –   Confgure your SOA as your architecture needs
  –   Grow as your needs grow
  –   Provision exactly what you need
  –   Prepare for a cloudy future
Resources

• Company Website: htp://wso2.com

• Paul: paul@wso2.com

• Business Team: bizdev@wso2.com

Mais conteúdo relacionado

Mais procurados

How to extend WSO2 Carbon for your middleware needs
How to extend WSO2 Carbon for your middleware needsHow to extend WSO2 Carbon for your middleware needs
How to extend WSO2 Carbon for your middleware needsWSO2
 
Webbinar slides
Webbinar slidesWebbinar slides
Webbinar slidesWSO2
 
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
 
Introduction into Cloud Foundry and Bosh | anynines
Introduction into Cloud Foundry and Bosh | anyninesIntroduction into Cloud Foundry and Bosh | anynines
Introduction into Cloud Foundry and Bosh | anyninesanynines GmbH
 
Jelastic Enterprise
Jelastic EnterpriseJelastic Enterprise
Jelastic EnterpriseJulio Pari
 
Building Cloud Native Software
Building Cloud Native SoftwareBuilding Cloud Native Software
Building Cloud Native SoftwarePaul Fremantle
 
Introducing the WSO2 App Factory
Introducing the WSO2 App FactoryIntroducing the WSO2 App Factory
Introducing the WSO2 App FactoryWSO2
 
How to be a lion tamer
How to be a lion tamerHow to be a lion tamer
How to be a lion tamerSharon James
 
How to be a lion tamer
How to be a lion tamerHow to be a lion tamer
How to be a lion tamerWannes Rams
 
Install Oracle FMW - 'Mostly Scripted'
Install Oracle FMW - 'Mostly Scripted'Install Oracle FMW - 'Mostly Scripted'
Install Oracle FMW - 'Mostly Scripted'makker_nl
 
Integration in the age of DevOps
Integration in the age of DevOpsIntegration in the age of DevOps
Integration in the age of DevOpsAlbert Wong
 
Cloud Foundry BOSH CPI for OpenStack
Cloud Foundry BOSH CPI for OpenStackCloud Foundry BOSH CPI for OpenStack
Cloud Foundry BOSH CPI for OpenStackAnimesh Singh
 
Alfresco One (Enterprise) vs Alfresco Community 2014
Alfresco One (Enterprise) vs Alfresco Community 2014Alfresco One (Enterprise) vs Alfresco Community 2014
Alfresco One (Enterprise) vs Alfresco Community 2014Toni de la Fuente
 
Intro to Alfresco for Developers
Intro to Alfresco for DevelopersIntro to Alfresco for Developers
Intro to Alfresco for DevelopersJeff Potts
 
Running SOA in the Cloud: SOA CS for SOA Suite Customers
Running SOA in the Cloud: SOA CS for SOA Suite CustomersRunning SOA in the Cloud: SOA CS for SOA Suite Customers
Running SOA in the Cloud: SOA CS for SOA Suite CustomersSimon Haslam
 
Best new features in windows server 2016
Best new features in windows server 2016Best new features in windows server 2016
Best new features in windows server 2016Tuan Yang
 
Experiences of SOACS
Experiences of SOACSExperiences of SOACS
Experiences of SOACSSimon Haslam
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalStephen Rose
 

Mais procurados (20)

How to extend WSO2 Carbon for your middleware needs
How to extend WSO2 Carbon for your middleware needsHow to extend WSO2 Carbon for your middleware needs
How to extend WSO2 Carbon for your middleware needs
 
Webbinar slides
Webbinar slidesWebbinar slides
Webbinar slides
 
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...
 
Introduction into Cloud Foundry and Bosh | anynines
Introduction into Cloud Foundry and Bosh | anyninesIntroduction into Cloud Foundry and Bosh | anynines
Introduction into Cloud Foundry and Bosh | anynines
 
Jelastic Enterprise
Jelastic EnterpriseJelastic Enterprise
Jelastic Enterprise
 
Building Cloud Native Software
Building Cloud Native SoftwareBuilding Cloud Native Software
Building Cloud Native Software
 
Introducing the WSO2 App Factory
Introducing the WSO2 App FactoryIntroducing the WSO2 App Factory
Introducing the WSO2 App Factory
 
How to be a lion tamer
How to be a lion tamerHow to be a lion tamer
How to be a lion tamer
 
How to be a lion tamer
How to be a lion tamerHow to be a lion tamer
How to be a lion tamer
 
Install Oracle FMW - 'Mostly Scripted'
Install Oracle FMW - 'Mostly Scripted'Install Oracle FMW - 'Mostly Scripted'
Install Oracle FMW - 'Mostly Scripted'
 
Integration in the age of DevOps
Integration in the age of DevOpsIntegration in the age of DevOps
Integration in the age of DevOps
 
Cloud Foundry BOSH CPI for OpenStack
Cloud Foundry BOSH CPI for OpenStackCloud Foundry BOSH CPI for OpenStack
Cloud Foundry BOSH CPI for OpenStack
 
Storage and Alfresco
Storage and AlfrescoStorage and Alfresco
Storage and Alfresco
 
Alfresco One (Enterprise) vs Alfresco Community 2014
Alfresco One (Enterprise) vs Alfresco Community 2014Alfresco One (Enterprise) vs Alfresco Community 2014
Alfresco One (Enterprise) vs Alfresco Community 2014
 
What's New in WildFly 9?
What's New in WildFly 9?What's New in WildFly 9?
What's New in WildFly 9?
 
Intro to Alfresco for Developers
Intro to Alfresco for DevelopersIntro to Alfresco for Developers
Intro to Alfresco for Developers
 
Running SOA in the Cloud: SOA CS for SOA Suite Customers
Running SOA in the Cloud: SOA CS for SOA Suite CustomersRunning SOA in the Cloud: SOA CS for SOA Suite Customers
Running SOA in the Cloud: SOA CS for SOA Suite Customers
 
Best new features in windows server 2016
Best new features in windows server 2016Best new features in windows server 2016
Best new features in windows server 2016
 
Experiences of SOACS
Experiences of SOACSExperiences of SOACS
Experiences of SOACS
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint Final
 

Destaque

Security in Practice
Security in PracticeSecurity in Practice
Security in PracticeWSO2
 
Advanced monitoring-in-wso2
Advanced monitoring-in-wso2Advanced monitoring-in-wso2
Advanced monitoring-in-wso2WSO2
 
WSO2 Intro Webinar - The WSO2 Data Services - Harnessing Disparate Enterprise...
WSO2 Intro Webinar - The WSO2 Data Services - Harnessing Disparate Enterprise...WSO2 Intro Webinar - The WSO2 Data Services - Harnessing Disparate Enterprise...
WSO2 Intro Webinar - The WSO2 Data Services - Harnessing Disparate Enterprise...WSO2
 
Achieve Cloud Scale by Implementing Elastic Load Balancing, Asset Deployment,...
Achieve Cloud Scale by Implementing Elastic Load Balancing, Asset Deployment,...Achieve Cloud Scale by Implementing Elastic Load Balancing, Asset Deployment,...
Achieve Cloud Scale by Implementing Elastic Load Balancing, Asset Deployment,...WSO2
 
Application Development with Apache Cassandra as a Service
Application Development with Apache Cassandra as a ServiceApplication Development with Apache Cassandra as a Service
Application Development with Apache Cassandra as a ServiceWSO2
 
Analyzing the Effectiveness of Mobile and Web Channels using WSO2 BAM
Analyzing the Effectiveness of Mobile and Web Channels using WSO2 BAMAnalyzing the Effectiveness of Mobile and Web Channels using WSO2 BAM
Analyzing the Effectiveness of Mobile and Web Channels using WSO2 BAMWSO2
 
Solution Architecture Patterns for Digital Transformation
Solution Architecture Patterns for Digital TransformationSolution Architecture Patterns for Digital Transformation
Solution Architecture Patterns for Digital TransformationWSO2
 
Soluciones para Mejorar la Toma de Decisiones, la Analítica en Tiempo Real y ...
Soluciones para Mejorar la Toma de Decisiones, la Analítica en Tiempo Real y ...Soluciones para Mejorar la Toma de Decisiones, la Analítica en Tiempo Real y ...
Soluciones para Mejorar la Toma de Decisiones, la Analítica en Tiempo Real y ...WSO2
 
2016 Year End Webinar - Are You Ready for Digital Transformation?
2016 Year End Webinar - Are You Ready for Digital Transformation?2016 Year End Webinar - Are You Ready for Digital Transformation?
2016 Year End Webinar - Are You Ready for Digital Transformation?WSO2
 

Destaque (9)

Security in Practice
Security in PracticeSecurity in Practice
Security in Practice
 
Advanced monitoring-in-wso2
Advanced monitoring-in-wso2Advanced monitoring-in-wso2
Advanced monitoring-in-wso2
 
WSO2 Intro Webinar - The WSO2 Data Services - Harnessing Disparate Enterprise...
WSO2 Intro Webinar - The WSO2 Data Services - Harnessing Disparate Enterprise...WSO2 Intro Webinar - The WSO2 Data Services - Harnessing Disparate Enterprise...
WSO2 Intro Webinar - The WSO2 Data Services - Harnessing Disparate Enterprise...
 
Achieve Cloud Scale by Implementing Elastic Load Balancing, Asset Deployment,...
Achieve Cloud Scale by Implementing Elastic Load Balancing, Asset Deployment,...Achieve Cloud Scale by Implementing Elastic Load Balancing, Asset Deployment,...
Achieve Cloud Scale by Implementing Elastic Load Balancing, Asset Deployment,...
 
Application Development with Apache Cassandra as a Service
Application Development with Apache Cassandra as a ServiceApplication Development with Apache Cassandra as a Service
Application Development with Apache Cassandra as a Service
 
Analyzing the Effectiveness of Mobile and Web Channels using WSO2 BAM
Analyzing the Effectiveness of Mobile and Web Channels using WSO2 BAMAnalyzing the Effectiveness of Mobile and Web Channels using WSO2 BAM
Analyzing the Effectiveness of Mobile and Web Channels using WSO2 BAM
 
Solution Architecture Patterns for Digital Transformation
Solution Architecture Patterns for Digital TransformationSolution Architecture Patterns for Digital Transformation
Solution Architecture Patterns for Digital Transformation
 
Soluciones para Mejorar la Toma de Decisiones, la Analítica en Tiempo Real y ...
Soluciones para Mejorar la Toma de Decisiones, la Analítica en Tiempo Real y ...Soluciones para Mejorar la Toma de Decisiones, la Analítica en Tiempo Real y ...
Soluciones para Mejorar la Toma de Decisiones, la Analítica en Tiempo Real y ...
 
2016 Year End Webinar - Are You Ready for Digital Transformation?
2016 Year End Webinar - Are You Ready for Digital Transformation?2016 Year End Webinar - Are You Ready for Digital Transformation?
2016 Year End Webinar - Are You Ready for Digital Transformation?
 

Semelhante a Why Does Modular Middleware Matters

Building a PaaS Platform like Bluemix on OpenStack
Building a PaaS Platform like Bluemix on OpenStackBuilding a PaaS Platform like Bluemix on OpenStack
Building a PaaS Platform like Bluemix on OpenStackAnimesh Singh
 
[WSO2Con EU 2017] How a Large Organization Weighted on a WSO2 Integration Pla...
[WSO2Con EU 2017] How a Large Organization Weighted on a WSO2 Integration Pla...[WSO2Con EU 2017] How a Large Organization Weighted on a WSO2 Integration Pla...
[WSO2Con EU 2017] How a Large Organization Weighted on a WSO2 Integration Pla...WSO2
 
Enterprise Integration with the WSO2 ESB
Enterprise Integration with the WSO2 ESB Enterprise Integration with the WSO2 ESB
Enterprise Integration with the WSO2 ESB WSO2
 
Introduction to the wso2 carbon platform webinar
Introduction to the wso2 carbon platform   webinarIntroduction to the wso2 carbon platform   webinar
Introduction to the wso2 carbon platform webinarWSO2
 
Openstack Summit Tokyo 2015 - Building a private cloud to efficiently handle ...
Openstack Summit Tokyo 2015 - Building a private cloud to efficiently handle ...Openstack Summit Tokyo 2015 - Building a private cloud to efficiently handle ...
Openstack Summit Tokyo 2015 - Building a private cloud to efficiently handle ...Pierre GRANDIN
 
Cloud Foundry: Hands-on Deployment Workshop
Cloud Foundry: Hands-on Deployment WorkshopCloud Foundry: Hands-on Deployment Workshop
Cloud Foundry: Hands-on Deployment WorkshopManuel Garcia
 
Stay productive while slicing up the monolith
Stay productive while slicing up the monolith Stay productive while slicing up the monolith
Stay productive while slicing up the monolith Markus Eisele
 
WSO2 Intro Webinar - Simplifying Enterprise Integration with Configurable WS...
WSO2 Intro Webinar -  Simplifying Enterprise Integration with Configurable WS...WSO2 Intro Webinar -  Simplifying Enterprise Integration with Configurable WS...
WSO2 Intro Webinar - Simplifying Enterprise Integration with Configurable WS...WSO2
 
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...VMworld
 
Rez gateway - RezOS - innovate the future
Rez gateway - RezOS -   innovate the futureRez gateway - RezOS -   innovate the future
Rez gateway - RezOS - innovate the futureindikaMaligaspe
 
Rez gateway (RezOS) innovate the future
Rez gateway  (RezOS) innovate the futureRez gateway  (RezOS) innovate the future
Rez gateway (RezOS) innovate the futureindikaMaligaspe
 
Status Quo on the automation support in SOA Suite OGhTech17
Status Quo on the automation support in SOA Suite OGhTech17Status Quo on the automation support in SOA Suite OGhTech17
Status Quo on the automation support in SOA Suite OGhTech17Jon Petter Hjulstad
 
Think BIG, Spend Small A Look at how WSO2 Can Help Scale Up with Less Cost
Think BIG, Spend Small A Look at how WSO2 Can Help Scale Up with Less Cost Think BIG, Spend Small A Look at how WSO2 Can Help Scale Up with Less Cost
Think BIG, Spend Small A Look at how WSO2 Can Help Scale Up with Less Cost WSO2
 
OpenStack at NTT Resonant: Lessons Learned in Web Infrastructure
OpenStack at NTT Resonant: Lessons Learned in Web InfrastructureOpenStack at NTT Resonant: Lessons Learned in Web Infrastructure
OpenStack at NTT Resonant: Lessons Learned in Web InfrastructureTomoya Hashimoto
 
Esb buyers guide_final
Esb buyers guide_finalEsb buyers guide_final
Esb buyers guide_finalWSO2
 
A Buyers Guide to an Enterprise Service Bus (ESB)
A Buyers Guide to an Enterprise Service Bus (ESB)A Buyers Guide to an Enterprise Service Bus (ESB)
A Buyers Guide to an Enterprise Service Bus (ESB)WSO2
 
exoscale at the CloudStack User Group London - June 26th 2014
exoscale at the CloudStack User Group London - June 26th 2014exoscale at the CloudStack User Group London - June 26th 2014
exoscale at the CloudStack User Group London - June 26th 2014Antoine COETSIER
 
Introducing the WSO2 Platform
Introducing the WSO2 PlatformIntroducing the WSO2 Platform
Introducing the WSO2 PlatformWSO2
 

Semelhante a Why Does Modular Middleware Matters (20)

Building a PaaS Platform like Bluemix on OpenStack
Building a PaaS Platform like Bluemix on OpenStackBuilding a PaaS Platform like Bluemix on OpenStack
Building a PaaS Platform like Bluemix on OpenStack
 
[WSO2Con EU 2017] How a Large Organization Weighted on a WSO2 Integration Pla...
[WSO2Con EU 2017] How a Large Organization Weighted on a WSO2 Integration Pla...[WSO2Con EU 2017] How a Large Organization Weighted on a WSO2 Integration Pla...
[WSO2Con EU 2017] How a Large Organization Weighted on a WSO2 Integration Pla...
 
Enterprise Integration with the WSO2 ESB
Enterprise Integration with the WSO2 ESB Enterprise Integration with the WSO2 ESB
Enterprise Integration with the WSO2 ESB
 
Wso2 esb
Wso2 esbWso2 esb
Wso2 esb
 
Wso2 esb
Wso2 esbWso2 esb
Wso2 esb
 
Introduction to the wso2 carbon platform webinar
Introduction to the wso2 carbon platform   webinarIntroduction to the wso2 carbon platform   webinar
Introduction to the wso2 carbon platform webinar
 
Openstack Summit Tokyo 2015 - Building a private cloud to efficiently handle ...
Openstack Summit Tokyo 2015 - Building a private cloud to efficiently handle ...Openstack Summit Tokyo 2015 - Building a private cloud to efficiently handle ...
Openstack Summit Tokyo 2015 - Building a private cloud to efficiently handle ...
 
Cloud Foundry: Hands-on Deployment Workshop
Cloud Foundry: Hands-on Deployment WorkshopCloud Foundry: Hands-on Deployment Workshop
Cloud Foundry: Hands-on Deployment Workshop
 
Stay productive while slicing up the monolith
Stay productive while slicing up the monolith Stay productive while slicing up the monolith
Stay productive while slicing up the monolith
 
WSO2 Intro Webinar - Simplifying Enterprise Integration with Configurable WS...
WSO2 Intro Webinar -  Simplifying Enterprise Integration with Configurable WS...WSO2 Intro Webinar -  Simplifying Enterprise Integration with Configurable WS...
WSO2 Intro Webinar - Simplifying Enterprise Integration with Configurable WS...
 
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
 
Rez gateway - RezOS - innovate the future
Rez gateway - RezOS -   innovate the futureRez gateway - RezOS -   innovate the future
Rez gateway - RezOS - innovate the future
 
Rez gateway (RezOS) innovate the future
Rez gateway  (RezOS) innovate the futureRez gateway  (RezOS) innovate the future
Rez gateway (RezOS) innovate the future
 
Status Quo on the automation support in SOA Suite OGhTech17
Status Quo on the automation support in SOA Suite OGhTech17Status Quo on the automation support in SOA Suite OGhTech17
Status Quo on the automation support in SOA Suite OGhTech17
 
Think BIG, Spend Small A Look at how WSO2 Can Help Scale Up with Less Cost
Think BIG, Spend Small A Look at how WSO2 Can Help Scale Up with Less Cost Think BIG, Spend Small A Look at how WSO2 Can Help Scale Up with Less Cost
Think BIG, Spend Small A Look at how WSO2 Can Help Scale Up with Less Cost
 
OpenStack at NTT Resonant: Lessons Learned in Web Infrastructure
OpenStack at NTT Resonant: Lessons Learned in Web InfrastructureOpenStack at NTT Resonant: Lessons Learned in Web Infrastructure
OpenStack at NTT Resonant: Lessons Learned in Web Infrastructure
 
Esb buyers guide_final
Esb buyers guide_finalEsb buyers guide_final
Esb buyers guide_final
 
A Buyers Guide to an Enterprise Service Bus (ESB)
A Buyers Guide to an Enterprise Service Bus (ESB)A Buyers Guide to an Enterprise Service Bus (ESB)
A Buyers Guide to an Enterprise Service Bus (ESB)
 
exoscale at the CloudStack User Group London - June 26th 2014
exoscale at the CloudStack User Group London - June 26th 2014exoscale at the CloudStack User Group London - June 26th 2014
exoscale at the CloudStack User Group London - June 26th 2014
 
Introducing the WSO2 Platform
Introducing the WSO2 PlatformIntroducing the WSO2 Platform
Introducing the WSO2 Platform
 

Mais 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
 

Mais 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”
 

Why Does Modular Middleware Matters

  • 1. Why Does Modular Middleware Mater? Paul Fremantle Co-Founder & CTO paul@wso2.com +44 7740 199729 htp://wso2.com/
  • 2. Paul Fremantle – CTO • Co-founder and CTO of WSO2. • VP of Apache Synapse, Co-Chair OASIS WSRX TC. • Nominated Infoworld’s top 25 CTO in 2008. • Previously a Senior Technical Staf Member at IBM. • Author of two books: Building Web Services in Java, 2nd Editon, and The XML Files. • MA in Mathematcs and Philosophy and an MSc in Computaton, both from Oxford University.
  • 3. WSO2 • Founded in 2005 by acknowledged leaders in XML, Web Services Technologies & Standards and Open Source. • Producing entre middleware platorm 100% open source under Apache license. • Business model is to sell comprehensive support & maintenance for our products. • Venture funded by Intel Capital. • Global corporaton with ofces in USA, UK & Sri Lanka. • 80+ employees and growing.
  • 4. Engagement Model • Quick Start – Combinaton of consultng, training and POC development in one week by WSO2 on-site team working hand-in-hand with customer team. • Development Support – On-going support for Customer's engineering teams. • Producton Support – Full 24x7x365 enterprise support providing sofware maintenance and support.
  • 5. Agenda • What is Modular Middleware? – WSO2 Carbon • What is it and why did we build it? • Why is it important? – How does it work? – Carbon 3.0.0 • Digging into the new release – What’s next • The Carbon App • Beter Provisioning
  • 6. Our Strategy • Design Objectves for WSO2 Middleware: – Self-consistent and lean – Internal interoperability – External interoperability – Infnitely fexible and agile for rapid soluton architecture adopton – Open standards and Open Source – A complete middleware platorm from data to screen
  • 7. What is Carbon and why? • Carbon is modular middleware • “Eclipse for Servers” – Completely built as a set of well-defned OSGi components – Highly stable foundaton for middleware • High volume producton use cases 200m+ transactons/day – Re-confgurable • Install new features, uninstall, revert – Fits the middleware to the architecture • Zero bloat but more than 150 features
  • 12. Why did we build Carbon? • Initally we wanted to have small independent teams – Fast and agile • But we soon ended up with overlap and underlap – Some teams were duplicatng functon – Some products were missing functon that was already coded – But we didn’t want to lose the small team agility
  • 13. Why is it important? 1. It makes WSO2 even more agile 2. It means that you already know how to manage WSO2 systems a. Security management of BPS is the same as ESB, WSAS, etc b. Clustering, Keystores, etc etc are all consistent 3. It is highly extensible: new components can be writen by WSO2 or you 4. You can confgure the systems to ft your architecture
  • 14. The right SOA middleware for the architecture
  • 15. The right middleware • Use just the components you need • Add the right components in the right place – Data Services + Mediaton – BPS and Data Services – etc… • No need for multple product installs to accomplish simple functon – Compare the size of Carbon with ESB and BPS loaded to competng BPMS+ESB
  • 16. Carbon Architecture • Clean “front-end/back-end” separaton – Every component has a core runtme, a clean SOA management interface, a well-defned front-end console component – All completely pluggable, versioned, etc • Full dependency management – Hence full re-use • Pluggable common core services: – Registry, Key Management, Identty Management, Clustering, Monitoring/JMX, Transports, etc – Cloud enabled (hold that thought)
  • 18. p2 – Provisioning Platorm • Part of the OSGi Equinox project – A well-defned model for provisioning components – Based on a web or fle based repository • Can be hosted internally for an organizaton – Three approaches: • Command line • Web console • Secure remote API • Today – Provision the middleware • Coming soon - Provision user applicatons
  • 19. How big is Carbon? • WSO2 Carbon Download (just Carbon) – 73Mb • p2 features repository – 77Mb extra (130Mb in total) • Total codebase – 150Mb • Latest RCs (as of April 9th): – htp://builder.wso2.org/~carbon/releases/carbon/3.0.0/4RC3/ – htp://builder.wso2.org/~carbon/releases/carbon/3.0.0/4RC3/wso2carbon-3.0.0.zip – htp://builder.wso2.org/~carbon/releases/carbon/3.0.0/4RC3/p2-repo/
  • 20. Carbon 3.0 aka Iridium • Core improvements – Component Manager – Improvements to p2 • Patches are now p2 managed – Beter Registry management – Cluster manager – WS-Discovery Support – cApp (coming in June) • Lots of per-product improvements (see announcements)
  • 21. Iridium Release Plans • Phase 1 – April 2010 – WSO2 WSAS 3.2 – WSO2 ESB 3.0 – WSO2 Governance Registry 3.5 – WSO2 Identty Server 3.0 • Phase 2 – May 2010 – WSO2 Data Services Server 2.5 – WSO2 Business Process Server 2.0 – WSO2 Business Actvity Monitor 1.1 – WSO2 Mashup Server 2.1 – WSO2 Gadget Server 1.1 – WSO2 Business Rules Server 1.0
  • 22. Patches under Carbon 3.0 • Patches are p2 features – Patch management now allows installaton, de-installaton and revert to version • Service Packs are p2 group features – Manage dependencies – Install all pre-requisite patches – Uninstall / revert Please note that patches and service packs are only licensed for producton use to our producton support customers
  • 23. Carbon Apps (cApps) • A cApp is a repository of features • Each feature is a deployable OSGi bundle containing a part of an applicaton – E.g. ESB sequence, Services, BPEL fow, etc • The cApp contains a “logical topology” – Mapping from app components to roles • An automated build/deploy process adds a “physical topology” – Mapping into physical Carbon VMs • The applicaton features have dependencies on the runtme components they run on: – Deploying an ESB sequence will ensure there is ESB code to run it on
  • 24. Other Futures • Webapp support • Consistent endpoint management (Discovery vs Deployment) • Cloud! – Cloud deployment – Mult-tenancy – Plenty more
  • 25. Summary • WSO2 Carbon is the only complete modular middleware platorm – Confgure your SOA as your architecture needs – Grow as your needs grow – Provision exactly what you need – Prepare for a cloudy future
  • 26. Resources • Company Website: htp://wso2.com • Paul: paul@wso2.com • Business Team: bizdev@wso2.com