Changes for page Development-Ajax
Last modified by Bastian Triller on 2012/07/19 21:13
From version 12.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
To version 14.1
edited by Pascal Robert
on 2011/02/22 10:26
on 2011/02/22 10:26
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,8 +10,12 @@ 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>>documentation: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 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 + 15 15 == Related Reading == 16 16 17 17 * [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]]