Dominick wrote:
>I'm thinking an event bus would be useful here and implementing it in Java
>is easy enough but I wanted to take advantage of the persistence and
>scalability of the App server.
You might consider using JMS for sending messages. I'm playing with a set
of EJBs and servlets in (jBoss/Tomcat) that use the publish/subscribe model
via SpyderMQ, which is now integrated into jBoss. It looks like this is a
good model to use, especially if you have more than one client which
interacts with your EJBs.
-- Ken Jenks, http://abiblion.com/
Tools for reading.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]