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
Line 2: Line 2:
 
# 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...'.
 
# Use <code>org.eclipse.scout.tutorial.jaxws</code> as the project name in the first step, click next.
 
# Use <code>org.eclipse.scout.tutorial.jaxws</code> as the project name in the first step, click next.
# In the second step, choose <code>Outline Tree and Table Form</code>, click next.
 
# 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]. Click finish.
 
 
[[Image:Org.eclipse.scout.tutorial.jaxws.CreateScoutProject 1.png|200px|Step 1]]
 
[[Image:Org.eclipse.scout.tutorial.jaxws.CreateScoutProject 1.png|200px|Step 1]]
 +
# In the second step, choose <code>Outline Tree and Table Form</code>, click next.
 
[[Image:Org.eclipse.scout.tutorial.jaxws.CreateScoutProject 2.png|200px|Step 2]]
 
[[Image:Org.eclipse.scout.tutorial.jaxws.CreateScoutProject 2.png|200px|Step 2]]
 +
# 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]. Click finish.
 
[[Image:Org.eclipse.scout.tutorial.jaxws.CreateScoutProject 3.png|200px|Step 3]]
 
[[Image:Org.eclipse.scout.tutorial.jaxws.CreateScoutProject 3.png|200px|Step 3]]

Revision as of 11:17, 8 November 2011

If you have not done yet, change to the Scout Perspective. Change to Scout perspective

  1. In Scout Explorer, right-click on the folder Scout Projects and choose 'New Scout Project...'.
  2. Use org.eclipse.scout.tutorial.jaxws as the project name in the first step, click next.

Step 1

  1. In the second step, choose Outline Tree and Table Form, click next.

Step 2

  1. In the last step, simply choose I'll do later... because we do not want to create a RAP project. Click finish.

Step 3

Back to the top