Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Tutorial/3.7/HelloWorld

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


Newprojectmenu.png

In the wizard choose Scout project and click Next


Newprojectdialog1.png

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


Newprojectdialog2.png


Newprojectdialog3.png


Switchperspective.png


Productlauncher.png


Runningempty.png


Addformfield.png


Newstringfield1.png


Newstringfield2.png


Newstringfield3.png


Newstringfield4.png


Newstringfield5.png


Serverloadmethod.png


Finalapplication.png

Back to the top