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/minicrm"

Line 10: Line 10:
 
Follow the instructions on [[minicrm/get_example_database|this page]] to get our small Apache Derby example database.
 
Follow the instructions on [[minicrm/get_example_database|this page]] to get our small Apache Derby example database.
 
== Set up SQL Service ==
 
== Set up SQL Service ==
Now we need to tell the application how to contact the database. How this works is described  [[minicrm/Set_up_SQL_Service|here]].
+
Now we need to tell the application how to contact the database. How this works is described  [[Scout/Tutorial/minicrm/Set_up_SQL_Service|here]].
 
{{note|Under construction|This page is under construction }}
 
{{note|Under construction|This page is under construction }}

Revision as of 07:14, 19 May 2011

The Scout documentation has been moved to https://eclipsescout.github.io/. 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.

Note.png
Under construction
This page is under construction

Back to the top