Changes for page WO 5.4 Getting Started

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

From version 27.1
edited by kiberkli
on 2011/07/27 14:05
Change comment: Changed link to Golipse to the actual application, not the source. Added link to the source.
To version 34.1
edited by Pascal Robert
on 2011/03/20 03:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiberkli
1 +XWiki.probert
Content
... ... @@ -1,38 +1,25 @@
1 -{{toc maxLevel="1"}}{{/toc}}
1 +{{toc}}{{/toc}}
2 2  
3 -= ProjectBuilder and XCode =
3 += Installing WebObjects and WOLips =
4 4  
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>>WOL:XcodeMigration]]. It isn't as hard as you might think, and WOLips is a much more powerful WebObjects IDE.
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 6  
7 -= Installing WebObjects and WOLips =
7 +Install [[Golipse>>https://github.com/rebeld/Golipse]]. Golipse will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development.
8 8  
9 -1. h6. Download Golipse
10 -[[Golipse>>http://cloud.github.com/downloads/rebeld/Golipse/Golipse.app_build_9.zip]] ([[source>>https://github.com/rebeld/Golipse]]) will fetch the needed version of Eclipse, WOLips and other tools for WebObjects development.
9 +Install the WebObjects frameworks according to [[those instructions>>WOL:Using WOLips With Multiple Versions of WebObjects]].
11 11  
12 -{{note title="32-bit computers"}}
13 -By default Golipse will download and install a 64-bit version of Eclipse. If you have an older 32-bit machine you can specify the download URL for the Eclipse package in 'Golipse > Preferences'. The latest 32-bit package is "http://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-3.6.2-201102101200/eclipse-SDK-3.6.2-macosx-cocoa.tar.gz"
14 -{{/note}}
11 +Start Eclipse and switch to the WOLips perspective. To achieve this, open the //Window// menu, select //Open Perspective// and select //Other...//.
15 15  
16 -1. h6. Install the WebObjects
17 -The best way to install the WebObjects frameworks is according to [[these instructions>>WOL:Using WOLips With Multiple Versions of WebObjects]].
18 -1. h6. Start Eclipse and switch to the WOLips perspective.
19 -1*. Under the //Window// menu, select //Open Perspective > Other...//.
20 20  [[image:PerpectiveMenu.png]]
21 -1*. h6. Select //WOLips// and click //Ok//.
14 +
15 +In the perspective choices, select //WOLips// and click //Ok//.
16 +
22 22  [[image:PerspectiveChoices.png]]
23 23  
24 -{{note title="WOLips Perspective"}}
25 25  If you don't switch to the WOLips perspective, you won't be able to create new WebObjects projects.
26 -{{/note}}
27 27  
28 -{{info title="Xcode & WebObjects"}}
21 +You are now ready to create projects or importing the examples. 
29 29  
30 -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.
31 -* Apple Developer Site (Free): [http://developer.apple.com/xcode/]
32 -* Mac OS X App Store ($4.99): [http://itunes.apple.com/us/app/xcode/id422352214]
33 -
34 -{{/info}}
35 -
36 36  {{id value="javamonitor"}}{{/id}}
37 37  
38 38  = Running Monitor and wotaskd on Mac OS X =