Cloning of Address in Hybris

We know that every customer in ecommerce site will have address associated with them. We also know that cart and order will also have an address which is same as customer address Cart will have a delivery address which is always referencing the address owned by a Customer So, whenever customer edits the address, same […]

Share this article on

Proxy pattern

Proxy pattern is one of the structural design patterns As the name indicates, this pattern is used to define a proxy for a real object. We know that proxy means, something in place of other thing or just a representation of something else. Let’s understand Proxy Pattern in this way We have some heavy object […]

Share this article on
< Previous Next >