FacesServlet Servlet 3.0 Async Support

柔情痞子 提交于 2019-12-11 04:39:10

问题


Does the FacesServlet in JSF 2.0 support the servlet 3.0 async features?


回答1:


No, with the simple reason that JSF 2.0 is designed with Servlet 2.5 in mind.

JSF 2.1 in turn is however designed with Servlet 3.0 in mind, but it does not utilize the new async features, perhaps with the simple reason being that there's just no need for it. The closest what you can get is ajax poll/push provided by 3rd party component libraries like RichFaces, PrimeFaces or IceFaces.



来源:https://stackoverflow.com/questions/6679790/facesservlet-servlet-3-0-async-support

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!