• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Html Paging mechanisms using AJAX

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Good luck on your new book.

I needed some information about how to design a good Html Paging mechanism using AJAX technologies. We have a report which renders a huge result and to execute the report it takes a lot of time. Now I wanted to know how to make this process better using AJAX. What I have understood is that using we can asynchronously communicate with the server(ours is a J2EE project). The user does not have to wait for the whole report to execute. He starts seeing some data and in the client browser the AJAX engine is busy asynchronously fetching data from the server. Can anyone give some ideas of existing technologies or frameworks available?

Ashish
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic