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 Main Outline"

< Scout‎ | Tutorial‎ | 3.8
(Removing all content from page)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
On the client node, go to 'Desktop' | 'Outlines'. Right click on the node to create a new '{{ScoutLink|Concepts|Outline}} ' [http://wiki.eclipse.org/Image:Org.eclipse.scout.tutorial.jaxws.CreateMainOutline_1.png]. As its name, enter <code>Main</code>. Thereby, the Scout SDK tries to support you in [http://en.wikipedia.org/wiki/Internationalization_and_localization i18N]. Just type in the text you want to have displayed in the application. If the text does not exist yet, choose 'New translated text...' to create a new [http://en.wikipedia.org/wiki/National_Language_Support NLS] text.
 
Please ensure the checkbox 'Add to Desktop' to be checked to attach your outline to the {{ScoutLink|Concepts|Desktop}}.
 
  
 
'''Jdbc Mapping Name'''
 
The JDBC connect string to access your Derby database. If you have not downloaded the database yet, download it from [https://dev.eclipse.org/svnroot/technology/org.eclipse.scout/scout.example/trunk/org.eclipse.scout.tutorial.jaxws.database/database/org.eclipse.scout.tutorial.jaxws.database.zip here] and copy it to your location.
 
Value: ''C:\\eclipse\\scout\\tutorial\\org.eclipse.scout.tutorial.jaxws.database''
 
 
'''Username'''
 
The username to access the database.
 
Value: ''tutorial''
 
 
'''Password'''
 
The password to access the database
 
Value: ''scout''
 
 
[[Image:org.eclipse.scout.tutorial.jaxws.CreateMainOutline_1.png|thumb|Create Derby SQL Service]]
 
[[Image:org.eclipse.scout.tutorial.jaxws.CreateMainOutline_2.png|thumb|Create Derby SQL Service]]
 

Latest revision as of 11:50, 23 April 2012

Back to the top