This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Description
JSF seem to be criticized for having XML responses in AJAX requests. Those come from an older time of the JSF specification (as I know) and are today out-dated to use XML in HTTP responses. Modern MVC frameworks (like JSF is) use JSONs or RESTful responses (I know the former one).
This proposed change will drastically reduce the utilized bandwidth and "silence" critics directing this issue. :-)