Hello.
I cannot understand how to implement the following. Suppose I want to make a tile that shows weather. I write a
struts action for fetching the weather.
Then if I write something like
my weather tile will be inserted into the web page. But at the same moment if a client types in her browser:
It will also show the tile as html in her browser. But I do not want my clients to know what components do I have in my system. I want my components to be available only if I do
How can I achieve this? Please, I trying to understand but I fail all the time.
Thanks.