RE: Question about Notify all online user

2003-08-14 Thread Shapira, Yoav
ilto:[EMAIL PROTECTED] >Sent: Wednesday, August 13, 2003 12:39 PM >To: Tomcat Users List; [EMAIL PROTECTED] >Subject: Re: Question about Notify all online user > >Ben! >Wah! Great! Could you give me more information about your implementation? >I am not clear with iFrame. > >--

Re: Question about Notify all online user

2003-08-14 Thread engp0510
Ben! Wah! Great! Could you give me more information about your implementation? I am not clear with iFrame. - Original Message - From: "Ben Souther" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 12:32 AM Su

RE: Question about Notify all online user

2003-08-14 Thread Ben Souther
;Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Thursday, August 14, 2003 12:32 AM > Subject: Re: Question about Notify all online user > > > We're doing something like this with a hidden frame (an iFrame) that > refreshes > it self every n seconds (using the

RE: Question about Notify all online user

2003-08-14 Thread Angus Mezick
Net send * message Wall message :) You could have a custom tag that gets data from the application context and another little servlet that populates the application context. Have the take set display a message and set a cookie if a cookie with the appropriate value isn't already set. This messag

Re: Question about Notify all online user

2003-08-14 Thread Ben Souther
We're doing something like this with a hidden frame (an iFrame) that refreshes it self every n seconds (using the Meta refresh tag). The frame just points to a servlet which queries the database for new messages. If there is a new message, the iframe uses javascript to fire off a pop up. messag

RE: Question about Notify all online user

2003-08-14 Thread Shapira, Yoav
Howdy, >How to implement notifying all online user when the record in database has >been changed? I am using Servlet and JSP to build a small Supply-Chain >system running on Tomcat with MySQL. Cool design question ;) You probably can't do it immediately on change, but on the next page the user

Re: Question about Notify all online user

2003-08-14 Thread Ben Souther
om: engp0510 [mailto:[EMAIL PROTECTED] > > >Sent: Wednesday, August 13, 2003 12:39 PM > >To: Tomcat Users List; [EMAIL PROTECTED] > >Subject: Re: Question about Notify all online user > > > >Ben! > >Wah! Great! Could you give me more information about y

RE: Question about Notify all online user

2003-08-14 Thread Mike Curwen
> -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 11:13 AM > To: Tomcat Users List > Subject: RE: Question about Notify all online user > > > > Howdy, > > >How to implement notifying all online user whe

Re: Question about Notify all online user

2003-08-14 Thread engp0510
Thx ben, I do very areciate your help. - Original Message - From: "Ben Souther" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 1:02 AM Subject: RE: Question about Notify all online user I'