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"

 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{| style="float: right"
 
{| style="float: right"
|[[EDT:Tutorial: RUI With Database Introduction|Next >]]
+
|-
 +
| [[EDT:Tutorial: RUI With Database Introduction|Next page >]]
 
|}
 
|}
  
 +
<br>
  
= Access a database with EGL Rich UI =
+
= Access a database with EGL Rich UI =
  
<font color="red"><nowiki>THIS TUTORIAL IS BEING UPDATED FOR EDT.</nowiki></font>
+
In this tutorial, you create a Rich UI application so that the user can access rows in an SQL database.  
  
In this tutorial, you create a Rich UI application so that
+
== Learning objectives ==
the user can access rows in an SQL database.
+
== Learning objectives ==
+
<p>In this tutorial,
+
you will complete these tasks:
+
<ul><li>Plan the application and design the interface.
+
<li>Create a Derby database.
+
<li>Write a data-access service that interacts with the database tables.
+
<li>Create a web application that accesses the service, displays the
+
retrieved data, and processes the user's updates.
+
<li>Install and configure the Apache Tomcat web server.
+
<li>Deploy the web application and service.
+
</ul>
+
  
 +
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 ==
+
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. &nbsp; &nbsp;Screen captures will show only 0.7.0 versions of widget libraries. &nbsp; If you are using Version 0.8.0, you will see similar names on your screen that are marked as version 0.8.0 instead of version 0.7.0.
About 3 hours
+
  
== Resources ==
+
== Time required  ==
A variety of [[EDT:Tutorial: RUI With Database Resources|Resources]] are available.
+
 
 +
About 3 hours
 +
 
 +
== Resources ==
 +
 
 +
A variety of [[EDT:Tutorial: RUI With Database Resources|Resources]] are available.  
  
 
{| style="float: right"
 
{| style="float: right"
|[[EDT:Tutorial: RUI With Database Introduction|Next >]]
+
|-
 +
| [[EDT:Tutorial: RUI With Database Introduction|Next page &gt;]]
 
|}
 
|}
 
+
<br>
  
  
  
 
[[Category:EDT]]
 
[[Category:EDT]]

Latest revision as of 15:12, 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.    Screen captures will show only 0.7.0 versions of widget libraries.   If you are using Version 0.8.0, you will see similar names on your screen that are marked as version 0.8.0 instead of version 0.7.0.

Time required

About 3 hours

Resources

A variety of Resources are available.

Next page >


Copyright © Eclipse Foundation, Inc. All Rights Reserved.