How to monitor asynchronous/background thread status and get notifications in a JSF component
问题 I created few threads in a web application and I have a datatable component in JSF page. I would like to update the table automatically to show the current status of thread. Is there any prebuild component I can use in this scenario? 回答1: I created few threads in a web application I wholeheartedly hope that you did it the right way and thus it don't end up in an epic disaster. I would like to update the table automatically to show the current status of thread. Is there any prebuild component