SAP Hybris Tutorial – Converters and Populators | Unit 10

0 Comments

Overview Data objects (you could say as DTO (Data Transfer Object)) are constructed from Models or other Service Layer objects using Converters and Populators. Converters create new instances of Data objects and call Populators to populate these data objects. The data objects are produced at the Facade layer. Please view the diagram flow below to […]


SAP Hybris Tutorial – CMS Allow Drag, Drop, Move and Clone Component | Unit 7

0 Comments
Hybris drag drop component

In this post, we will learn how to drag and drop and clone the Youtube component which created in unit 3. Contents: Let’s go. 1)Allow components are available in Add Component “+ Component” section. Wide and Narrow are common pre-defined group in Hybris platform. They allow us drag, drop, edit, delete component in cms page. […]


SAP Hybris Tutorial – CMS Create Content Slot for Page | Unit 6

0 Comments
hybris content slot for page

In the Unit 3, we known how to create content for page by adding content of custom components into the template. But this added content seem applied to all pages which use the same template. The question is how to separate content for each page which are using the same template.? In this post we […]


SAP Hybris Tip 2 – CMS Component Visitor

0 Comments
CMS Component Visitor

The Visitor helps us to catch the change value on the reference attributes of components. NOTE: It won’t work for partof=”true” attributes. Steps: 1, Create a visitor java file. 2, Register the visitor bean into context. 3, Map the cms visitor with the Component model Let’s go. 1, Create a visitor java file. OOTB also […]