SlideShare una empresa de Scribd logo
1 de 34
PUBLIC
JürgenAlbertsen,SAP Hybris
October17,2017
Learn about Cloud and Scalability
in SAP Hybris Commerce Technology Strategy
2PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Our technology strategy
in one word
3PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Cloud
Our technology strategy in one word:
4PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Cloud
Commerce
cloud
Public
cloud
Private
cloud
5PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Automation API first End-to-end
applications
Microservices
Cloud
6PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Automation
7PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Automate the complete lifecycle of a project
Develop
Standardize and
automate setup of
development
environment. Model
your dev
environment after
your production
environment.
Test
Automate the
execution of your test
cases and run them
in a production-like
environment.
Deploy
Automate the
deployment of code and
infrastructure to all
environments. This
allows for faster time to
production and greater
agility.
Operate
Automate the operations
of your application, such
as provisioning, scaling,
monitoring, update of
infrastructure, etc.
8PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
The approach to automation
Containers
Standardize the packaging of
SAP Hybris Commerce and all
its dependencies. Make
deployments easier,
reproducible, and more portable.
Cluster orchestration
Automate the provisioning,
configuration and
operations of an SAP
Hybris Commerce cluster.
Scale up or down elastically
in response to your load
requirements.
Build and deploy pipeline
Automate the process from
code commit to deployment
onto production. A pipeline
executes each step in a
reproducible and well-defined
way, including functional and
performance tests.
9PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Docker as container technology
§ SAP Hybris Commerce + JVM + OS + potential other dependencies in a
Docker image
§ Able to run on any platform that runs Docker, without any modification, such
as Linux, Mac, Windows. No other software needs to be installed
§ Immutable containers, configuration injected at runtime
§ Installer used to build Docker images for SAP Hybris Commerce as well as all
other components in a system landscape
10PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Everything Docker
EmployeeCustomer
HTTPSHTTPS
Load
balancer
Web
server
Web
server
Backoffice Storefront Storefront
Integrations OMS
SAP Hybris
Commerce cluster
HTTP
Solr
Solr
Solr cluster
§ Colored rectangles denote Docker containers
for SAP Hybris Commerce components
§ Grey rectangles denote Docker containers for
peripheral services
§ Each node in an SAP Hybris Commerce
cluster can run in a different configuration
with different Web applications enabled, such
as storefront, back office, or OMS
11PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Kubernetes for cluster orchestration
§ Manage the cluster of Docker containers with all components of the
SAP Hybris Commerce system landscape
§ Create a standardized and reproducible setup that can be spun up
and torn down anywhere in a fully automated way on any platform
§ Automate all stages of the lifecycle of your landscape
§ Scale up and down in response to your load requirements
§ Standardize security, load balancing, monitoring, and solutions for
other aspects of system deployments
12PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Manage and orchestrate your clusters
EmployeeCustomer
HTTPSHTTPS
Load
balancer
Web
server
Web
server
Backoffice Storefront Storefront
SAP Hybris cluster
HTTP
Solr
Solr
Solr cluster
EmployeeCustomer
HTTPSHTTPS
Load balancer
Web
server
Web
server
Backoffice Backoffice
Integrations OMS
SAP Hybris cluster
HTTP
13PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Build and deploy pipeline with Jenkins
§ Automate all steps from code commit to deploy to production
§ Monitor all steps. Fix and restart if necessary
§ Infrastructure uses containers, too: Spin up or tear down your build
and deploy pipeline as needed on any platform
§ Automate updates to all of your environments
14PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
The build and deploy pipeline
Commit
to
product
repo
Compile
Build
base
Docker
image
Base image
repository
Product
developer
Trusted
binaries
Deploy
Test
product
Commit
to
project
repo
Compile
Project image
repository
Build
project
Docker
image
Deploy to
Project
QA env
Test
project
impl.
Deploy to
production
Project
developer
Product pipeline
Project pipeline
Product
QA env
Project
QA env
Production
env
15PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Automation makes development easier
§ Standardize the development environment
§ Bring development closer to production
§ Decouple component development, such as storefront from back end
§ Gain a development process that results in well-defined and versioned
artifacts
§ Make the development process more reproducible
16PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Automation makes testing easier
§ Standardized test environments
§ Automated and reproducible setup of test environments
§ Automated and reproducible execution of tests
§ Disposable test infrastructure for greater agility
§ Local testing in production-likeenvironments
§ Test cases executed automatically for each change, resulting in a
high-quality product
17PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Automation makes deployments easier
§ Reproducible deployments on any platform
§ Ability to spin up or down your entire system landscape as you require
§ Versioned system landscape configuration
§ Common packaging of all components of the system landscape
§ Build once. Configurable artifacts. Parameterize on startup.
§ Stable deployment because of immutable components. Don't fix and
patch, roll out whole containers again.
18PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Automation makes operations easier
§ Scale up and down automatically without having to manually provision
new resources
§ Let application decide for itself at runtime to scale up or down
§ Update and patch your environment while it is running – for example,
SAP Hybris Commerce, Web server, SSL certificates
§ Use monitoring metrics to reconfigure your landscape automatically
19PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
API first
20PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
§ Integrate SAP Hybris Commerce into any system that
understands REST
§ Decouple front end from back end
§ Mix and match functionality
§ Prepare your architecture for a shift to microservices
21PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
An API for every module
SAP Hybris Commerce core
Commerce
API
OMS
API
CMS
API
Platform
API
Customer
service
API
22PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
{y} platform
How does this change the storefront?
Accelerator
{y} platform
API
An API-backed accelerator talks to the
platform using our Web services
Today, our accelerators are part of the
platform and talk to it directly
Accelerator
23PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
End-to-end
applications
24PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Closing the gap: end-to-end implementations of specific use cases
Out of the box
Integrations
Project implementation End-to-end application
Customizations
Out of the box
Integrations
Customizations
and
configuration
25PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
§ Available in the cloud
§ End-to-end implementation
§ For selected use cases:
– B2C retail shop
– Product content management
§ Preintegrated with selected 3rd-party systems, while
open for others
§ Full configurability
§ Still open for customizations
26PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Preintegrated, well-defined interfaces for data import and export
SAP Hybris Commerce core
REST
Payment Profile Fraud SAP
S/4HANA
E-mail
Conversion
suite
Accelerator
Decouple front end for
maximum
customizability
ImpEx
SAP Cloud
Platform
Integration
Orders
CSVImpEx
Payment
provider 1
Payment
provider 2
Fraud
provider 1
Fraud
provider 2
Customization 1 Customization 2
Preintegrated
according to use
case with well-
defined API.
Choose your
integration
provider. Other
integrations only
with this API.
CSV
Products
Content
SAP Cloud
Platform
Integration
CSV
Configures
Project
developer
27PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Microservices
28PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
§ Microservices are available to augment and scale
SAP Hybris Commerce
§ They support rapid and easy extension of SAP
Hybris Commerce
§ They allow innovation at a greater speed and without
the need to customize and redeploy SAP Hybris
Commerce
§ They allow for more complex solutions, such as for
Big Data, AI, and more
29PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Augment with microservices: add new functionality
SAP Hybris Commerce
Loyalty module
Personalization
module
Customer
service module
Subscription
module
Loyalty
Profile
Conversion
suite
SE center Revenue cloud
REST REST REST REST
REST
30PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Scaling with microservices: an example
SAP Hybris Commerce node SAP Hybris Commerce node SAP Hybris Commerce node
Load balancer
Cart service
node
Cart service
node
Cart service
node
Cart service
node
Cart service
node
Cart service
node
Cart service
node
REST
REST
31PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Service factory:
A microservices-based solution
that lets you focus on your
business logic, making it easy to
extend SAP Hybris Commerce
32PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Service factory
Agile
§ Gain an agility layer that enables rapid
innovation and extensions
§ Achieve fast time to go-live, measured
in weeks, not months
§ Take advantage of flexible
experimentation: scale up, scale down,
and evolve as business needs and
technologies change
Integrated Open
§ Get full integration with the SAP Hybris
front office suite, and into the SAP
back office
§ Use easy-to-integrate customer-
specificnon-SAP technologies
§ Leverage SAP Cloud Platform
Integration
§ Use any tool or programming language
§ Mash togetherservices from
anywhere, including SAP
§ Deployin any major PaaS including
SAP Cloud Platform
33PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
SAP Hybris Commerce
Extending SAP Hybris Commerce with the service factory from SAP Hybris
as a Service on SAP Cloud Platform
Service factory
Events
Callbacks
REST API
SAP Hybris as a
Service connector
Pub sub
Microservice
Lambda
Mashup
Wormhole: Bridge between
SAP Hybris Commerce and
the service factory,
deployed side-by side with
SAP Hybris Commerce as a
container. Provides a unified
interface and transparent
authentication
Thank you.
Contact information:
Jürgen Albertsen
Lead Architect, SAP Hybris Commerce
juergen.albertsen@sap.com

