Articles tagged sap-commerce
-
Designing a Zero-Downtime Customer Migration off SAP Commerce With Kafka
How I'm designing a streaming Kafka pipeline to move millions of customer records off a live SAP Commerce platform onto Spring Boot - without downtime, using last-write-wins reconciliation so a stale snapshot never clobbers a fresh write.
-
Migrating SAP Commerce from HANA to MySQL Without Official Tooling
Migrating two SAP Commerce projects from HANA to MySQL using a custom bulk-copy cronjob, achieving a 73% reduction in database costs.
-
How to Implement Lazy Loading of CMS Components in SAP Commerce (SAP Hybris) Accelerator Storefront
A practical guide on implementing CMS component lazy loading in SAP Commerce (SAP Hybris) Accelerator Storefront to reduce initial page load time by deferring off-screen components.
-
SAP Commerce (Hybris) Performance Optimization Strategies
A look into practical techniques for boosting SAP Commerce performance, from Solr-backed PDPs to OCC API caching.
-
SAP Commerce (SAP Hybris) SSO error: password cannot be more than 72 bytes (BCrypt Error)
An architectural breakdown of a Single Sign-On (SSO) limitation encountered using Spring Security and BCrypt in SAP Commerce (SAP Hybris), alongside the implemented encryption bypass solution.
-
How to install additional plugins to Backoffice's WYSIWYG editor
A technical exploration on advanced CKEditor customization within the SAP Commerce (SAP Hybris) framework, detailing how to inject custom JavaScript plugins into the Backoffice environment.