Skip to main content


developerWorks  >  Web development | Java technology  >

Build Web apps with ThinWire and Java code, Part 5: Page switching

Separate your ThinWire and Java Web site into multiple pages with easy user access.

developerWorks

Level: Intermediate

Professor Richard G Baldwin (baldwin@dickbaldwin.com), Professor of Computer Science, Austin Community College

10 Apr 2007

Register now or sign in using your IBM ID and password.

Part 5 of the Build Web apps with ThinWire and Java code series explores a methodology for separating your ThinWire and Java™ Web site into multiple pages, providing the ability for your clients to switch among those pages using either direct pointer links or sequential page access.

In this tutorial

Very few Web sites consist of a single page. Rather, most Web sites consist of multiple pages that must be navigated using links, Next and Previous buttons, or something similar. In Part 5 of this series, you'll learn a methodology for separating your ThinWire and Java Web site into multiple pages, providing the ability for your clients to switch among those pages using either direct pointer links or sequential page access in a Next/Previous sense.


Objectives

Learn a methodology for separating your ThinWire and Java Web site into multiple pages, providing the ability for your clients to switch among those pages using either direct pointer links or sequential page access.

Prerequisites

You will need:


System requirements

First, download and install the ThinWire framework (see Downloads in the tutorial).

Second, you will need access to a servlet container for testing your Web applications. The easiest way to do this is to install a servlet container as a localhost server (see Downloads in the tutorial and also see "Getting Started with Jakarta Tomcat, Servlets, and JSP" in Resources in the tutorial).

Third, download Sun's Java Development Kit (see Downloads in the tutorial).



Duration

1 hour





Formats

html, pdf


Share this....

digg Digg this story del.icio.us del.icio.us Slashdot Slashdot it!


Back to top


Document options

Document options requiring JavaScript are not displayed


More in this series:
Build Web apps with ThinWire and Java code