• 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

Dynamic Progress Bar& status messge based on the Server side process

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

I have 1 lakh files with check box for each file . Each file may contains lakh's of records. I need to process(generating XML files based on text file data) all files in the servlet, Here am using Multi Threading concept to dividing the files and records. In oder to process these many files it will take some time but i need to display the message to user some files are processing please wait till that time. For this am using AJAX but am getting all the messages( like file name& it processing time for each file dynamically to jsp) at time in the jsp with out reloading the page. But i need to display line by line message with progress bar. If anybody have idea send reply please...
 
reply
    Bookmark Topic Watch Topic
  • New Topic