Initialization v/s Update

Lets understand Update and initialization Initialization We can do initialization of hybris system in 2 ways 1)Using ant initialize command from command prompt 2)Directly through Hybris Administration console(HAC) Initialize does the following things Removes all the existing data Drops all the existing schema and tables Recreates the schema and tables Reload the data(seed data given […]

Share this article on

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
< Previous Next >