C H A P T E R  3

Tutorial Sections (Links to)

This chapter outlines the sections contained in this Suntrademark ONE Application Framework Tutorial.

This section lists the links to the various tasks as follows:


Sections 1.1--1.3

In Sections 1.1 through 1.3, you create the application infrastructure needed for all subsequent chapters, and add your first Sun ONE Application Framework page.

Task 1: New Sun ONE Web Application

Task 2: Create the Login Page

Task 3: Test Run the Login Page


Sections 2.1--2.6

In Sections 2.1 through 2.6, you expand the existing application by adding a SQL-based model, and a page to display that model's data. You then link the two application pages together so they show coordinated data.

Task 1: Accessing a SQL Database

Task 2: Create the CustomerMode

Task 3: Create the Customer Page

Task 4: Test Run the Customer Page

Task 5: Link the Login Page to the Customer Page

Task 6: Run the Application


Sections 3.1--3.3

In Sections 3.1 through 3.3, you create a Command component that can be reused by many buttons and HREFs within the same application. This is the alternative technique to implementing request handling code in the button or HREF's handle request event inside its parent container view class.

Task 1: Create a Command Component

Task 2: Add an HREF to a Customer Page

Task 3: Test Run the Login/Logout Command


Sections 4.1--4.5

In Sections 4.1 through 4.5, you expand the existing application by adding a Web service-based model and a page to display that model's data. You need to register for and download the Google developer's SDK to build a model for a Web service.

Task 1: Web Service User Registration and Downloading

Task 2: Create the Google Search Page

Task 3: Test Run the Google Search Page

Task 4: Create a TiledView Pagelet

Task 5: Test Run the Google Search Page with Results