Más contenido relacionado

La actualidad más candente

Digital reference architecture in hybrid cloud
Digital reference architecture in hybrid cloudDigital reference architecture in hybrid cloud
Digital reference architecture in hybrid cloudDavide Veronese
 
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...SAP Cloud Platform
 
Azure Cloud Adoption Framework + Governance - Sana Khan and Jay Kumar
Azure Cloud Adoption Framework + Governance - Sana Khan and Jay Kumar Azure Cloud Adoption Framework + Governance - Sana Khan and Jay Kumar
Azure Cloud Adoption Framework + Governance - Sana Khan and Jay Kumar Timothy McAliley
 
Creating an Effective Roadmap for Your Cloud Journey (ENT225-R1) - AWS re:Inv...
Creating an Effective Roadmap for Your Cloud Journey (ENT225-R1) - AWS re:Inv...Creating an Effective Roadmap for Your Cloud Journey (ENT225-R1) - AWS re:Inv...
Creating an Effective Roadmap for Your Cloud Journey (ENT225-R1) - AWS re:Inv...Amazon Web Services
 
Hashicorp Corporate Pitch Deck Stenio_v2
Hashicorp Corporate Pitch Deck Stenio_v2 Hashicorp Corporate Pitch Deck Stenio_v2
Hashicorp Corporate Pitch Deck Stenio_v2 Stenio Ferreira
 
Benefits of the Azure cloud
Benefits of the Azure cloudBenefits of the Azure cloud
Benefits of the Azure cloudJames Serra
 
Cloud Migration Strategy and Best Practices
Cloud Migration Strategy and Best PracticesCloud Migration Strategy and Best Practices
Cloud Migration Strategy and Best PracticesQBurst
 
Cloud migration strategies
Cloud migration strategiesCloud migration strategies
Cloud migration strategiesSogetiLabs
 
