Last modified by Denis Frolov on 2012/01/21 22:03

From version 29.1
edited by David Holt
on 2011/05/07 17:12
Change comment: There is no comment for this version
To version 25.1
edited by Pascal Robert
on 2007/09/03 13:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Hello World - Your First WebObjects Application
1 +Hands On___Hello World - Your First WebObjects Application
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dholt
1 +XWiki.probert
Content
... ... @@ -1,12 +7,7 @@
1 -{{note title="Legacy Documentation"}}
2 -
3 -Apart from a brief mention of WOLips in the first section, this document contains a tutorial aimed at legacy tools: Xcode and WO Builder. A better entry-level document is the [Beginner's Guide|WO:Development - Beginner's Guide] page.
4 -
5 -{{/note}}
6 -
7 7  === Create a New WebObjects Project ===
8 8  
9 -Make sure that Eclipse and WOLips are [[installed>>WOL:Install WOLips with Eclipse Update Manager]].  Launch Eclipse, chosse //New//>//WebObjects Application// from the //File// menu.
3 +Launch Xcode (found in Developer->Applications). Choose 'New Project...' from the 'File' menu to display to 'New Project' Assistant.
4 +Scroll to the bottom of the list of project types and choose 'WebObjects Application'.
10 10  
11 11  Click 'Next'.
12 12  Type 'HelloWorld' as the 'Project Name' and click on the 'Set...' button to specify that you'd like to save your project to the desktop, or where ever you'd like to save your project. Note that earlier versions of WebObjects had problems building projects if their path had any spaces.