Changes for page WO 5.4 Getting Started

Last modified by D Tim Cummings on 2013/06/14 16:27

From version 34.1
edited by Pascal Robert
on 2011/03/20 03:06
Change comment: There is no comment for this version
To version 36.1
edited by David Avendasora
on 2011/05/22 11:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.avendasora
Content
... ... @@ -1,25 +1,33 @@
1 -{{toc}}{{/toc}}
1 +{{toc maxLevel="1"}}{{/toc}}
2 2  
3 -= Installing WebObjects and WOLips =
3 += ProjectBuilder and XCode =
4 4  
5 -Download Xcode from ADC. Not useful for WebObjects deployment, but it will install tools like gcc and debugging tools that you might want useful.
5 +ProjectBuilder and Xcode are no longer supported IDEs for WebObjects development or deployment. While legacy projects may still use it there is little, if any, support available for it. Existing projects (except Objective-C WebObjects projects, of course) should be migrated to WOLips. It isn't as hard as you might think, and WOLips is a much more powerful WebObjects IDE.
6 6  
7 -Install [[Golipse>>https://github.com/rebeld/Golipse]]. Golipse will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development.
7 += Installing WebObjects and WOLips =
8 8  
9 -Install the WebObjects frameworks according to [[those instructions>>WOL:Using WOLips With Multiple Versions of WebObjects]].
10 -
11 -Start Eclipse and switch to the WOLips perspective. To achieve this, open the //Window// menu, select //Open Perspective// and select //Other...//.
12 -
9 +1. h6. Download Golipse
10 +[[Golipse>>https://github.com/rebeld/Golipse]] will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development.
11 +1. h6. Install the WebObjects
12 +The best way to install the WebObjects frameworks is according to [[these instructions>>WOL:Using WOLips With Multiple Versions of WebObjects]].
13 +1. h6. Start Eclipse and switch to the WOLips perspective.
14 +1*. Under the //Window// menu, select //Open Perspective > Other...//.
13 13  [[image:PerpectiveMenu.png]]
14 -
15 -In the perspective choices, select //WOLips// and click //Ok//.
16 -
16 +1*. h6. Select //WOLips// and click //Ok//.
17 17  [[image:PerspectiveChoices.png]]
18 18  
19 +{{note title="WOLips Perspective"}}
19 19  If you don't switch to the WOLips perspective, you won't be able to create new WebObjects projects.
21 +{{/note}}
20 20  
21 -You are now ready to create projects or importing the examples. 
23 +{{info title="Xcode & WebObjects"}}
22 22  
25 +Xcode is no longer the supported IDE for WebObjects development or deployment. However, downloading it and installing it will install tools debugging tools that you might find useful.
26 +* Apple Developer Site (Free): [http://developer.apple.com/xcode/]
27 +* Mac OS X App Store ($4.99): [http://itunes.apple.com/us/app/xcode/id422352214]
28 +
29 +{{/info}}
30 +
23 23  {{id value="javamonitor"}}{{/id}}
24 24  
25 25  = Running Monitor and wotaskd on Mac OS X =