Is it possible to work with reverse Ajax in JSF 2.0?
I could work with Ajax in JSF, but I don't know how to keep rendering. Any idea?
|
|
|
With reverse Ajax you have polling where the client repeatedly queries the server looking for a response, and you have pushing where the server keeps a connection with the client and sends a response when available. Richfaces has
|
|||||
|
|