I am building a customer support web application (java based) where I need to show all "Customer Representative(CR)" status (available, busy, away in phone) in the front-end.
If CR terminates the call after talking to someone, status will get updated in my database. At the same time, it should get reflected in front-end as well.
- Ajax may be one option to keep on polling Database for CR status.
Is there any other approach available to make this work?