Stl meetup cloudera platform - january 2020
Stl meetup   cloudera platform  - january 2020Stl meetup   cloudera platform  - january 2020
Stl meetup cloudera platform - january 2020Adam Doyle
 
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance WorkshopMicrosoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance WorkshopNicholas Vossburg
 
Isv cloud business readiness assessment
Isv cloud business readiness assessmentIsv cloud business readiness assessment
Isv cloud business readiness assessmentMIS
 
Re-Host or Re-Architect: Understanding the Why and How of Very Different Path...
Re-Host or Re-Architect: Understanding the Why and How of Very Different Path...Re-Host or Re-Architect: Understanding the Why and How of Very Different Path...
Re-Host or Re-Architect: Understanding the Why and How of Very Different Path...Amazon Web Services
 
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudCloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudNew Relic
 
Positioning Success Services at Pre-Sales Stages
Positioning Success Services at Pre-Sales StagesPositioning Success Services at Pre-Sales Stages
Positioning Success Services at Pre-Sales StagesSalesforce Partners
 

La actualidad más candente (20)

Digital reference architecture in hybrid cloud
Digital reference architecture in hybrid cloudDigital reference architecture in hybrid cloud
Digital reference architecture in hybrid cloud
 
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
 
SAP Cloud for Retail
SAP Cloud for RetailSAP Cloud for Retail
SAP Cloud for Retail
 
SAP on Azure - Deck
SAP on Azure - DeckSAP on Azure - Deck
SAP on Azure - Deck
 
Azure Cloud Adoption Framework + Governance - Sana Khan and Jay Kumar
Azure Cloud Adoption Framework + Governance - Sana Khan and Jay Kumar Azure Cloud Adoption Framework + Governance - Sana Khan and Jay Kumar
Azure Cloud Adoption Framework + Governance - Sana Khan and Jay Kumar
 
Creating an Effective Roadmap for Your Cloud Journey (ENT225-R1) - AWS re:Inv...
Creating an Effective Roadmap for Your Cloud Journey (ENT225-R1) - AWS re:Inv...Creating an Effective Roadmap for Your Cloud Journey (ENT225-R1) - AWS re:Inv...
Creating an Effective Roadmap for Your Cloud Journey (ENT225-R1) - AWS re:Inv...
 
Hashicorp Corporate Pitch Deck Stenio_v2
Hashicorp Corporate Pitch Deck Stenio_v2 Hashicorp Corporate Pitch Deck Stenio_v2
Hashicorp Corporate Pitch Deck Stenio_v2
 
Benefits of the Azure cloud
Benefits of the Azure cloudBenefits of the Azure cloud
Benefits of the Azure cloud
 
Cloud Migration Strategy and Best Practices
Cloud Migration Strategy and Best PracticesCloud Migration Strategy and Best Practices
Cloud Migration Strategy and Best Practices
 
Cloud migration strategies
Cloud migration strategiesCloud migration strategies
Cloud migration strategies
 
Stl meetup cloudera platform - january 2020
Stl meetup   cloudera platform  - january 2020Stl meetup   cloudera platform  - january 2020
Stl meetup cloudera platform - january 2020
 
Chaos Engineering
Chaos EngineeringChaos Engineering
Chaos Engineering
 
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance WorkshopMicrosoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
 
Azure migration
Azure migrationAzure migration
Azure migration
 
SAP Solutions on AWS Overview
SAP Solutions on AWS Overview SAP Solutions on AWS Overview
SAP Solutions on AWS Overview
 
Isv cloud business readiness assessment
Isv cloud business readiness assessmentIsv cloud business readiness assessment
Isv cloud business readiness assessment
 
Re-Host or Re-Architect: Understanding the Why and How of Very Different Path...
Re-Host or Re-Architect: Understanding the Why and How of Very Different Path...Re-Host or Re-Architect: Understanding the Why and How of Very Different Path...
Re-Host or Re-Architect: Understanding the Why and How of Very Different Path...
 
Snowflake Overview
Snowflake OverviewSnowflake Overview
Snowflake Overview
 
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudCloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
 
Positioning Success Services at Pre-Sales Stages
Positioning Success Services at Pre-Sales StagesPositioning Success Services at Pre-Sales Stages
Positioning Success Services at Pre-Sales Stages
 

Similar a Learn about Cloud and Scalability in SAP Hybris Commerce Technology Strategy

2017 sitNL Cloud Foundry Masterclass
2017 sitNL Cloud Foundry Masterclass2017 sitNL Cloud Foundry Masterclass
2017 sitNL Cloud Foundry MasterclassTed Castelijns
 
Connect SAP Cloud Platform with SAP Hybris Commerce
Connect SAP Cloud Platform with SAP Hybris CommerceConnect SAP Cloud Platform with SAP Hybris Commerce
Connect SAP Cloud Platform with SAP Hybris CommerceSAP Customer Experience
 
SAP Hybris Cloud for Customer Integration Scenarios and Best-Practices Overview
SAP Hybris Cloud for Customer Integration Scenarios and Best-Practices OverviewSAP Hybris Cloud for Customer Integration Scenarios and Best-Practices Overview
SAP Hybris Cloud for Customer Integration Scenarios and Best-Practices OverviewSAP Customer Experience
 
Unlock the Full Potential of SAP Hybris Solutions Using SAP Cloud Platform
Unlock the Full Potential of SAP Hybris Solutions Using SAP Cloud PlatformUnlock the Full Potential of SAP Hybris Solutions Using SAP Cloud Platform
Unlock the Full Potential of SAP Hybris Solutions Using SAP Cloud PlatformSAP Customer Experience
 
