Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个 JSF 应用程序。一个人获取一些数据并对其进行一些代码魔术,然后我将其输出到一个文件中。这每 n 秒发生一次。我想做的是在我的第二个 JSF 应用程序中有一个 div 或类似的东西。我想在第二个应用程序中显示这个文件的内容。诀窍是如何在不刷新整个页面的情况下每 n 秒刷新一次这些数据?
使用 Primefaces Ajax Polling,它可以在指定的时间间隔内进行 ajax 调用。