The JSP capabilities are poorly documented in hybris Wiki. It is anticipated that frontend and backend developers work closely with each other, and it is supposed that frontend developers expect that all necessary data are cooked by page and component controllers. However, there is some information that has already available in all JSP templates. Most of the variables listed here are hybris-specific and not officially documented. You can find some examples of the usage in hybris OOTB templates. I put all this stuff here to use it as a reference for future. Read More »
Facebook Messenger and hybris integration
Messenger allows customers to communicate with e-shop in a quick and effective manner, without the delays associated with email. In my PoC, when a customer makes a purchase, the conversation begins via Messenger. The customer receives a notification, that is delivered instantly. I demonstrate that the automated updates are sent directly to the customers through Messenger, allowing them to track order status and ask questions all in one place. All customers’ messages are delivered to Customer Service Cockpit. Messenger makes it easy to answer questions about orders and invite your customers to check out related products. Read More »
Angular2 and hybris integration
AngularJS is a great tool for building highly rich and super slick client-side web applications, particularly data driven applications. As being a framework, it dictates us to follow some rules that may not be completely compatible with other presentation layer frameworks and technologies.This article explains presents a PoC of hybris and Angular JS 2 integration. Read More »
hybris CMS template structure reference
CMS templates are quite complicated in terms of dependencies and overall structure. The reference in this post will allow you to see a big picture and to avoid issues caused by shared tags or fragments. Read More »
A new tool named hybrisLog allows to change the logger’s configuration without restarting the server. Turn on/off logging for thousands of classes in the system on the fly. This tool is a part of hybris Runtime Development Tools package. Read More »
Image Crop & Resize in Product Cockpit
I would like to demonstrate the proof of concept of crop and resize functionality for hybris. It is well-integrated into Product cockpit and very convenient in use. With this feature, you will be able to significantly improve the product management process without losing flexibility. Read More »
In one of my previous articles I announced my new project, hybris Runtime Development tools. This post is about some important updates to the package. hybrisFlexibleSearch utility has been improved significantly. New tools were added to the package: hybrisImpex, hybrisMedia and hybrisConfiguration. Read More »
This tool is a part of my hybris Runtime Developer tools package. It allows showing one-page all-in-one information about hybris beans using the command line interface. Read More »
This tool is a part of my hybris Runtime Developer tools package. It allows showing one-page all-in-one information about hybris types or the specific type using the command line. It is much faster and more flexible than using hybris administrative console (HAC). Read More »