Upgrading Your SAP Hybris Commerce Platform
Upgrading Your SAP Hybris Commerce PlatformUpgrading Your SAP Hybris Commerce Platform
Upgrading Your SAP Hybris Commerce PlatformSAP Customer Experience
 
Introduction to NEW SAP - Accenture Technology Meetup
Introduction to NEW SAP - Accenture Technology MeetupIntroduction to NEW SAP - Accenture Technology Meetup
Introduction to NEW SAP - Accenture Technology MeetupAccenture Hungary
 
SAP Cloud Platform Integration L2 Deck 2017Q4
SAP Cloud Platform Integration L2 Deck 2017Q4SAP Cloud Platform Integration L2 Deck 2017Q4
SAP Cloud Platform Integration L2 Deck 2017Q4SAP Cloud Platform
 
Kubernetes, Istio and Knative - noteworthy practical experience
Kubernetes, Istio and Knative - noteworthy practical experienceKubernetes, Istio and Knative - noteworthy practical experience
Kubernetes, Istio and Knative - noteworthy practical experienceSAP HANA Cloud Platform
 
SAP HANA Native Application Development
SAP HANA Native Application DevelopmentSAP HANA Native Application Development
SAP HANA Native Application DevelopmentSAP Technology
 
SAP HANA Cloud: From Your Datacenter to the Cloud and Back
SAP HANA Cloud: From Your Datacenter to the Cloud and Back  SAP HANA Cloud: From Your Datacenter to the Cloud and Back
SAP HANA Cloud: From Your Datacenter to the Cloud and Back SAP HANA Cloud Platform
 
Pivotal CloudFoundry on Google cloud platform
Pivotal CloudFoundry on Google cloud platformPivotal CloudFoundry on Google cloud platform
Pivotal CloudFoundry on Google cloud platformRonak Banka
 
SAP Hack2Build hackathon - SAP Commerce Cloud & Kyma runtime
SAP Hack2Build hackathon - SAP Commerce Cloud & Kyma runtimeSAP Hack2Build hackathon - SAP Commerce Cloud & Kyma runtime
SAP Hack2Build hackathon - SAP Commerce Cloud & Kyma runtimeSAP HANA Cloud Platform
 
Your Path to the Intelligent Enterprise with SAP & AWS
Your Path to the Intelligent Enterprise with SAP & AWSYour Path to the Intelligent Enterprise with SAP & AWS
Your Path to the Intelligent Enterprise with SAP & AWSAmazon Web Services
 
Extending the SAP Hybris Cloud for Customer Solution From Personalization to ...
Extending the SAP Hybris Cloud for Customer Solution From Personalization to ...Extending the SAP Hybris Cloud for Customer Solution From Personalization to ...
Extending the SAP Hybris Cloud for Customer Solution From Personalization to ...SAP Customer Experience
 
(BIZ301) Getting Started: Running SAP on AWS | AWS re:Invent 2014
(BIZ301) Getting Started: Running SAP on AWS | AWS re:Invent 2014(BIZ301) Getting Started: Running SAP on AWS | AWS re:Invent 2014
(BIZ301) Getting Started: Running SAP on AWS | AWS re:Invent 2014Amazon Web Services
 
Deployment of SAP Solutions on AWS (Level 200)
Deployment of SAP Solutions on AWS (Level 200)Deployment of SAP Solutions on AWS (Level 200)
Deployment of SAP Solutions on AWS (Level 200)Amazon Web Services
 
Realtech Presentation at SAPPHIRE 2016 - SUSE Mini-theatre
Realtech Presentation at SAPPHIRE 2016 - SUSE Mini-theatreRealtech Presentation at SAPPHIRE 2016 - SUSE Mini-theatre
Realtech Presentation at SAPPHIRE 2016 - SUSE Mini-theatreMike Nelson
 
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)Codit
 

Similar a Learn about Cloud and Scalability in SAP Hybris Commerce Technology Strategy (20)

2017 sitNL Cloud Foundry Masterclass
2017 sitNL Cloud Foundry Masterclass2017 sitNL Cloud Foundry Masterclass
2017 sitNL Cloud Foundry Masterclass
 
Connect SAP Cloud Platform with SAP Hybris Commerce
Connect SAP Cloud Platform with SAP Hybris CommerceConnect SAP Cloud Platform with SAP Hybris Commerce
Connect SAP Cloud Platform with SAP Hybris Commerce
 
SAP Hybris Cloud for Customer Integration Scenarios and Best-Practices Overview
SAP Hybris Cloud for Customer Integration Scenarios and Best-Practices OverviewSAP Hybris Cloud for Customer Integration Scenarios and Best-Practices Overview
SAP Hybris Cloud for Customer Integration Scenarios and Best-Practices Overview
 
Cloud Native with Kyma
Cloud Native with KymaCloud Native with Kyma
Cloud Native with Kyma
 
SAP Hybris Commerce Technical Upgrade
SAP Hybris Commerce Technical UpgradeSAP Hybris Commerce Technical Upgrade
SAP Hybris Commerce Technical Upgrade
 
Unlock the Full Potential of SAP Hybris Solutions Using SAP Cloud Platform
Unlock the Full Potential of SAP Hybris Solutions Using SAP Cloud PlatformUnlock the Full Potential of SAP Hybris Solutions Using SAP Cloud Platform
Unlock the Full Potential of SAP Hybris Solutions Using SAP Cloud Platform
 
