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

From version 59.2
edited by Theodore Petrosky
on 2023/11/13 11:56
Change comment: Updated the relative links.
To version 61.1
edited by Klaus Berkling
on 2011/09/06 00:31
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Best Practices
1 +documentation.Home.Best Practices.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.tedpet
1 +XWiki.kberkling@dyned_com
Content
... ... @@ -10,7 +10,7 @@
10 10  
11 11  === Why? ===
12 12  
13 -[[WONDER>>doc:documentation.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.
13 +[[WONDER>>doc:documentation.Home.Frameworks.Project Wonder.Project WONDER-Overview.WebHome]] 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 14  
15 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 16  
... ... @@ -48,7 +48,7 @@
48 48  
49 49  That's it. This will create a new WO application, ready to be used with WONDER.
50 50  
51 -If you want to integrate WONDER with and existing Application, you must follow **all** the steps described in the [[integration page of the WONDER wiki>>doc:documentation.Integrate Wonder Into an Existing Application]]. Note that it's not just adding the frameworks to the project, you really have to make all the code changes described there (it's easy to do, but don't skip it, or you'll have problems).
51 +If you want to integrate WONDER with and existing Application, you must follow **all** the steps described in the [[integration page of the WONDER wiki>>doc:documentation.Home.How-tos.Integrate Wonder Into an Existing Application.WebHome]]. Note that it's not just adding the frameworks to the project, you really have to make all the code changes described there (it's easy to do, but don't skip it, or you'll have problems).
52 52  
53 53  == Keep all the model functionality on a framework ==
54 54