Hi
I'm building a j2ee Application on top of j2ee and JBoss 4.0.
The Clients connected to JBoss are non-web Swing Clients.
If One Clients changes the data on a bean/in the db, all the other clients
connected to the jboss have to be informed about the change, so they can
update der UI.
On a standalone Java-App i would use listeners to solve this, but as im new
to j2ee i have no idea how to realize this with j2ee and jboss.
It would be great to get some ideas on how to solve this problem.
greets from Germany
Johannes Hermen
Marek Lange - 08 Mar 2005 20:04 GMT
> I'm building a j2ee Application on top of j2ee and JBoss 4.0.
> The Clients connected to JBoss are non-web Swing Clients.
[quoted text clipped - 5 lines]
>
> It would be great to get some ideas on how to solve this problem.
JMS listeners would be a possible approach for the notifications.
-marek