Hybris: How to Override a Bean in backoffice-web-spring.xml

Hybris: How to Override a Bean in backoffice-web-spring.xml

While working on a recent Hybris project for a client, I came across the need to override a Backoffice web context bean found in the backoffice-web-spring.xml application context file. As Backoffice based extension projects don’t provide access to the Backoffice web application context, I needed to find a way to override the bean and make it work. This tutorial describes the steps I took, and the way in which I accomplished it.

[ Read More ]

Compile a Drools 5.5 Package Using ANT

Compile a Drools 5.5 Package Using ANT

Recently, when working Drools 5.5.0.Final into an application, I had need to create an ANT build script to verify and compile rules into a serialized package for distribution, and I wanted to share the script I used to accomplish that.

[ Read More ]

Adding WebSphere Commerce v7.0 Store Functions to Management Center

Adding WebSphere Commerce v7.0 Store Functions to Management Center

I previously wrote a post titled, WebSphere Commerce v7.0 Store Functions, that talked about leveraging store functions within your WebSphere Commerce v7.0 web site, and how to set them up and configure them for use. This post continues that discussion, and references how to add your new store functions to Management Center so that they are available and accessible to enable and disable.

[ Read More ]