September 02 2016, 11:53

Update on my blog about hybris. Created a small tool that shows the structure of templates from the Hybris accelerator. Probably, only Hybris front-end developers will understand it.

In Hybris, there are hundreds of files that refer to each other, some files are included inside others. For instance, productPrimaryImage is incorporated in a couple of dozen other templates, and if you edit it, you should understand the implications. The second purpose of this structure is educational. It shows how a page is assembled. This is not at all obvious from the code, since the inserts are scattered across different files. For example, to assemble a product page, 24 different files are used.

https://hybrismart.com/2016/09/02/hybris-cms-template-structure-reference/

August 31 2016, 22:55

A small update on my blog about Hybris. Probably, only developers will understand, though. There are a few of them among the readers, so I am informing you.

hybrisCronjob – a utility for running cronjobs. Cronjobs are such Hybris modules, which can be scheduled to run at specific times, on certain events, or manually. So, for manual execution, there is only a web interface, and it is somewhat inconvenient when you are in the debugger and need to run it fifty times a day.

https://hybrismart.com/2016/08/31/hybris-runtime-development-tools-hybris-cronjob-management/

August 30 2016, 10:36

After visiting the ocean over the weekend, our blog now features an interesting post about the people around us 🙂 welcome

https://beinginamerica.com/2016/08/30/%D0%BF%D0%BE%D1%87%D0%B5%D0%BC%D1%83-%D0%B0%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D0%BA%D0%B8-%D0%BD%D0%B5-%D0%BD%D0%BE%D1%81%D1%8F%D1%82-%D1%80%D0%B0%D0%B7%D0%B4%D0%B5%D0%BB%D1%8C%D0%BD%D1%8B/

August 29 2016, 00:53

Update to my utilities for developers on Hybris.

Starting with version 6.0, SAP has replaced the logging module with a more functional and up-to-date one, but this change also broke the management mechanism in HAC.

In my toolkit for Hybris developers, a new tool has emerged – hybrisLog. Main features:

1) viewing Hybris logs in real-time. Essentially, this replaces tail -f

2) changing the logLevel for any of the more than a couple of thousand classes involved in the logging system.

https://hybrismart.com/2016/08/26/1896/