Before You Begin |
The Sun Java Studio's Web Application Framework Tutorial introduces developers to the mechanics and techniques used to build Web applications using the Sun Java Studio's Web Application Framework (formerly Sun
ONE Application Framework and JATO) tools.
It is intended for developers who are at least somewhat familiar with building web applications using existing Java 2 Platform, Enterprise Edition (J2EE platform) web technologies, but new to building web applications with the Web Application Framework.
This tutorial helps the developer become more familiar with using the Web Application Framework tool within the Sun Java Studio Enterprise 6 developer environment (hereafter referred to as the IDE).
Before starting, you should be familiar with concepts used in building web applications using existing J2EE web technologies, such as servlets and JavaServlet Pages (JSP
pages).
The following resources can provide additional information :
In the following chapter, you will see an overview of the primary features of the Web Application Framework and toolset (IDE) for developing an enterprise web application.
In the following chapter, you see an outline of the mechanics of using the Web Application Framework tools to build a J2EE web application.
In the following chapters, you create the application infrastructure needed for all subsequent chapters, and add your first Web Application Framework page.
In the following chapters, 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.
In the following chapters, 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.
In the following chapters, 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.
The names of commands, files, and directories; on-screen computer output |
||
What you type, when contrasted with on-screen computer output |
||
Read Chapter 6 in the User's Guide. |
||
Java Studio Enterprise documentation includes books delivered in Acrobat Reader (PDF) format, release notes, online help, and readme files for example applications.
The documents described in this section are available from the docs.sun.comSM web site and from the documentation page of the Sun Developer Resources portal at http://developers.sun.com/prodtech/javatools/jsenterprise/reference/docs/index.html.
The docs.sun.com web site (http://docs.sun.com) enables you to read, print, and buy Sun Microsystems manuals through the Internet.
Describes last-minute release changes and technical notes.
Describes how to install the Sun Java Studio Enterprise 6 integrated development environment (IDE) on each supported platform and includes other pertinent information, such as system requirements, upgrade instructions, server information, command-line switches, installed subdirectories, database integration, and information on how to use the Update Center.
Describes the available code examples for Sun Java Studio Enterprise 6 software.
This series provides in-depth information on how to use various Sun Java Studio Enterprise 6 features to develop well-formed J2EE applications.
Describes how to build a web application as a J2EE web module using JSP pages, servlets, tag libraries, and supporting classes and files.
Describes how to assemble EJB modules and web modules into a J2EE application and how to deploy and run a J2EE application.
Describes how to build EJB components (session beans, message-driven beans, and entity beans with container-managed persistence or bean-managed persistence) using the Sun Java Studio Enterprise 6 EJB Builder wizard and other components of the IDE.
Describes how to use the Sun Java Studio Enterprise 6 IDE to build web services, to make web services available to others through a UDDI registry, and to generate web service clients from a local web service or a UDDI registry.
Describes how to use the JDBC productivity enhancement tools of the Sun Java Studio Enterprise 6 IDE, including how to use them to create a JDBC application.
Describes the various parts of the Sun Java Studio Enterprise 6 IDE and emphasizes the use of the visual tools for developing a Web Application Framework application.
Provides the steps to create and use application components that can be assembled to develop an application using the Web Application Framework and explains how to deploy the application in most J2EE containers.
Introduces the Web Application Framework and what it is, how it works, and what sets it apart from other application frameworks.
Gives a brief introduction to the Web Application Framework tag library, as well as a comprehensive reference to the tags available within the library.
Describes the Web Application Framework component architecture and the process to design, create, and distribute new components.
Describes the components available in the Web Application Framework Library.
Sun Java Studio Enterprise 6 tutorials, mini-tutorials, and examples help you understand the features of the IDE. Each example or tutorial provides code samples that you can use or modify in developing more substantial applications. All examples and tutorials illustrate deployment with Sun Java System Application Server.
Completed examples are available in the AboutExamples directory under your Java Studio Enterprise user directory.
Mini-tutorials are available from the Tutorials and Code Camps page of the Sun Java Studio Enterprise 6 developers portal, at http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/index.html.
Provides step-by-step instructions for building a simple J2EE web application.
Provides step-by-step instructions for building an application using EJB components and Web Services technology.
These documents are available from docs.sun.com. The documents, as well as zip files of the completed applications, are also available from the Tutorials and Code Camps page of the Sun Java Studio Enterprise 6 developers portal, at http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/index.html.
Online help is available in the Sun Java Studio Enterprise 6 IDE. You can open help by pressing the help key (F1 in Microsoft Windows environments, Help key in the Solaris environment), or by choosing Help Contents. Either action displays a list of help topics and a search facility.
The documentation is provided in accessible formats that are readable by assistive technologies for users with disabilities. You can find accessible versions of documentation as described in the following table.
HTML at http://docs.sun.com |
|
HTML at http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/index.html |
|
HTML in the example subdirectories of java-studio-install-dir/examples |
|
HTML at http://docs.sun.com |
Sun is interested in improving its documentation and welcomes your comments and suggestions. Email your comments to Sun at this address:
Please include the book's title (Sun Java Studio's Web Application Framework Tutorial) and its part number (817-5401-10) in the subject line of your email.
Copyright © 2004, Sun Microsystems, Inc. All rights reserved.