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.
我有一种情况,我有一个 SmartGWT 应用程序,我希望在启动时触发一些代码。启动时触发的代码将接收来自 JNotify API 的通知,并将填充 UI 上的列表网格。请建议最好的方法是什么。
我正在考虑配置一个 servletweb.xml并执行必要的业务逻辑,但这听起来非常低级。
web.xml
似乎您想从服务器端通知客户端。为此,有一种称为服务器推送的技术 (http://en.wikipedia.org/wiki/Push_technology),并且有许多供应商。我建议使用 errai (http://www.jboss.org/errai/) 和他们的事件总线。