Skip to main content
Jump to: navigation, search

Scout/Tutorial/3.7/Project From Existing Workspace

< Scout‎ | Tutorial‎ | 3.7


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


The minicrm sample application

Screenshot of the application

This project corresponds to the 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 Scout Forum!

Download the sample application

Unzip this file and import the eclipse projects into your workspace: TutorialMiniCrmWorkspace

Download the modified DerbyDb

Unzip this file to the top C drive and rename it to DerbyDb: TutorialMiniCrmWorkspaceDerbyDB
Please note: If you do not unzip this file to C:\DerbyDb you have to manually modify the DerbySqlService (in the org.eclipse.scout.samples.minicrm.server.services.common.sql package) and specify the correct path to your DB.

Modify returned String of the overrided method:

 @Override
 protected String getConfiguredJdbcMappingName(){
   return "jdbc:derby:C:\\DerbyDb";
 }

Start the application

Use the Scout Perspective to start the application.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.