Category: Uncategorized

On May 19th, 2020, Forrester released their Forrester Waves™ for B2C Commerce Suites and B2B Commerce Suites. Find out how SAP Commerce Cloud (Hybris) fared. Would you score it the same?
Read More »
In today’s article, we talk about things normally considered as controversial and inapplicable. We explain the techniques on how to bypass the Commerce Cloud ORM layer and directly interact with database tables to provide faster reads and writes. This article explains how to do it and how to do it properly if using direct database access is the best solution for the task. When is it the best solution and what things you need to take into account if you decide to go this way? Read More »
In a continuation of my previous research article on insights into the usage history of various SAP Commerce Cloud (Hybris) versions over a period of years, let’s see how the recent release of SAP Commerce Cloud v2005 impacts my previous commentary. Read More »
This research article takes a look at the usage history of various SAP Commerce Cloud (Hybris) versions over a period of years, garnering insights into how the ecosystem of SAP Commerce Cloud (Hybris) solution owners react and respond to new releases and if/how they opt to upgrade to those newer versions. Will these insights match your expectations & experiences? Read More »
This quick post is about how to troubleshoot issues with Cronjob, specifically on the situation when a cronjob is not started. Read More »
Product data integration is an essential component of almost all e-commerce solutions. For large and frequently updated catalogs, there are common challenges related to concurrent data modifications. In this article, I explain one of them: how to update the products and categories in a safe and reliable manner. Read More »
If you need to create complex behavior from the simulated virtual users in the load test, the built-in capabilities of out-of-the-shelf products may not be sufficient. For example, parsing output formats from an API response to create the formatted inputs for an API request may be difficult for a particular load testing tool, but a quick and easy exercise for a high-level programming language.One of the possible ways is using designated libraries to write our own simple load generator from scratch. For our project, this approach has proven to be a faster and reliable way to address the concurrency issues in the SAP Commerce Cloud custom code.  In this article, we explain how to write a load generator from scratch with Python.  Read More »

When the coronavirus outbreak happened in China, it boosted local e-commerce as many stuck at their homes forced to buy their goods online. Sales of fresh food on JD.com reportedly jumped 215% during the 10-day period and counting. The ability to serve a large number of customers is growing every year. The traffic may be doubled in a week. How to make sure your system is capable to serve high traffic demand? In today’s article I’m sharing my experience with Tsung, a high-performance testing framework.

Read More »

The SAP Commerce Cloud APIs are highly customizable, and even smallest changes in configuration, data model or Java code may result in performance degradation. Performance testing is especially important in cases where concurrency may be the source of the problem. To recognize and fix such issues timely, it is recommended to perform regular performance testing, ideally integrated into the build and deployment pipelines. This article is devoted to Apache JMeter, one of the well-known tools for automated (and) performance testing.

Read More »

Any SAP Commerce Cloud setup is based on a multi-server setup organized as web cluster. This product comes with clustering support out of the box since very early versions. However, many years in a row, it is still one of the most challenging topics. 

JGroups is an essential component of SAP Commerce Cloud. It is widely used as an embedded solution for distributed messaging and eventing in the cluster. It is hard to say that it is underdocumented or it has some quirks that nobody knows how to encounter. However, almost every large project stumbles with JGroups. This article is aimed to shed some light on the internals of the SAP Commerce Cloud clustering and JGroups.  

Read More »