Difference between revisions of "Scout/Tutorial/minicrm"
Line 1: | Line 1: | ||
− | {{ScoutPage|cat=Tutorial}} | + | {{ScoutPage|cat=Tutorial|cat=minicrm}} |
'''Minicrm Tutorial''' | '''Minicrm Tutorial''' | ||
Revision as of 07:17, 19 May 2011
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Minicrm Tutorial
With this tutorial, you'll create a little example application, where you can enter and edit companies.
Requirements
This tutorial assumes that you have installed Scout SDK as described in Download and Install Scout SDK
Create New Scout Project
Creating new scout projects is described here. That page also shows how to launch the server and the client.
Get example Database
Follow the instructions on this page to get our small Apache Derby example database.
Set up SQL Service
Now we need to tell the application how to contact the database. How this works is described here.