Ted Goddard

Greenhorn
+ Follow
since Apr 10, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ted Goddard

Originally posted by Praful Gupta:
Could i use AJAX here to refresh the data from that string?



You may also want to consider server-initiated rendering approaches, such as Ajax Push (with ICEfaces) or Reverse Ajax (with DWR). This allows an event on the server to trigger an update of the browser page without polling.

Originally posted by Saif uddin:
hi authors,

this book have one chapter on "Open Source Ajax Toolkits" is this like introducing this toolkit to using for Ajax development?



Note that ICEfaces (discussed in the Drag and Drop chapter) is now open source as well. ICEfaces allows you to transparently add Ajax to JavaServer Faces applications and provides support for Ajax Push.