I'm trying to create a logger for a GWT application as an exercise to evaluate GWT. What I specifically want to do is have it so that I can post messages to a client side label at any point from the server side. So, if some interesting stuff has happened on the server the client can be updated.
My First question is, is this possible, I can understand it not being.
Second, if it is possible, where should I look for information, I've tried google and their documentation and all the showcases have nothing on this.
Thanks