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
on 2010/09/19 10:19
Change comment:
There is no comment for this version
To version 11.1
edited by Pascal Robert
on 2010/09/13 00:20
on 2010/09/13 00:20
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- 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]]