Composite Pattern

Composite Pattern is one of the structural design pattern In this pattern, we will have a tree structure hierarchy of classes and common operation will be performed on each class in the hierarchy. Node in the hierarchy is a class which will have children Node class is also called as “Composite” class Leaf in the […]

Share this article on

Breadcrumbs in Hybris

Breadcrumbs are the common website navigation elements which allows a customer to see their journey in the website, and track backwards through the website to earlier pages. We can also say it as a list of breadcrumbs which takes the user to the current page. Each link to a previous page should be rendered as […]

Share this article on
< Previous Next >