EDT:Tutorial: RUI With DataBase Lesson 5
Revision as of 13:59, 28 November 2011 by Hoffmanp.us.ibm.com (Talk | contribs)
Access a database with EGL Rich UI
< Previous | Next > |
Lesson 5: Create the service
Create a dedicated service to access the database.
In this lesson, you create an EGL Service part, which is a generatable part. You must place each generatable part in a separate source file, and the name of the part must be the same as the name of the file.
Create a Service part
To create a Service part:
- In the Project Explorer window, right-click PaymentService, and then click New > Service.
- In the New EGL Service Part window, enter the following information:
- Click Finish. EGL opens the new Service part in the editor.
- Remove the code from the file, leaving only the following
lines:
package services; service SQLService end <code/>
- Save the file, but do not close it. </ol>
Lesson checkpoint
You learned how to create an EGL Service part.
In the next lesson, you add code for the functions to SQLService.
Related reference
[../../com.ibm.egl.pg.doc/topics/pegl_core_service_part_cpt.html Services: a top-level overview]
< Previous | Next > - Save the file, but do not close it. </ol>