Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Tutorial/3.7/HelloWorld"

< Scout‎ | Tutorial‎ | 3.7
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ScoutPage|cat=Tutorial}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
=The Scout "Hello World" Application =
+
 
+
This page shows how to create your Hello World app using the Scout SDK. We assume that you already have installed Scout.
+
 
+
==Create a new Scout Project ==
+
Start your Eclipse and Use the "New|Project ..." menu
+
 
+
<br/>[[Image:Newprojectmenu.png|left]]<br clear="all" />
+
 
+
In the wizard choose Scout project and click ''Next''
+
 
+
<br/>[[Image:Newprojectdialog1.png|left]]<br clear="all" />
+
 
+
Enter org.eclipse.scout.helloworld as an application name. The last part of the name (after the last period) will automatically be used as the project alias
+
 
+
<br/>[[Image:Newprojectdialog2.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Newprojectdialog3.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Switchperspective.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Productlauncher.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Runningempty.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Addformfield.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Newstringfield1.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Newstringfield2.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Newstringfield3.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Newstringfield4.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Newstringfield5.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Serverloadmethod.png|left]]<br clear="all" />
+
 
+
<br/>[[Image:Finalapplication.png|left]]<br clear="all" />
+

Latest revision as of 05:18, 14 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top