Hi,
The project I am working on consists of multiple thick client java applications communicating via http with an application server (in this case Weblogic 6.1) for data and other services.
Problem:
The client applications cache data locally. In certain cases, I would like to have the server "tell" the clients to clear their cache.
Is there a way for the application server to reliably communicate with all it's clients? Ideally, this communication needs to happen via http, but I'd still be interested in other forms of socket communication solutions... and other ideas.
thank you for your help,
Shell
-
Application server communicate with HTTP thick clients? (2 messages)
- Posted by: Shell Sullivan
- Posted on: March 02 2002 00:01 EST
Threaded Messages (2)
- Application server communicate with HTTP thick clients? by Shell Sullivan on March 02 2002 00:35 EST
- Application server communicate with HTTP thick clients? by Neeraj Nargund on March 04 2002 14:29 EST
-
Application server communicate with HTTP thick clients?[ Go to top ]
- Posted by: Shell Sullivan
- Posted on: March 02 2002 00:35 EST
- in response to Shell Sullivan
I see where JMS using Publish/Subscribe Messaging will work... is this considered the best solution?
-shell -
Application server communicate with HTTP thick clients?[ Go to top ]
- Posted by: Neeraj Nargund
- Posted on: March 04 2002 14:29 EST
- in response to Shell Sullivan
s