i am using jsf 1.2 with Rich faces, but now the requirement is to change the existing pages(Tables for now) to jquery supported tables(DataTables plugin) because the Rich faces are having performance issues and also we want to do it for extra features.
- what should be the right way, currently trying use the DataTables and making an ajax call to a Servlet for server side processing and returing JSON data to populate the table.
- please suggest the suitable options to achieve these.
Thanking you all.