Hello,
I'm currently developing an application (using Struts, EJB, JBoss) where I send a message to a Message Driven Bean which processes something.
Then I want to reload a jsp site in order to inform the user, that the job is finished.
How can I do this in a MDB?
Are there better solutions?
thanks
Stephan
-
Message Driven Bean -> reload jsp (4 messages)
- Posted by: Stephan Pabinger
- Posted on: January 12 2006 05:57 EST
Threaded Messages (4)
- Message Driven Bean -> reload jsp by James Strachan on January 18 2006 05:11 EST
- Message Driven Bean -> reload jsp by Stephan Pabinger on January 19 2006 07:10 EST
- Message Driven Bean -> reload jsp by Stephan Pabinger on January 30 2006 02:54 EST
- Message Driven Bean -> reload jsp by Stephan Pabinger on January 19 2006 07:10 EST
- Re: Message Driven Bean -> reload jsp by seeker yan on February 03 2009 18:44 EST
-
Message Driven Bean -> reload jsp[ Go to top ]
- Posted by: James Strachan
- Posted on: January 18 2006 05:11 EST
- in response to Stephan Pabinger
Try using Ajax to notify the users web browser when the MDB has finished processing...
http://activemq.org/Ajax
James
LogicBlaze -
Message Driven Bean -> reload jsp[ Go to top ]
- Posted by: Stephan Pabinger
- Posted on: January 19 2006 07:10 EST
- in response to James Strachan
thanks for the answer.
I'm new to Ajax, so may you please give me some links where I can get information concerning my problem?
Stephan -
Message Driven Bean -> reload jsp[ Go to top ]
- Posted by: Stephan Pabinger
- Posted on: January 30 2006 02:54 EST
- in response to Stephan Pabinger
-
Re: Message Driven Bean -> reload jsp[ Go to top ]
- Posted by: seeker yan
- Posted on: February 03 2009 18:44 EST
- in response to Stephan Pabinger
hi Stephan, I have the same problem as you, would you please let me know how you fixed it. Thank you.