Changes for page Development-Ajax

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

From version 13.1
edited by Pascal Robert
on 2012/07/19 21:13
Change comment: There is no comment for this version
To version 14.1
edited by Pascal Robert
on 2011/02/22 10:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,11 +6,11 @@
6 6  
7 7  == Ajax with DirectActions ==
8 8  
9 -Pierce T. Wetter III has written an extensive [[an excellent article>>WO:Alternative Technologies-Ruby on Rails]] comparing Ajax support in Ruby on Rails and Webobjects. In his article, he also provides examples of how one might integrate some of the popular Ajax libraries with WebObjects using Direct Actions.
9 +Pierce T. Wetter III has written an extensive [[an excellent article>>Alternative Technologies-Ruby on Rails]] comparing Ajax support in Ruby on Rails and Webobjects. In his article, he also provides examples of how one might integrate some of the popular Ajax libraries with WebObjects using Direct Actions.
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>>Ajax Framework]] (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 15  == Ajax request handler ==
16 16  
... ... @@ -18,7 +18,7 @@
18 18  
19 19  == Related Reading ==
20 20  
21 -* [[Ruby on Rails>>WO:Alternative Technologies-Ruby on Rails]]
21 +* [[Ruby on Rails>>Alternative Technologies-Ruby on Rails]]
22 22  * [[Wikipedia Ajax Entry>>http://en.wikipedia.org/wiki/Ajax_(programming)]]
23 23  * [[Prototype Javascript library>>http://prototype.conio.net/]]
24 24  * [[Scriptaculous Javascript library>>http://script.aculo.us/]]