• 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

Beginner needs help with ajax

 
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a basic jsf + ajax page as follows:



Because I test it in local and because the page is not that big, i get an instante response and it seems a partial reload was achieved instead of a full "web 1" reload. However I want to make sure this is the case. What would be a good way to do so?

Thanks in advance,

Julien Martin.

[edit]Eric - disabled smiles[/edit]
[ February 03, 2007: Message edited by: Eric Pascarello ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I run Ajax on a production server and I see responses in a happen in <500 milliseconds and I have responses that take a few seconds.

Yes it is not going to be as fast as localhost, but the same rules apply. Speed of connection, amount of traffic on the server, how far they are from the source, how much processing has to be done on the server, and how much time it takes to render.

Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic