It is a very interesting idea. Crispy is for the client side. The server side can be both, client and server. With the observer pattern, you can to register clients by the server and the server notify all clients by changes. A german article to this topic you can find on this web side: http://www.sigs.de/publications/js/2005/05/steiner_JS_05_05.pdf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I stumbled lately over this first-look-cool Framework and I wonder if this is also applicable for client side remote notification.
Situation:
I register as a client to a server thingy for RMI operation.
Additionally I want to be notified RMI based from the server.
Is there also a "beautified" solution for this?
Thanx
It is a very interesting idea. Crispy is for the client side. The server side can be both, client and server. With the observer pattern, you can to register clients by the server and the server notify all clients by changes. A german article to this topic you can find on this web side:
http://www.sigs.de/publications/js/2005/05/steiner_JS_05_05.pdf