Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EDT:Tutorial: Access a database with EGL Rich UI

Revision as of 15:23, 25 October 2011 by Unnamed Poltroon (Talk) (Lessons)

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


[EDT:Tutorial:_RUI_With_Database_Lesson_2|[Lesson 2: Set up the data base]]
[Lesson 2: Set up the data base]
[Lesson 3: Create projects and record part]

Back to the top