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

From version 27.1
edited by dave_fuller
on 2008/03/16 13:06
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
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dave_fuller
1 +XWiki.probert
Content
... ... @@ -1,12 +7,7 @@
1 -===  Note for those using WOLips or WebObjects 5.4  ===
2 -
3 -The following tutorial has been graciously adapted for WOLips by J. Nugent.  The modified version may be found at http:~/~/people.bath.ac.uk/jen20/WebObjects-GettingStarted.pdf
4 -
5 -Perhaps the community will consent to updating this excellent page originally written by S. McCraw to include the revisions made by J. Nugent. 
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.