Upgrading Your SAP Hybris Commerce Platform
Upgrading Your SAP Hybris Commerce PlatformUpgrading Your SAP Hybris Commerce Platform
Upgrading Your SAP Hybris Commerce Platform
 
Introduction to NEW SAP - Accenture Technology Meetup
Introduction to NEW SAP - Accenture Technology MeetupIntroduction to NEW SAP - Accenture Technology Meetup
Introduction to NEW SAP - Accenture Technology Meetup
 
SAP Cloud Platform Integration L2 Deck 2017Q4
SAP Cloud Platform Integration L2 Deck 2017Q4SAP Cloud Platform Integration L2 Deck 2017Q4
SAP Cloud Platform Integration L2 Deck 2017Q4
 
Kubernetes, Istio and Knative - noteworthy practical experience
Kubernetes, Istio and Knative - noteworthy practical experienceKubernetes, Istio and Knative - noteworthy practical experience
Kubernetes, Istio and Knative - noteworthy practical experience
 
SAP HANA Native Application Development
SAP HANA Native Application DevelopmentSAP HANA Native Application Development
SAP HANA Native Application Development
 
SAP HANA Cloud: From Your Datacenter to the Cloud and Back
SAP HANA Cloud: From Your Datacenter to the Cloud and Back  SAP HANA Cloud: From Your Datacenter to the Cloud and Back
SAP HANA Cloud: From Your Datacenter to the Cloud and Back
 
Pivotal CloudFoundry on Google cloud platform
Pivotal CloudFoundry on Google cloud platformPivotal CloudFoundry on Google cloud platform
Pivotal CloudFoundry on Google cloud platform
 
SAP Hack2Build hackathon - SAP Commerce Cloud & Kyma runtime
SAP Hack2Build hackathon - SAP Commerce Cloud & Kyma runtimeSAP Hack2Build hackathon - SAP Commerce Cloud & Kyma runtime
SAP Hack2Build hackathon - SAP Commerce Cloud & Kyma runtime
 
Your Path to the Intelligent Enterprise with SAP & AWS
Your Path to the Intelligent Enterprise with SAP & AWSYour Path to the Intelligent Enterprise with SAP & AWS
Your Path to the Intelligent Enterprise with SAP & AWS
 
Extending the SAP Hybris Cloud for Customer Solution From Personalization to ...
Extending the SAP Hybris Cloud for Customer Solution From Personalization to ...Extending the SAP Hybris Cloud for Customer Solution From Personalization to ...
Extending the SAP Hybris Cloud for Customer Solution From Personalization to ...
 
(BIZ301) Getting Started: Running SAP on AWS | AWS re:Invent 2014
(BIZ301) Getting Started: Running SAP on AWS | AWS re:Invent 2014(BIZ301) Getting Started: Running SAP on AWS | AWS re:Invent 2014
(BIZ301) Getting Started: Running SAP on AWS | AWS re:Invent 2014
 
Deployment of SAP Solutions on AWS (Level 200)
Deployment of SAP Solutions on AWS (Level 200)Deployment of SAP Solutions on AWS (Level 200)
Deployment of SAP Solutions on AWS (Level 200)
 
Realtech Presentation at SAPPHIRE 2016 - SUSE Mini-theatre
Realtech Presentation at SAPPHIRE 2016 - SUSE Mini-theatreRealtech Presentation at SAPPHIRE 2016 - SUSE Mini-theatre
Realtech Presentation at SAPPHIRE 2016 - SUSE Mini-theatre
 
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
Hybrid integrationwithsap (Glenn Colpaert @ Integration Monday)
 

Más de SAP Customer Experience

See Your Business Take Off with SAP® Leonardo
See Your Business Take Off with SAP® LeonardoSee Your Business Take Off with SAP® Leonardo
See Your Business Take Off with SAP® LeonardoSAP Customer Experience
 
Personalization through Contextual Marketing
Personalization through Contextual MarketingPersonalization through Contextual Marketing
Personalization through Contextual MarketingSAP Customer Experience
 
Omnichannel Master Class with TJ Chandler, Pragmatist
Omnichannel Master Class with TJ Chandler, PragmatistOmnichannel Master Class with TJ Chandler, Pragmatist
Omnichannel Master Class with TJ Chandler, PragmatistSAP Customer Experience
 
Omnichannel and the Future: Master Class with Anders Sörman-Nilsson
Omnichannel and the Future: Master Class with Anders Sörman-NilssonOmnichannel and the Future: Master Class with Anders Sörman-Nilsson
Omnichannel and the Future: Master Class with Anders Sörman-NilssonSAP Customer Experience
 
Engaging the Digital Connected Customer - with Albert Yip
Engaging the Digital Connected Customer - with Albert Yip Engaging the Digital Connected Customer - with Albert Yip
Engaging the Digital Connected Customer - with Albert Yip SAP Customer Experience
 
How to create a frictionless customer experience
How to create a frictionless customer experienceHow to create a frictionless customer experience
How to create a frictionless customer experienceSAP Customer Experience
 
The Perfect Store Execution (Picture of Success)
The Perfect Store Execution (Picture of Success)The Perfect Store Execution (Picture of Success)
The Perfect Store Execution (Picture of Success)SAP Customer Experience
 
