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"

m (change scout version to 3.9)
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=Tutorial}}
+
#REDIRECT [[Scout/Tutorial/3.9/Minicrm/Minicrm Step-by-Step]]
'''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 [[Scout_Install|Download and Install Scout SDK ]]
+
== Create New Scout Project ==
+
Creating new scout projects is described [[Scout/Tutorial/minicrm/new_Eclipse_Scout_Project|here]]. That page also shows how to launch the server and the client.
+
== Get example Database ==
+
Follow the instructions on [[Scout/Tutorial/minicrm/get_example_database|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  [[Scout/Tutorial/minicrm/Set_up_SQL_Service|here]].
+
 
+
 
+
== Write the first Page ==
+
{{note|Under construction|This part is under construction }}
+
== Add a search form ==
+
{{note|Under construction|This part is under construction }}
+
== Add a form to edit the data ==
+
{{note|Under construction|This part is under construction }}
+
== Write the second page ==
+
{{note|Under construction|This part is under construction }}
+
== Reorganize the tree and add a webservice ==
+
{{note|Under construction|This part is under construction }}
+
== Code Types ==
+
{{note|Under construction|This part is under construction }}
+

Latest revision as of 05:16, 9 July 2013

Copyright © Eclipse Foundation, Inc. All Rights Reserved.