jQuery DataTables server-side processing using JSP and JAVA

43,919

Solution 1

I think what you are asking ajax based datasource to be used with datatables.

You can find some samples in the below links
Server side processing
Ajax Source

Documentation for server side processing can be found here.

Solution 2

Here is an example of Datatables integrated with Java servlets/JSP . You can also download the source code with a working example.

Share:
43,919
Admin
Author by

Admin

Updated on June 16, 2020

Comments

  • Admin
    Admin almost 4 years

    I am new to Jquery and Datatables. I am trying to use Datatables in my project. Can anyone please let me know get the data from JSP/Java and use it in Datatables. Any links or examples would be very helpful. Thanks Bharath

  • Piyush Mattoo
    Piyush Mattoo about 13 years
    But this ain't specific to Java. Any sample code snippet for Java?
  • Milson
    Milson about 7 years
    Is there any new one with integrated V 1.10 of Datatable and may be using MongoDB @jovan MSFT