Gregoreki's Blog

0

Hybris Process Case: an email process development

1. Introduction In Hybris framework, one very important feature and widely applied (also recommended when suitable) is the Business Process Management built upon the hybris processengine. In this article, it will be shown a brief implementation of a business process, specifically an email send process. 2. The Business Process Feature...

0

Hybris Extension Architecture Case: Decoupling

1. Introduction In systems development, particularly in the object-oriented universe, code reuse is a must for maintaining a healthy development ecosystem inside a business unit. For example, in an enterprise with outsourcing basis focused on a specific niche, several projects may use same business logic as, for instance, communication with...

0

SAPUI5 and OData v1: Ajax call and BusyIndicator

Scenario In SAP HCP (SAP Hana Cloud Platform), while developing a HTML5 application with sapui5, aiming to make a post to a OData Service, it is good practice to show a loading warning to make sure the user keeps calm and wait for the cloud to do its job. It...

0

Masking a text field on Hybris Backoffice

Scenario In Hybris backoffice, within the order data, a paymentinfo is shown. We can click this field and check it out what’s inside of it. When we do that, the information for the Credit Card is shown and can be edited. As we already know, saving the credit card number...

0

Hybris: About SynchronizationService

Intro As we may need or want, using SynchronizationService in Hybris 5.X may not work instantly by injection. That happens because this class is declared and used mainly in cockpits. A simple search may point that this interface (and its SynchronizationServiceImpl) is part of the cockpitserver.jar that is a dependency...