wanjidong / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

Filling the jmesa table with a web service #353

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 

Don´t know if this is the best place to have a answer but i´ve this issue 
about jmesa table and i don´t know any other place about JMESA.
I´ve a web service that returns the total rows, the page number, max rows 
with, obvious, the data itself.But for question of performance i don´t want to 
call the web service two times, one for getting the total rows and another to 
have the items.
How can i have the JMESA working with a web service with a single call 
providing that this web service has pagination?
I´ve searching the web about implementations but i can´t find anything about 
this.

cheers, 

Nuno Ferreira

Original issue reported on code.google.com by nps.ferr...@gmail.com on 25 Mar 2013 at 2:05