Scout/Tutorial/3.7/Project From Existing Workspace
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Contents
The minicrm sample 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.