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.7/Project From Existing Workspace"

< Scout‎ | Tutorial‎ | 3.7
(thumb the picture, link, scoutPage)
Line 1: Line 1:
{{ScoutPage|cat=Scout}}
+
{{ScoutPage|cat=Tutorial}}
  
 
==The minicrmTutorial Project Workspace==
 
==The minicrmTutorial Project Workspace==
 
[[Image:Reference_Workspace_Gui.png|thumb|Screenshot of the application]]
 
[[Image:Reference_Workspace_Gui.png|thumb|Screenshot of the application]]
  
This project corresponds to the [[Scout_minicrm_Step-by-StepHowTo|first tutorial]] and contains a PersonTablePage with different menus, ProcessServices and other fancy stuff. It should help you to get an overview about what you can do easily with Scout and try out a couple of things without first creating your own project. Feel free to ask questions or request new features on the [http://www.eclipse.org/forums/eclipse.scout Scout Forum]!
+
This project corresponds to the {{ScoutLink|Tutorial|Minicrm|name=first tutorial}} and contains a PersonTablePage with different menus, ProcessServices and other fancy stuff. It should help you to get an overview about what you can do easily with Scout and try out a couple of things without first creating your own project. Feel free to ask questions or request new features on the [http://www.eclipse.org/forums/eclipse.scout Scout Forum]!
  
 
===Download the Workspace===
 
===Download the Workspace===

Revision as of 03:53, 8 July 2010

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

The minicrmTutorial Project Workspace

Screenshot of the application

This project corresponds to the The Scout documentation has been moved to https://eclipsescout.github.io/. and contains a PersonTablePage with different menus, ProcessServices and other fancy stuff. It should help you to get an overview about what you can do easily with Scout and try out a couple of things without first creating your own project. Feel free to ask questions or request new features on the Scout Forum!

Download the Workspace

Unzip this file to where you have set up your other workspaces: TutorialMiniCrmWorkspace

Download the modified DerbyDb

Unzip this file to the top C drive and rename it to DerbyDb: TutorialMiniCrmWorkspaceDerbyDB
Please note: If you dont unzip this file to C:\DerbyDb you have to manually modify the DerbySqlService and specify the correct path to your DB.

Back to the top