Handling Thread Deadlock in Java

What is a Deadlock? Deadlock is a situation that arises in case of two or more threads blocking each other’s resources while waiting for one at the same time. This condition emerges when various threads require the same resources which are acquired by one another. Now, Before moving further into deadlocks, you need to require […]

Share this article on

Impex – Translator

Translator can be used to change the translation logic for a value Translator can be applied on any attribute as below <!–             –> INSERT MyType;…;myAttribute[translator=de.hybris.platform.impex.jalo.translators.ItemPKTranslator] <!– –> INSERT MyType;…;myAttribute[translator=de.hybris.platform.impex.jalo.translators.ItemPKTranslator] The above configured translator class has to extend the AbstractValueTranslator It defines 2 methods public abstract Object importValue( final String […]

Share this article on
< Previous Next >