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

From version 32.1
edited by Pascal Robert
on 2012/07/19 22:27
Change comment: There is no comment for this version
To version 33.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,5 +1,5 @@
1 1  {{warning}}
2 -This is deprecated information\!
2 +This is deprecated information!
3 3  {{/warning}}
4 4  
5 5  == Who is this Guide for? ==
... ... @@ -15,7 +15,7 @@
15 15  
16 16  * WebObjects itself consists of the application runtime software
17 17  * Eclipse with the WOLips plugins are the de facto standard WebObjects development tools
18 -* Support is provided by the very helpful and extremely intelligent ;-) community. So, sign up for the various developer mailing lists right away.
18 +* Support is provided by the very helpful and extremely intelligent community. So, sign up for the various developer mailing lists right away.
19 19  
20 20  == First Install XCode ==
21 21  
... ... @@ -23,29 +23,25 @@
23 23  
24 24  == Next Install and Configure WebObjects ==
25 25  
26 -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.
26 +Install WebObjects using the [[Apple WebObjects 5.4.3 Installer dmg>>url:http://support.apple.com/kb/DL688||shape="rect"]] if you want "standard" OS X install paths.
27 27  
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.
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.
29 29  
30 30  {{code title="Replace the apache adaptor with the Snow Leopard one"}}
31 -
32 32  sudo -s
33 33  
34 34  cd /System/Library/WebObjects/Adaptors/Apache2.2
35 35  mv mod_WebObjects.so mod_WebObjects.so.obsolete
36 36  curl -C - -O http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so
36 +{{/code}}
37 37  
38 -{{/code}}
39 -
40 40  {{code title="Configure Apache to use the WebObjects Adaptor"}}
41 -
42 42  cd /etc/apache2
43 43  cp httpd.conf httpd.conf.backup
44 44  echo "Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf" >> httpd.conf
45 45  apachectl restart
43 +{{/code}}
46 46  
47 -{{/code}}
48 -
49 49  {{code title="Install launchd tasks to keep WebObjects running always"}}
50 50  
51 51  cd /Library/LaunchDaemons
... ... @@ -59,23 +59,23 @@
59 59  == Install and Configure WebObjects Development Tools ==
60 60  
61 61  Instructions for that step are right here:
62 -[[WOL:Install WOLips with Eclipse Update Manager]]
58 + [[doc:WOL.Install WOLips with Eclipse Update Manager]]
63 63  
64 64  == Hello World ==
65 65  
66 66  Tutorial for that is here:
67 -[[WOL:Create a new WO Application]]
63 + [[doc:WOL.Create a new WO Application]]
68 68  
69 69  == Where to go from here ==
70 70  
71 71  === Wonder ===
72 72  
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.
69 +Absolutely **essential** to add [[Wonder now>>doc: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>>doc:documentation.Integrate Wonder Into an Existing Application]] to get the core essential functionality and all the bug fixes to WebObjects.
74 74  
75 75  === General Tutorials ===
76 76  
77 -[[Development Tutorials>>WOL:Tutorials]]
73 +[[Development Tutorials>>doc:documentation.WOLips Tutorials]]
78 78  
79 79  === The Community Mailing Lists ===
80 80  
81 -[[Mailing Lists>>documentation:Mailing Lists]]
77 +[[Mailing Lists>>doc:WEB.Mailing Lists]]