• 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

Implementing "Page loading...Please wait"

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

I am working on a application built using the Spring & Hibernate framework.

I need to implement "page loading... please wait" page once the submit button is clicked on the search page. The application takes time to get all the records & displays the data in search result page .

I have not come across any such functionality developed using the spring framework when I googled. As the spring framework works on request / response cycle, Does the conventional way of data processing allow me to implement "page loading.. please wait" functionlity" ?

Do I need to use AJAX for implenting the "page loading.. please wait" functionlity" ?

If you have implemeted such functionlity, please help me.

Thank You
Krishna



 
Ranch Hand
Posts: 608
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes Ajax would be the way to do it. I don't think spring provides anything specific for this particular problem
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic