Changes for page Your First Project - Hello World
                  Last modified by Steve Peery on 2013/05/29 14:41
              
      
      From version  12.1 
    
    
              edited by Pascal Robert
        
on 2011/12/27 07:07
     on 2011/12/27 07:07
      Change comment:
              There is no comment for this version
          
         
      To version  14.1 
    
    
              edited by Theodore Petrosky
        
on 2013/05/29 14:41
     on 2013/05/29 14:41
      Change comment:
              There is no comment for this version
          
         Summary
- 
          Page properties (2 modified, 0 added, 0 removed)
 
Details
- Page properties
 - 
      
- Author
 -   
... ... @@ -1,1 +1,1 @@ 1 -XWiki.p robert1 +XWiki.tedpet  - Content
 -   
... ... @@ -7,6 +7,7 @@ 7 7 8 8 {{info}} 9 9 If the Wonder project types don't appear in the File->New menu, you are probably in a Java perspective instead of WOLips. 10 +Go to the Window->Open Perspective->Other... menu and select WOLips. 10 10 {{/info}} 11 11 12 12 The project wizard will ask for the project name. Enter **HelloWorld**. Click **Finish**. ... ... @@ -14,7 +14,7 @@ 14 14 [[image:SetProjectName.png||border="1"]] 15 15 16 16 {{info}} 17 -Don't put spaces in the project name, Eclipse ha vea hard time with projects that have spaces in the file system path.18 +Don't put spaces in the project name, Eclipse has a hard time with projects that have spaces in the file system path. 18 18 {{/info}} 19 19 20 20 The project have been created, you will see it in the **WO Explorer** tab. Expand it (click on the triangle next to the project name) and you will see the following folders: ... ... @@ -64,7 +64,7 @@ 64 64 <wo:str value = "$myTextForDisplay" /> 65 65 {{/code}} 66 66 67 -And save your modifications. You are now ready to run the application again. The first time you ran the application, it created a run configuration inside Eclipse, so to run the application again, click on the green circle with a white arrow in the toolbar, and select **HelloWorld**. 68 +And save your modifications. You are now ready to run the application again. The first time you ran the application, it created a run configuration inside Eclipse, so to run the application again, click on the green circle with a white arrow in the toolbar, and select **HelloWorld**. 68 68 69 69 [[image:RunConfig.png||border="1"]] 70 70 ... ... @@ -93,3 +93,5 @@ 93 93 {{/code}} 94 94 95 95 Run the project again, and update the string in the text field. It's now 100% dynamic Since we added a setter for the variable a couple of steps before, you don't need to set the string in the updateString method, that's the power of bindings. 97 + 98 +[[You can move on to the next tutorial>>Your First Rest Project]].