The Consumer-Driven Digital Economy: Creating value in a digital world where ...
The Consumer-Driven Digital Economy: Creating value in a digital world where ...The Consumer-Driven Digital Economy: Creating value in a digital world where ...
The Consumer-Driven Digital Economy: Creating value in a digital world where ...SAP Customer Experience
 
How to create Magic Moments for your customers with Process Mining
How to create Magic Moments for your customers with Process MiningHow to create Magic Moments for your customers with Process Mining
How to create Magic Moments for your customers with Process MiningSAP Customer Experience
 
Empower Store Associates with Mobile Apps to Reinvent the In-Store Experience
Empower Store Associates with Mobile Apps to Reinvent the In-Store ExperienceEmpower Store Associates with Mobile Apps to Reinvent the In-Store Experience
Empower Store Associates with Mobile Apps to Reinvent the In-Store ExperienceSAP Customer Experience
 
Unleash Your B2X Potential with Flieger Plug & Play Based on SAP Hybris Solut...
Unleash Your B2X Potential with Flieger Plug & Play Based on SAP Hybris Solut...Unleash Your B2X Potential with Flieger Plug & Play Based on SAP Hybris Solut...
Unleash Your B2X Potential with Flieger Plug & Play Based on SAP Hybris Solut...SAP Customer Experience
 
Data-Driven Desicision-Making with Mindray Medical International Co.
Data-Driven Desicision-Making with Mindray Medical International Co.Data-Driven Desicision-Making with Mindray Medical International Co.
Data-Driven Desicision-Making with Mindray Medical International Co.SAP Customer Experience
 
Protect Sponsorship Business Value by Measuring What You Pay For
Protect Sponsorship Business Value by Measuring What You Pay ForProtect Sponsorship Business Value by Measuring What You Pay For
Protect Sponsorship Business Value by Measuring What You Pay ForSAP Customer Experience
 
Monetizing Microsoft High Volume Revenue using SAP Hybris Billing
Monetizing Microsoft High Volume Revenue using SAP Hybris BillingMonetizing Microsoft High Volume Revenue using SAP Hybris Billing
Monetizing Microsoft High Volume Revenue using SAP Hybris BillingSAP Customer Experience
 
Grupo DIA advancing digital transformation
Grupo DIA advancing digital transformationGrupo DIA advancing digital transformation
Grupo DIA advancing digital transformationSAP Customer Experience
 
Grupo DIA advancing digital transformation
Grupo DIA advancing digital transformationGrupo DIA advancing digital transformation
Grupo DIA advancing digital transformationSAP Customer Experience
 
Fuel Trusted Customer Relationships with Personalization, Preference & Privacy
Fuel Trusted Customer Relationships with Personalization, Preference & PrivacyFuel Trusted Customer Relationships with Personalization, Preference & Privacy
Fuel Trusted Customer Relationships with Personalization, Preference & PrivacySAP Customer Experience
 
Improve Customer Experience in the Cognitive and 5G Era
Improve Customer Experience in the Cognitive and 5G EraImprove Customer Experience in the Cognitive and 5G Era
Improve Customer Experience in the Cognitive and 5G EraSAP Customer Experience
 

Más de SAP Customer Experience (20)

See Your Business Take Off with SAP® Leonardo
See Your Business Take Off with SAP® LeonardoSee Your Business Take Off with SAP® Leonardo
See Your Business Take Off with SAP® Leonardo
 
The Top Trends Shaping CX in 2019
The Top Trends Shaping CX in 2019The Top Trends Shaping CX in 2019
The Top Trends Shaping CX in 2019
 
Personalization through Contextual Marketing
Personalization through Contextual MarketingPersonalization through Contextual Marketing
Personalization through Contextual Marketing
 
Omnichannel Master Class with TJ Chandler, Pragmatist
Omnichannel Master Class with TJ Chandler, PragmatistOmnichannel Master Class with TJ Chandler, Pragmatist
Omnichannel Master Class with TJ Chandler, Pragmatist
 
Omnichannel and the Future: Master Class with Anders Sörman-Nilsson
Omnichannel and the Future: Master Class with Anders Sörman-NilssonOmnichannel and the Future: Master Class with Anders Sörman-Nilsson
Omnichannel and the Future: Master Class with Anders Sörman-Nilsson
 
Engaging the Digital Connected Customer - with Albert Yip
Engaging the Digital Connected Customer - with Albert Yip Engaging the Digital Connected Customer - with Albert Yip
Engaging the Digital Connected Customer - with Albert Yip
 
How to create a frictionless customer experience
How to create a frictionless customer experienceHow to create a frictionless customer experience
How to create a frictionless customer experience
 
The Perfect Store Execution (Picture of Success)
The Perfect Store Execution (Picture of Success)The Perfect Store Execution (Picture of Success)
The Perfect Store Execution (Picture of Success)
 
The Consumer-Driven Digital Economy: Creating value in a digital world where ...
The Consumer-Driven Digital Economy: Creating value in a digital world where ...The Consumer-Driven Digital Economy: Creating value in a digital world where ...
The Consumer-Driven Digital Economy: Creating value in a digital world where ...
 
How to create Magic Moments for your customers with Process Mining
How to create Magic Moments for your customers with Process MiningHow to create Magic Moments for your customers with Process Mining
How to create Magic Moments for your customers with Process Mining
 
Empower Store Associates with Mobile Apps to Reinvent the In-Store Experience
Empower Store Associates with Mobile Apps to Reinvent the In-Store ExperienceEmpower Store Associates with Mobile Apps to Reinvent the In-Store Experience
Empower Store Associates with Mobile Apps to Reinvent the In-Store Experience
 
