C
Colin Goudie
Hey,
I'm working on a J2EE app, mainly for learning at the moment. It is a small
Point of Sales type app. I was looking into JMS to see if it could solve
something for me.
The States of the 'tables' in a restaurant are represented by EJB's on the
application server. When they change state (i.e. from empty, to eating,
waiting for main etc..) I'd like to be able to notify the client terminals
so they can colour the tables accordingly etc..
What type of methods are available for this?? Will JMS Help me. It seems to
be used mainly for communication between beans, but I need an EJB to notify
client apps??
Thanks
I'm working on a J2EE app, mainly for learning at the moment. It is a small
Point of Sales type app. I was looking into JMS to see if it could solve
something for me.
The States of the 'tables' in a restaurant are represented by EJB's on the
application server. When they change state (i.e. from empty, to eating,
waiting for main etc..) I'd like to be able to notify the client terminals
so they can colour the tables accordingly etc..
What type of methods are available for this?? Will JMS Help me. It seems to
be used mainly for communication between beans, but I need an EJB to notify
client apps??
Thanks