How to add ELK-Stack to SAP Commerce
The article describes how to apply ELK-Stack functionality to SAP Commerce (Hybris) for a local environment. I do not recommend this manual as presented here for any production purposes.If you just w
The article describes how to apply ELK-Stack functionality to SAP Commerce (Hybris) for a local environment. I do not recommend this manual as presented here for any production purposes.If you just w
Just quick note with examples of using the Spock Framework for writing unit tests. How to setup?Add new dependency in external-dependencies.xml: 12345<dependency> <groupId>org.spockframe
Could you describe how you implemented BG deployment? What are the limitations and side effects of BG? Could you describe what is CI/CD? How to implement CI/CD process? Do (did) you have CI/CD on
Why should we avoid using final classes and methods?Hybris is intended to be fully extensible, so creating classes or methods that cannot be extended is not sensible. You’ll get problems with: Exten
In the morning you found a new issue in the issue tracking software. The problem is that sometimes a NullPointerException occurs in the StrategyOfGettingDescriptor. StrategyOfGettingDescriptor.java 1
You got some legacy code below. So, you’ve got to refactor the code and explain. The interface 123456package com.carsupplier.core.daos.carinfo;public interface CarInfoFinder { List<CarMode
Previous posts:Part 1 - Data ModelPart 2 - IMPEXPart 3 - Dynamic Attributes Enumerate places of definition configurable properties. global properties - local.properties file is located in ${HYBRIS_CO
You got the code below. You should refactor the code and explain. BestCarFinder.java: 123456789101112131415161718package com.carsupplier.core.car.services;public class BestCarFinder { private
What is the difference between dynamic and persisted attributes?Dynamic Attributes allow to add custom logic to the Models attributes without the touching peristence layer. How can I create a Dynami
I want to improve ImpEx performance on a multi-core system. What should I do?The performance of ImpEx can be improved by increasing the number of threads used by the index engine. You should find the