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"

Line 24: Line 24:
 
== Time required ==
 
== Time required ==
 
About 3 hours
 
About 3 hours
 +
 +
  
 
== Resources ==
 
== Resources ==
Line 30: Line 32:
  
 
{| style="text-align: right; float: right; color: Teal"
 
{| style="text-align: right; float: right; color: Teal"
|[[EDT:Tutorial: RUI With Database Introduction|Next]] >
+
| [[EDT:Tutorial: RUI With Database Introduction|Next]] >
 +
| [[EDT:Tutorial: RUI With Database Resources|Resources]]
 
|}
 
|}
  
[[EDT:Tutorial: RUI With Database Introduction|Next]] >
+
[[EDT:Tutorial: RUI With Database Introduction|Next]] >
  
 
[[Category:EDT]]
 
[[Category:EDT]]

Revision as of 15:49, 21 November 2011

Next >

Access a database with EGL Rich UI

THIS TUTORIAL IS BEING UPDATED FOR EDT.

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.


Time required

About 3 hours


Resources

A variety of Resources are available.

Next > Resources
Next >

Back to the top