Large Data Sets using Tapestry

Large Data Sets using Tapestry

bmetgebmetge Posts: 4Questions: 0Answers: 0
edited July 2013 in General
Hello all,

I'm a really new user of DataTables considering I just start an intership.
I'm working on a JAVA project on eclipse using Tapestry.

We are using DataTable on the client side for now with javascript and requesting the data on a mySQL Database.
Considering we got pretty large data, sometimes request are quite long.
And well, I supposed to improve that.

After a few search I think I should be using "server-side processing", right ?

The thing is : there is a lot of choice here : http://datatables.net/development/server-side/ and I don't know which one to choose ?
Considering I'm using Tapestry, my DataTable is made in a .tml (Tapestry Markup Language) page,
which seems to me to be a html page with tapestry extension and we use javascript in it to display
our DataTable, do you have any tips for me to implement server side processing ?

Any help is apreciate,

thanks a lot,

Baptiste.

Replies

  • bmetgebmetge Posts: 4Questions: 0Answers: 0
    Plus, I'm using hibernate to create query to request data from the database
This discussion has been closed.