Extension Basic Details

Lets understand the basic details of Extension Extension in Hybris is very similar to Project in Java. We know that Project basically contains the business logic and some configuration files(XML,properties files). Similarly Extension in Hybris contains the same and some additional files but it’s called Extension instead of Project in Hybris. Every extension will have […]

Share this article on

Extgen and Modulegen

Lets Understand about Extgen and Modulegen with example Extgen How to create an extension in Hybris? Ant extgen command can be used to create an extension. We have to use ant extgen command as below Navigate to hybris\bin\platform path in command prompt And use ant extgen command Provide the required values Specify the extension template,name […]

Share this article on
< Previous Next >