Changes for page ERJQuery
Last modified by Ravi Mendis on 2010/11/30 05:16
From version 64.1
edited by Ravi Mendis
on 2010/04/28 01:55
on 2010/04/28 01:55
Change comment:
There is no comment for this version
To version 65.1
edited by Ravi Mendis
on 2010/05/03 20:11
on 2010/05/03 20:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,8 @@ 1 1 == What is ERJQuery? == 2 2 3 3 ERJQuery is an alternative Ajax framework for WebObjects applications. 4 -It's is a [[jQuery>>http://jquery.com/]] version of [[ERPrototaculous]] that is meant to be used in place of (rather than in addition to) [[ERPrototaculous]] and Ajax framework. 4 +It's is a [[jQuery>>http://jquery.com/]] version of [[ERPrototaculous]]. 5 +ERJQuery and [[ERPrototaculous]] are mutually exclusive frameworks. In other words, you may only use one or the other. 5 5 6 6 Features include: 7 7 ... ... @@ -21,6 +21,15 @@ 21 21 22 22 Support for the file upload widget has been implemented as an input and as a CSS style-able container. 23 23 25 += Embrace Statelessness! = 26 + 27 +{{include value="WO:Embrace Statelessness"}}{{/include}} 28 + 29 +ERJQuery embraces the stateless model Ajax offers in exchange for simplifying the work WebObjects has to do - it's a win-win! 30 + 31 +So you may observe one notable difference between ERJQuery and the Ajax framework is in the way it handles ajax responses. 32 +In ERJQuery, updates and actions break with typical WebObjects behaviour by being pseudo-stateless just like [[ERPrototaculous]]. 33 + 24 24 == Compatibility == 25 25 26 26 ERJQuery can not be used with WebObjects 5.3 as it is dependent on the hooks for ajax added to WebObjects with version 5.4.