Changes for page Development-Ajax

Last modified by Bastian Triller on 2012/07/19 21:13

From version 8.1
edited by Pascal Robert
on 2010/09/19 10:19
Change comment: There is no comment for this version
To version 6.1
edited by Pascal Robert
on 2011/02/22 10:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,11 +10,11 @@
10 10  
11 11  == Ajax framework ==
12 12  
13 -If you would like to get up-and-running more quickly, [[Project Wonder>>WONDER:Home]] provides an [[Ajax framework>>Programming__WebObjects-Project_WONDER-Frameworks-Ajax]] (called, of course, Ajax.framework), which provide support for many common Ajax techniques like sliders, drag-and-drop, updatable areas, etc. For the base Ajax framework, there are no dependencies on any other frameworks in Project WOnder, so it's a great place to test the waters.
13 +If you would like to get up-and-running more quickly, [[Project Wonder>>WONDER:Home]] provides an [[Ajax framework>>Project_WONDER-Frameworks-Ajax]] (called, of course, Ajax.framework), which provide support for many common Ajax techniques like sliders, drag-and-drop, updatable areas, etc. For the base Ajax framework, there are no dependencies on any other frameworks in Project WOnder, so it's a great place to test the waters.
14 14  
15 15  == Ajax request handler ==
16 16  
17 -If for any reasons you can't/don't use the Ajax framework or DirectActions, WebObjects have support for a Ajax request handler that can help you handle Ajax requests. Check CodeFab [[presentation>>http://wocommunity.org/podcasts/wowodc/west08/WOWODC08_PlainAJAX.mp4]] from WOWODC 2008 for more details.
17 +If for any reasons you can't/don't use the Ajax framework or DirectActions, WebObjects 5.4 have support for a Ajax request handler that can help you handle Ajax requests. Check CodeFab [[presentation>>http://wocommunity.org/podcasts/wowodc/west08/WOWODC08_PlainAJAX.mp4]] from WOWODC 2008 for more details.
18 18  
19 19  == Related Reading ==
20 20