How do I notify the web module about the status of a job running in MDB (EJB3.0)?

We use Message Driven Bean to generate large reports and handle long running tasks. How can MDB notify the fe web module of the session listener of the work status without polling clients?

Thanks in advance.

0


a source to share


2 answers


Try to create a webservice in EJB and use it, but this is PERMGENious !!!



0


a source


Yeee, PermGen is an eternal problem, luck.



0


a source







All Articles