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

Difference between revisions of "Scout/Tutorial/3.8/webservices/Create Scout Project"

< Scout‎ | Tutorial‎ | 3.8
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
If you have not done so yet, change to the Scout Perspective.  
+
{{ScoutPage|cat=Tutorial 3.8}}
 +
# If you have not done yet, change to the Scout Perspective. [[Image:Org.eclipse.scout.tutorial.jaxws.ScoutPerspective.png|150px|Change to Scout perspective]]
 +
# In Scout Explorer, right-click on the folder Scout Projects and choose 'New Scout Project...'.
 +
# In the first step, enter <code>org.eclipse.scout.tutorial.jaxws</code> as the project name and <code>tutorial</code> as its project alias. Make sure to uncheck RAP as we do not want to create a [http://wiki.eclipse.org/RAP RAP project]. Click next.
 +
# In the second step, choose <code>Outline Tree and Table Form</code>. Click finish.
  
[[Image:Org.eclipse.scout.tutorial.jaxws.ScoutPerspective.png|150px|Change to Scout perspective]]  
+
[[Image:org.eclipse.scout.tutorial.jaxws.ChooseNewScoutProject.png|200px|Choose new Scout Project]]
 
+
[[Image:org.eclipse.scout.tutorial.jaxws.CreateScoutProject 1.png|200px|Step 1: Enter project name]]
In Scout Explorer, right-click on the folder Scout Projects and choose 'New Scout Project...'. Use <code>org.eclipse.scout.tutorial.jaxws</code> as the project name in the first step, click next.
+
[[Image:org.eclipse.scout.tutorial.jaxws.CreateScoutProject 2.png|200px|Step 2: Choose application template]]
 
+
In the second step, choose <code>Outline Tree and Table Form</code> and in the last step, simply choose <code>I'll do later...</code> because we do not want to create a [http://wiki.eclipse.org/RAP RAP project].
+
 
+
[[Image:Org.eclipse.scout.tutorial.jaxws.CreateScoutProject 1.png|200px|Step 1]] [[Image:Org.eclipse.scout.tutorial.jaxws.CreateScoutProject 2.png|200px|Step 2]] [[Image:Org.eclipse.scout.tutorial.jaxws.CreateScoutProject 3.png|200px|Step 3]]
+

Latest revision as of 18:19, 27 April 2012

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

  1. If you have not done yet, change to the Scout Perspective. Change to Scout perspective
  2. In Scout Explorer, right-click on the folder Scout Projects and choose 'New Scout Project...'.
  3. In the first step, enter org.eclipse.scout.tutorial.jaxws as the project name and tutorial as its project alias. Make sure to uncheck RAP as we do not want to create a RAP project. Click next.
  4. In the second step, choose Outline Tree and Table Form. Click finish.

Choose new Scout Project Step 1: Enter project name Step 2: Choose application template

Back to the top