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 "EDT:Tutorial: Access a database with EGL Rich UI"

(Lessons)
(Lessons)
Line 22: Line 22:
 
<br>[[EDT:Tutorial:_RUI_With_Database_Lesson_1|Lesson 1: Plan the application]]
 
<br>[[EDT:Tutorial:_RUI_With_Database_Lesson_1|Lesson 1: Plan the application]]
 
<br>[[EDT:Tutorial:_RUI_With_Database_Lesson_2|Lesson 2: Set up the database]]
 
<br>[[EDT:Tutorial:_RUI_With_Database_Lesson_2|Lesson 2: Set up the database]]
<br>[http://wiki.eclipse.org/EDT:Tutorial:_Access_a_database_with_EGL_Rich_UI_Lesson_2 [Lesson 2: Set up the data base]] <br>[http://wiki.eclipse.org/EDT:Tutorial:_Access_a_database_with_EGL_Rich_UI_Lesson_3 [Lesson 3: Create projects and record part]]  
+
<br>[[EDT:Tutorial:_RUI_With_Database_Lesson_3|Lesson 3: Create the projects and record part]]
 +
<br>[[EDT:Tutorial:_RUI_With_Database_Lesson_4|Lesson 4: Create the Rich UI handler]]
 +
<br>[[EDT:Tutorial:_RUI_With_Database_Lesson_5|Lesson 5: Create the service]]
  
 
[[Category:EDT]]
 
[[Category:EDT]]

Revision as of 15:33, 25 October 2011

In this tutorial, you create a Rich UI application so that the user can access rows in a database.


Learning objectives

In this tutorial, you will complete these tasks:

  • Plan the application and design the interface.
  • Create a Derby database.
  • Write a data-access service that interacts with the database tables.
  • Create a web application that accesses the service, displays the retrieved data, and processes the user's updates.
  • Install and configure the Apache Tomcat web server.
  • Deploy the web application and service.


Time required

About 3 hours

Lessons


Lesson 1: Plan the application
Lesson 2: Set up the database
Lesson 3: Create the projects and record part
Lesson 4: Create the Rich UI handler
Lesson 5: Create the service

Back to the top