| 1. |
Can An Ejb Send Asynchronous Notifications To Its Clients? |
|
Answer» Asynchronous notification is a known hole in the first versions of the EJB spec. The recommended solution to this is to use JMS, which is becoming AVAILABLE in J2EE-compliant servers. The other OPTION, of COURSE, is to use client-side THREADS and POLLING. This is not an ideal solution, but it’s workable for many scenarios. Asynchronous notification is a known hole in the first versions of the EJB spec. The recommended solution to this is to use JMS, which is becoming available in J2EE-compliant servers. The other option, of course, is to use client-side threads and polling. This is not an ideal solution, but it’s workable for many scenarios. |
|