Unleash Your B2X Potential with Flieger Plug & Play Based on SAP Hybris Solut...
Unleash Your B2X Potential with Flieger Plug & Play Based on SAP Hybris Solut...Unleash Your B2X Potential with Flieger Plug & Play Based on SAP Hybris Solut...
Unleash Your B2X Potential with Flieger Plug & Play Based on SAP Hybris Solut...
 
Data-Driven Desicision-Making with Mindray Medical International Co.
Data-Driven Desicision-Making with Mindray Medical International Co.Data-Driven Desicision-Making with Mindray Medical International Co.
Data-Driven Desicision-Making with Mindray Medical International Co.
 
Protect Sponsorship Business Value by Measuring What You Pay For
Protect Sponsorship Business Value by Measuring What You Pay ForProtect Sponsorship Business Value by Measuring What You Pay For
Protect Sponsorship Business Value by Measuring What You Pay For
 
Monetizing Microsoft High Volume Revenue using SAP Hybris Billing
Monetizing Microsoft High Volume Revenue using SAP Hybris BillingMonetizing Microsoft High Volume Revenue using SAP Hybris Billing
Monetizing Microsoft High Volume Revenue using SAP Hybris Billing
 
Grupo DIA advancing digital transformation
Grupo DIA advancing digital transformationGrupo DIA advancing digital transformation
Grupo DIA advancing digital transformation
 
Grupo DIA advancing digital transformation
Grupo DIA advancing digital transformationGrupo DIA advancing digital transformation
Grupo DIA advancing digital transformation
 
Fuel Trusted Customer Relationships with Personalization, Preference & Privacy
Fuel Trusted Customer Relationships with Personalization, Preference & PrivacyFuel Trusted Customer Relationships with Personalization, Preference & Privacy
Fuel Trusted Customer Relationships with Personalization, Preference & Privacy
 
Explore the Impact of AI on E-Commerce
Explore the Impact of AI on E-CommerceExplore the Impact of AI on E-Commerce
Explore the Impact of AI on E-Commerce
 
Improve Customer Experience in the Cognitive and 5G Era
Improve Customer Experience in the Cognitive and 5G EraImprove Customer Experience in the Cognitive and 5G Era
Improve Customer Experience in the Cognitive and 5G Era
 

