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"

(Learning objectives)
Line 1: Line 1:
In this tutorial, you create a Rich UI application so that the user can access rows in a database.
+
{| style="text-align: right; float: right; color: Teal"
 +
|[[EDT:Tutorial: RUI With Database Introduction|Next >]]
 +
|}
 +
= Access a database with EGL Rich UI =
  
 
<font color="red"><nowiki>THIS TUTORIAL IS BEING UPDATED FOR EDT.</nowiki></font>  
 
<font color="red"><nowiki>THIS TUTORIAL IS BEING UPDATED FOR EDT.</nowiki></font>  
  
=== <br>'''Learning objectives'''  ===
+
In this tutorial, you create a Rich UI application so that
 +
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.
 
  
<br>
+
== Time required ==
 +
About 3 hours
  
=== '''Time required'''  ===
+
== Resources ==
  
About 3 hours<br><br>
+
A variety of [[EDT:Tutorial: RUI With Database Resources|Resources]] are available.
  
=== '''Lessons'''  ===
+
{| style="text-align: right; float: right; color: Teal"
 +
|[[EDT:Tutorial: RUI With Database Introduction|Next &gt;]]
 +
|}
  
<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 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]]&lt;/nowiki&gt;
 
  
 
[[Category:EDT]]
 
[[Category:EDT]]

Revision as of 15:39, 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 >

Back to the top