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 ]

Creating a REST Service Client in WebSphere Commerce v7.0 with Apache Wink

Creating a REST Service Client in WebSphere Commerce v7.0 with Apache Wink

The WebSphere Commerce Information Center has plenty of documentation on how to create a inbound REST service; however, when trying to create an outbound REST service client, you are left to own research and devices as to an implementation strategy. Knowing that WebSphere Commerce v7.0 includes the Apache Wink framework; we can leverage this to create a REST service client that is also based upon Apache Wink, and leverages a framework pattern rather than just pieces of code put together to execute HTTP calls and retrieve the responses.

[ Read More ]

Force a Log File Rollover on WebSphere Application Server

Force a Log File Rollover on WebSphere Application Server

Do you ever get in the middle of development, or attempting to diagnose a problem on a server, and wish you could just clear out the logs without having to stop your server? I do all the time! As a result, I created a simple jython script that allows me to force a log file rollover on WebSphere Application Server effectively clearing out the current log file, and allowing me to start with a new, fresh log file.

[ Read More ]