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.8/webservices/Create Scout Project"

< Scout‎ | Tutorial‎ | 3.8
Line 1: Line 1:
 
{{ScoutPage|cat=Tutorial 3.8}}
 
{{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]]  
+
# 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 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] project. Click next.
 
# 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] project. Click next.

Revision as of 11:00, 23 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 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