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

< Scout‎ | Tutorial‎ | 3.9‎ | webservices
(New page: {{ScoutPage|cat=Tutorial 3.9}} # If you have not done yet, change to the Scout Perspective. [[Image:Org.eclipse.scout.tutorial.jaxws.ScoutPerspective.png|150px|Change to Scout perspective]...)
 
(reorganize the page)
 
Line 1: Line 1:
 
{{ScoutPage|cat=Tutorial 3.9}}
 
{{ScoutPage|cat=Tutorial 3.9}}
# 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.ChooseNewScoutProject.png|200px|Choose new Scout Project]]
+
If you have not done yet, change to the Scout Perspective.
[[Image:org.eclipse.scout.tutorial.jaxws.CreateScoutProject 1.png|200px|Step 1: Enter project name]]
+
 
[[Image:org.eclipse.scout.tutorial.jaxws.CreateScoutProject 2.png|200px|Step 2: Choose application template]]
+
[[Image:Org.eclipse.scout.tutorial.jaxws.ScoutPerspective_39.png|Change to Scout perspective]]
 +
 
 +
In Scout Explorer, right-click on the folder Scout Projects and choose 'New Scout Project...'.
 +
 
 +
[[Image:org.eclipse.scout.tutorial.jaxws.ChooseNewScoutProject.png|Choose new Scout Project]]
 +
 
 +
In the first step, enter <tt>org.eclipsescout.demo.jaxws</tt> as the project name and <tt>tutorial</tt> as its project alias. Make sure to uncheck RAP as we do not want to create a {{ScoutLink|Concepts|RAP|name=RAP project}}.
 +
 
 +
[[Image:org.eclipse.scout.tutorial.jaxws.CreateScoutProject 1_39.png|Step 1: Enter project name]]
 +
 
 +
Click next.
 +
In the second step, choose <tt>Outline Tree and Table Form</tt>. Click finish.
 +
 
 +
[[Image:org.eclipse.scout.tutorial.jaxws.CreateScoutProject 2_39.png|Step 2: Choose application template]]
 +
 
 +
''You can continue the [[{{BASEPAGENAME}}/Webservices_with_JAX-WS|webservices tutorial]].''

Latest revision as of 01:41, 8 August 2013

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

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

Change to Scout perspective

In Scout Explorer, right-click on the folder Scout Projects and choose 'New Scout Project...'.

Choose new Scout Project

In the first step, enter org.eclipsescout.demo.jaxws as the project name and tutorial as its project alias. Make sure to uncheck RAP as we do not want to create a The Scout documentation has been moved to https://eclipsescout.github.io/..

Step 1: Enter project name

Click next. In the second step, choose Outline Tree and Table Form. Click finish.

Step 2: Choose application template

You can continue the webservices tutorial.

Back to the top