
The services listed below are intensively used in SAP hybris development. It is not a full list of hybris services, but these are used almost in every project. I built the rating of services used in hybris source code and used it as a starting point for this article.
The quick reference below will help you with understanding the important concepts on how services work and where they are used. For all services, the corresponding beans have the same name (start with a lowercase as per beans naming convention) Read More »
Groovy Scripting in hybris allows you to access hybris server objects directly from your browser. In this post, I share a new set of scripts. Read More »
In hybris 6.6, almost all project-specific files are located in the special folder called “data folder”. The structure of this folder is not well documented. The folders and files have “random” names. Basically, it is not very important until you find that this folder is too big. Understanding of its structure and purpose of its components will help you to troubleshoot and optimize the system.
The official hybris documentation explains some technical aspects, but pretty tenuous. In this article, I’m trying to look deeper. Read More »
Web applications heavily rely on forms. Questionnaires and comprehensive registration forms are common components of the HR, financial and service solutions. The business rules behind these forms are complex and frequently updated. The well-known example is job application forms. Depending on… Read More »
This is a reference about what you get if you decide to upgrade SAP hybris Commerce to the newer version. Find your current SAP hybris version on the table and find all features you get with the upgrade. The features… Read More »

Finding all external references to an object (EARLY BETA) The script I present today is designed for finding the references for any particular item in hybris. It can be useful if you want to figure out if the product or… Read More »
Situation I am still working on overcoming hybris’ limitations. Today’s topic is about personalized catalogs. In one of the previous blog posts, I talked about personalized prices for 500,000 customer groups. This time I want to tell you about personalized… Read More »

Situation Hybris search is designed primarily to deal with products. There are no content page search capabilities in hybris. Hybris uses Apache SOLR for search. Using SOLR allows hybris to introduce such features as facet search, fuzzy search, and search-based category pages. Solr’s basic… Read More »

Situation SAP hybris works with Apache SOLR to provide enhanced product search capabilities. There are two SOLR modes: indexing and search. In the indexing mode hybris fetches new products from the database and sends them to SOLR to index. Complexity This… Read More »