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 10.1
edited by Pascal Robert
on 2007/09/03 20:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Development-Ajax
1 +Web Applications-Development-Ajax
Content
... ... @@ -12,10 +12,6 @@
12 12  
13 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.
14 14  
15 -== Ajax request handler ==
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.
18 -
19 19  == Related Reading ==
20 20  
21 21  * [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]]