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 37.1
edited by David Avendasora
on 2011/05/06 13:50
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,29 @@
1 -{{toc}}{{/toc}}
1 +{{toc maxLevel="1"}}{{/toc}}
2 2  
3 3  = Installing WebObjects and WOLips =
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.
6 -
7 -Install [[Golipse>>https://github.com/rebeld/Golipse]]. Golipse will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development.
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 -
5 +1. h6. Download Golipse
6 +[[Golipse>>https://github.com/rebeld/Golipse]] will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development.
7 +1. h6. Install the WebObjects
8 +The best way to install the WebObjects frameworks is according to [[these instructions>>WOL:Using WOLips With Multiple Versions of WebObjects]].
9 +1. h6. Start Eclipse and switch to the WOLips perspective.
10 +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 -
12 +1*. h6. Select //WOLips// and click //Ok//.
17 17  [[image:PerspectiveChoices.png]]
18 18  
15 +{{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.
17 +{{/note}}
20 20  
21 -You are now ready to create projects or importing the examples. 
19 +{{info title="Xcode & WebObjects"}}
22 22  
21 +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.
22 +* Apple Developer Site (Free): [http://developer.apple.com/xcode/]
23 +* Mac OS X App Store ($4.99): [http://itunes.apple.com/us/app/xcode/id422352214]
24 +
25 +{{/info}}
26 +
23 23  {{id value="javamonitor"}}{{/id}}
24 24  
25 25  = Running Monitor and wotaskd on Mac OS X =