Last modified by Kieran Kelleher on 2012/07/19 22:32

From version 13.1
edited by Pascal Robert
on 2011/03/20 02:58
Change comment: There is no comment for this version
To version 30.1
edited by Pascal Robert
on 2012/07/19 22:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,7 @@
1 +{{warning}}
2 +This is deprecated information\!
3 +{{/warning}}
4 +
1 1  == Who is this Guide for? ==
2 2  
3 3  This guide is for you if
... ... @@ -21,7 +21,7 @@
21 21  
22 22  Install WebObjects using the [[Apple WebObjects 5.4.3 Installer dmg>>http://support.apple.com/kb/DL688]] if you want "standard" OS X install paths.
23 23  
24 -Then open terminal and perform the "extra" stuff you need to do to get things complete. you will need to do all this as 'root', hence the sudo --s at the start.--
28 +Then open terminal and perform the "extra" stuff you need to do to get things complete. you will need to do all this as 'root', hence the sudo s at the start.
25 25  
26 26  {{code title="Replace the apache adaptor with the Snow Leopard one"}}
27 27  
... ... @@ -29,7 +29,7 @@
29 29  
30 30  cd /System/Library/WebObjects/Adaptors/Apache2.2
31 31  mv mod_WebObjects.so mod_WebObjects.so.obsolete
32 -curl -C - -O http://webobjects.mdimension.com/wonder/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so
36 +curl -C - -O http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so
33 33  
34 34  {{/code}}
35 35  
... ... @@ -66,12 +66,12 @@
66 66  
67 67  === Wonder ===
68 68  
69 -Absolutely **essential** to add [[Wonder now>>WONDER:Tutorials]]. WIthout it, you will have "barebones and some bugs WebObjects". Wonder is a set of frameworks that fix the core WebObjects bugs and extend WebObjects functionality. it is where all active development of WebObjects is taking place. Even APple contribute to Wonder and use it themselves in the iTunes store, etc. You are really wasting you time if you try to develop in WebObjects without the addition of the Project Wonder frameworks. You only need the [[minimum integration>>WONDER:Integrate Wonder Into an Existing Application]] to get the core essential functionality and all the bug fixes to WebObjects.
73 +Absolutely **essential** to add [[Wonder now>>documentation:Wonder Tutorials]]. WIthout it, you will have "barebones and some bugs WebObjects". Wonder is a set of frameworks that fix the core WebObjects bugs and extend WebObjects functionality. it is where all active development of WebObjects is taking place. Even APple contribute to Wonder and use it themselves in the iTunes store, etc. You are really wasting you time if you try to develop in WebObjects without the addition of the Project Wonder frameworks. You only need the [[minimum integration>>documentation:Integrate Wonder Into an Existing Application]] to get the core essential functionality and all the bug fixes to WebObjects.
70 70  
71 71  === General Tutorials ===
72 72  
73 -[[Development Tutorials>>WOL:Tutorials]]
77 +[[Development Tutorials>>documentation:WOLips Tutorials]]
74 74  
75 75  === The Community Mailing Lists ===
76 76  
77 -[[Mailing Lists>>Mailing Lists]]
81 +[[Mailing Lists>>documentation:Mailing Lists]]