|
From: Tom A. J. <taj...@gm...> - 2008-01-02 11:57:01
|
I have a suggestion for a new convention when it comes to adding an icon representation to a component in Argos. In the component I've been making I've had the need of a graphical representation of other components, so I've put a icon.png file in the web folder of the other components. If a component doesn't have a icon.png, I've just let my component display a standard image that I have, so no components are forced to have an icon. The advantage by putting the icon in the web folder is that it is deployed in Jetty and can be accessed trough an URL too: http://localhost:8080/serviceName/icon.png. This makes it very easy to access :) So this is my suggestion for a new convention! Think of it! Tom Arild Jakobsen |