Changes for page WebObjects Developer Quick Start Guide
Last modified by Kieran Kelleher on 2012/07/19 22:32
To version 34.1
edited by Pascal Robert
on 2012/07/19 22:32
on 2012/07/19 22:32
Change comment:
Migrated to Confluence 5.3
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 - WO.Home.Deprecated.WebHome1 +Deprecated - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. kberkling@dyned_com1 +XWiki.probert - Content
-
... ... @@ -27,16 +27,20 @@ 27 27 28 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 -{{code title="Replace the apache adaptor with the Snow Leopard one"}}sudo -s 30 +{{code title="Replace the apache adaptor with the Snow Leopard one"}} 31 +sudo -s 31 31 32 32 cd /System/Library/WebObjects/Adaptors/Apache2.2 33 33 mv mod_WebObjects.so mod_WebObjects.so.obsolete 34 -curl -C - -O http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so{{/code}} 35 +curl -C - -O http://wocommunity.org/documents/tools/mod_WebObjects/Apache2.2/macosx/10.6/mod_WebObjects.so 36 +{{/code}} 35 35 36 -{{code title="Configure Apache to use the WebObjects Adaptor"}}cd /etc/apache2 38 +{{code title="Configure Apache to use the WebObjects Adaptor"}} 39 +cd /etc/apache2 37 37 cp httpd.conf httpd.conf.backup 38 38 echo "Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf" >> httpd.conf 39 -apachectl restart{{/code}} 42 +apachectl restart 43 +{{/code}} 40 40 41 41 {{code title="Install launchd tasks to keep WebObjects running always"}} 42 42 ... ... @@ -51,18 +51,18 @@ 51 51 == Install and Configure WebObjects Development Tools == 52 52 53 53 Instructions for that step are right here: 54 - [[doc:WOL. Home.WOLips.Install WOLips with Eclipse Update Manager.WebHome]]58 + [[doc:WOL.Install WOLips with Eclipse Update Manager]] 55 55 56 56 == Hello World == 57 57 58 58 Tutorial for that is here: 59 - [[doc:WOL. Home.Deprecated info.Create a new WO Application.WebHome]]63 + [[doc:WOL.Create a new WO Application]] 60 60 61 61 == Where to go from here == 62 62 63 63 === Wonder === 64 64 65 -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. Home.How-tos.Integrate Wonder Into an Existing Application.WebHome]] 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. 66 66 67 67 === General Tutorials === 68 68 ... ... @@ -70,4 +70,4 @@ 70 70 71 71 === The Community Mailing Lists === 72 72 73 -[[Mailing Lists>>doc:WEB. Home.Getting Help.Mailing Lists.WebHome]]77 +[[Mailing Lists>>doc:WEB.Mailing Lists]]