Archive for August, 2009

sMash Demo: InfoSphere Gateway (3 of 3)

Saturday, August 8th, 2009

Here is the video that shows how easy it is to build a simple GUI for an MDM Server transaction.

sMash Demo: InfoSphere Gateway (2 of 3)

Saturday, August 8th, 2009

This video shows real, live web services making calls from the sMash environment to MDM Server through a simple http request.

sMash Demo: InfoSphere Gateway (1 of 3)

Saturday, August 8th, 2009

I’ve recorded a few videos showing the integration between InfoSphere MDM Server and WebSphere sMash.  There are three parts:

Resource Modeling Tool -  How you define attributes and labels for your demo
Web Services Calling MDMS - Real transactions invoked by a simple http requests
Building the UI - A two minute GUI

The display quality of the you […]

Primary Keys For Resources

Sunday, August 2nd, 2009

Apparently, you can’t designate any arbitrary attribute as the resource identifier.  (At least, the model editor GUI does not support it.)  Rather, sMash just assumes the identifier will be an attribute called, “id”.
This became as issue when I tried to implement the delete and update services.  The sMash runtime should pass the identifier value in […]