Spring MVC、Spring Thymeleaf、Spring Security、Hibernate on MySQL アプリケーションがあります。私の仕事は、現在ログインしているすべてのユーザーに、表示しているページに新しいデータが保持されている場合に通知して、ユーザーが更新して新しいデータ セットを取得できるようにすることです。
I was guessing that I could store all the logged in users in an ApplicationScope session and then notify them somehow. But I've never done this before and not sure how safe it would be.
Can anyone suggest any idea on how this could be done ?