Learn about Cloud and Scalability in SAP Hybris Commerce Technology Strategy

  • 1. PUBLIC JürgenAlbertsen,SAP Hybris October17,2017 Learn about Cloud and Scalability in SAP Hybris Commerce Technology Strategy
  • 2. 2PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Our technology strategy in one word
  • 3. 3PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Cloud Our technology strategy in one word:
  • 4. 4PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Cloud Commerce cloud Public cloud Private cloud
  • 5. 5PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Automation API first End-to-end applications Microservices Cloud
  • 6. 6PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Automation
  • 7. 7PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Automate the complete lifecycle of a project Develop Standardize and automate setup of development environment. Model your dev environment after your production environment. Test Automate the execution of your test cases and run them in a production-like environment. Deploy Automate the deployment of code and infrastructure to all environments. This allows for faster time to production and greater agility. Operate Automate the operations of your application, such as provisioning, scaling, monitoring, update of infrastructure, etc.
  • 8. 8PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ The approach to automation Containers Standardize the packaging of SAP Hybris Commerce and all its dependencies. Make deployments easier, reproducible, and more portable. Cluster orchestration Automate the provisioning, configuration and operations of an SAP Hybris Commerce cluster. Scale up or down elastically in response to your load requirements. Build and deploy pipeline Automate the process from code commit to deployment onto production. A pipeline executes each step in a reproducible and well-defined way, including functional and performance tests.
  • 9. 9PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Docker as container technology § SAP Hybris Commerce + JVM + OS + potential other dependencies in a Docker image § Able to run on any platform that runs Docker, without any modification, such as Linux, Mac, Windows. No other software needs to be installed § Immutable containers, configuration injected at runtime § Installer used to build Docker images for SAP Hybris Commerce as well as all other components in a system landscape
  • 10. 10PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Everything Docker EmployeeCustomer HTTPSHTTPS Load balancer Web server Web server Backoffice Storefront Storefront Integrations OMS SAP Hybris Commerce cluster HTTP Solr Solr Solr cluster § Colored rectangles denote Docker containers for SAP Hybris Commerce components § Grey rectangles denote Docker containers for peripheral services § Each node in an SAP Hybris Commerce cluster can run in a different configuration with different Web applications enabled, such as storefront, back office, or OMS
  • 11. 11PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Kubernetes for cluster orchestration § Manage the cluster of Docker containers with all components of the SAP Hybris Commerce system landscape § Create a standardized and reproducible setup that can be spun up and torn down anywhere in a fully automated way on any platform § Automate all stages of the lifecycle of your landscape § Scale up and down in response to your load requirements § Standardize security, load balancing, monitoring, and solutions for other aspects of system deployments
  • 12. 12PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Manage and orchestrate your clusters EmployeeCustomer HTTPSHTTPS Load balancer Web server Web server Backoffice Storefront Storefront SAP Hybris cluster HTTP Solr Solr Solr cluster EmployeeCustomer HTTPSHTTPS Load balancer Web server Web server Backoffice Backoffice Integrations OMS SAP Hybris cluster HTTP
  • 13. 13PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Build and deploy pipeline with Jenkins § Automate all steps from code commit to deploy to production § Monitor all steps. Fix and restart if necessary § Infrastructure uses containers, too: Spin up or tear down your build and deploy pipeline as needed on any platform § Automate updates to all of your environments
  • 14. 14PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ The build and deploy pipeline Commit to product repo Compile Build base Docker image Base image repository Product developer Trusted binaries Deploy Test product Commit to project repo Compile Project image repository Build project Docker image Deploy to Project QA env Test project impl. Deploy to production Project developer Product pipeline Project pipeline Product QA env Project QA env Production env
  • 15. 15PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Automation makes development easier § Standardize the development environment § Bring development closer to production § Decouple component development, such as storefront from back end § Gain a development process that results in well-defined and versioned artifacts § Make the development process more reproducible
  • 16. 16PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Automation makes testing easier § Standardized test environments § Automated and reproducible setup of test environments § Automated and reproducible execution of tests § Disposable test infrastructure for greater agility § Local testing in production-likeenvironments § Test cases executed automatically for each change, resulting in a high-quality product
  • 17. 17PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Automation makes deployments easier § Reproducible deployments on any platform § Ability to spin up or down your entire system landscape as you require § Versioned system landscape configuration § Common packaging of all components of the system landscape § Build once. Configurable artifacts. Parameterize on startup. § Stable deployment because of immutable components. Don't fix and patch, roll out whole containers again.
  • 18. 18PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Automation makes operations easier § Scale up and down automatically without having to manually provision new resources § Let application decide for itself at runtime to scale up or down § Update and patch your environment while it is running – for example, SAP Hybris Commerce, Web server, SSL certificates § Use monitoring metrics to reconfigure your landscape automatically
  • 19. 19PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ API first
  • 20. 20PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ § Integrate SAP Hybris Commerce into any system that understands REST § Decouple front end from back end § Mix and match functionality § Prepare your architecture for a shift to microservices
  • 21. 21PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ An API for every module SAP Hybris Commerce core Commerce API OMS API CMS API Platform API Customer service API
  • 22. 22PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ {y} platform How does this change the storefront? Accelerator {y} platform API An API-backed accelerator talks to the platform using our Web services Today, our accelerators are part of the platform and talk to it directly Accelerator
  • 23. 23PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ End-to-end applications
  • 24. 24PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Closing the gap: end-to-end implementations of specific use cases Out of the box Integrations Project implementation End-to-end application Customizations Out of the box Integrations Customizations and configuration
  • 25. 25PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ § Available in the cloud § End-to-end implementation § For selected use cases: – B2C retail shop – Product content management § Preintegrated with selected 3rd-party systems, while open for others § Full configurability § Still open for customizations
  • 26. 26PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Preintegrated, well-defined interfaces for data import and export SAP Hybris Commerce core REST Payment Profile Fraud SAP S/4HANA E-mail Conversion suite Accelerator Decouple front end for maximum customizability ImpEx SAP Cloud Platform Integration Orders CSVImpEx Payment provider 1 Payment provider 2 Fraud provider 1 Fraud provider 2 Customization 1 Customization 2 Preintegrated according to use case with well- defined API. Choose your integration provider. Other integrations only with this API. CSV Products Content SAP Cloud Platform Integration CSV Configures Project developer
  • 27. 27PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Microservices
  • 28. 28PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ § Microservices are available to augment and scale SAP Hybris Commerce § They support rapid and easy extension of SAP Hybris Commerce § They allow innovation at a greater speed and without the need to customize and redeploy SAP Hybris Commerce § They allow for more complex solutions, such as for Big Data, AI, and more
  • 29. 29PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Augment with microservices: add new functionality SAP Hybris Commerce Loyalty module Personalization module Customer service module Subscription module Loyalty Profile Conversion suite SE center Revenue cloud REST REST REST REST REST
  • 30. 30PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Scaling with microservices: an example SAP Hybris Commerce node SAP Hybris Commerce node SAP Hybris Commerce node Load balancer Cart service node Cart service node Cart service node Cart service node Cart service node Cart service node Cart service node REST REST
  • 31. 31PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Service factory: A microservices-based solution that lets you focus on your business logic, making it easy to extend SAP Hybris Commerce
  • 32. 32PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ Service factory Agile § Gain an agility layer that enables rapid innovation and extensions § Achieve fast time to go-live, measured in weeks, not months § Take advantage of flexible experimentation: scale up, scale down, and evolve as business needs and technologies change Integrated Open § Get full integration with the SAP Hybris front office suite, and into the SAP back office § Use easy-to-integrate customer- specificnon-SAP technologies § Leverage SAP Cloud Platform Integration § Use any tool or programming language § Mash togetherservices from anywhere, including SAP § Deployin any major PaaS including SAP Cloud Platform
  • 33. 33PUBLIC© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ SAP Hybris Commerce Extending SAP Hybris Commerce with the service factory from SAP Hybris as a Service on SAP Cloud Platform Service factory Events Callbacks REST API SAP Hybris as a Service connector Pub sub Microservice Lambda Mashup Wormhole: Bridge between SAP Hybris Commerce and the service factory, deployed side-by side with SAP Hybris Commerce as a container. Provides a unified interface and transparent authentication
  • 34. Thank you. Contact information: Jürgen Albertsen Lead Architect, SAP Hybris Commerce juergen.albertsen@sap.com