Hi,
I intend to use
J2EE to build a stock query application. The description of this application at a high-level is...
1: A bunch of clients register to my stock query web service.
2: My web service periodically pushes stock data for a bunch of companies depending on customer profile.
The Monson-Haefel J2EE book mentions on page 147 that notifications MEP (Message
exchange pattern) is not supported by J2EE. How then, should I push notifications to my registered clients?
Thanks in advance for any suggestions I receive.
-AJ