Last modified by Klaus Berkling on 2011/09/06 00:31

From version 26.1
edited by arroz
on 2007/12/16 12:29
Change comment: There is no comment for this version
To version 27.1
edited by arroz
on 2007/12/16 12:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,10 +10,4 @@
10 10  
11 11  == Use WONDER ==
12 12  
13 -[[WONDER>>Project WONDER-Overview]] is a huge set of frameworks that fix and extend WebObjects in many, many ways. For more than five years, Apple barely updated WebObjects, and that shows. There are bugs that date from 2003 still unfixed, there are almost no new features. WebObjects 5.4 is a nice release that includes a lot of fixes and some new functionality, but it was only released in late 2007, with Leopard. During all that time, though, the community hasn't been sleeping. The WONDER team wrote thousands of lines of code, and made them available for the rest of us.
14 -
15 -The WONDER framework most people use is ERExtensions. This framework is probably the biggest in WONDER, and contains a lot of great functionality you don't want to live without. Some of it's features are:
16 -
17 -* XHTML generation. Although WebObjects 5.4 finally provides XHTML compliant code generation, WONDER was the only way to achieve that in previous WebObjects versions. I mention this feature first because it actually was the feature that made my start using WONDER in first place.
18 -
19 -* Automatic EOEditingContext locking. This feature is huge. We'll talk about locking a lot in later sections, but trust me, you'll want WONDER to handle the locking for you. No more unlocked contexts to be corrupted while you edit them, and no more deadlocks and locked contexts lying around.
13 +[[WONDER>>Project WONDER-Overview]] is