> Nice! > > Could some of this be made open source in github, say,
Since there is nothing "special" about it, it can actually just be added to Isis, probably right into the Wicket viewer (apart from the "Locatable" interface... that would need a better home?). I suppose that is reason enough to release it seperately. I can look into creating a github account. >with some sort of > API to abstract out the grabbing of the actual image to render? Indeed. The next step is to support the use of existing images for the background. But that should be trivial to add (a simple implementation is just an extending the "Locatable" interface to include the filename, I guess). Natural add-ons would be to render the POJO icon (from iconName) instead of a circle on the image... etc. Regards, Kevin
