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

Difference between revisions of "EDT:Tutorial: Access a database with EGL Rich UI"

m (changed Next links)
Line 21: Line 21:
 
*Deploy the web application and service.
 
*Deploy the web application and service.
  
<br>
+
The tutorial can be used with both EDT Version 0.7.0 and Version 0.8.0. &nbsp; &nbsp;At a few points, the language syntax is different in the two versions. &nbsp; The tutorial text will make this clear when this is the case.
  
 
== Time required  ==
 
== Time required  ==

Revision as of 15:07, 10 April 2012

Next page >


Access a database with EGL Rich UI

In this tutorial, you create a Rich UI application so that the user can access rows in an SQL 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.

The tutorial can be used with both EDT Version 0.7.0 and Version 0.8.0.    At a few points, the language syntax is different in the two versions.   The tutorial text will make this clear when this is the case.

Time required

About 3 hours

Resources

A variety of Resources are available.

Next page >


Back to the top