How can server push asynchronous changes to a HTML page created by JSF?

后端 未结 4 981
轻奢々
轻奢々 2020-11-22 02:25

When we create a JSF page, a client request allows generation of HTML dynamically using a combination of Java code and HTML. Can we introduce hooks in the HTML page using JS

4条回答
  •  感动是毒
    2020-11-22 02:57

    If you need fully-featured Comet updates (reverse Ajax) and so on, then its worth taking a look at the DWR library.

提交回复
热议问题