Previous Contents Index DocHome Next |
iPlanet Application Server Programmer's Guide (Java) |
Preface
This preface describes the iAS documentation set and illustrates what you can expect to find in this Programmer's Guide.This preface contains the following sections:
Using the Documentation
Using the Documentation
The following table lists the tasks and concepts that are described in the iPlanet Application Server (iAS) and iPlanet Application Builder (iAB) printed manuals and online read-me file. If you are trying to accomplish a specific task or learn more about a specific concept, refer to the appropriate manual.Note that the printed manuals are also available as online files in PDF and HTML format.
About This Guide
This guide describes how to create J2EE applications intended to run on the iPlanet Application Server.This guide is intended for information technology developers in the corporate enterprise who want to extend client-server applications to a broader audience through the World Wide Web. In addition to describing programming concepts and tasks, this guide offers sample code, implementation tips, and reference material that includes a glossary.
What You Should Already Know
This guide assumes you are familiar with the following topics:
the Java 2 Platform, Enterprise Edition (J2EE) specification
the Internet and World Wide Web
Hypertext Markup Language (HTML)
JavaSoft APIs as defined in specifications for Enterprise JavaBeans, JavaServer Pages, and JDBC
structured database query languages such as SQL
software development processes, including debugging and source code control
How This Guide Is Organized
This guide is organized into fourteen chapters and two appendixes, loosely arranged into several parts.The first part provides an overview for designing programs for the iPlanet Application Server environment. This part includes:
Chapter 1 "Designing iAS Applications
The next part describes the programming tasks associated with presentation logic and page design. This part includes the following topics:
Chapter 2 "Controlling Applications with Servlets
The next part describes the programming tasks associated with business logic and data access. This part includes the following topics:Chapter 3 "Presenting Application Pages with JavaServer Pages
Chapter 4 "Introducing Enterprise JavaBeans
The next part describes issues that affect all parts of an application. This part includes the following topics:Chapter 5 "Using Session EJBs to Manage Business Rules
Chapter 6 "Building Business Entity EJBs
Chapter 7 "Handling Transactions with EJBs
Chapter 10 "Packaging for Deployment
The appendixes include the following reference material:Chapter 11 "Creating and Managing User Sessions
Appendix A "Using the Java Message Service
Finally, a Glossary and Index are provided.
Documentation Conventions
File and directory paths are given in Windows format (with backslashes separating directory names). For Unix versions, the directory paths are the same, except that slashes are used instead of backslashes to separate directories.This guide uses URLs of the form:
http://server.domain/path/file.html
In these URLs, server is the name of server on which you run your application; domain is your Internet domain name; path is the directory structure on the server; and file is an individual filename. Italic items in URLs are placeholders.
This guide uses the following font conventions:
The monospace font is used for sample code and code listings, API and language elements (such as function names and class names), file names, pathnames, directory names, and HTML tags.
Italic type is used for book titles, emphasis, variables and placeholders, and words used in the literal sense.
Related Information
You can find a directory of URLs for the official specifications at installdir/ias/docs/index.htm.Additionally, we recommend the following resources:
Programming with Servlets and JSPs
Java Servlet Programming, by Jason Hunter, O'Reilly PublishingJava Threads, 2nd Edition, by Scott Oaks & Henry Wong, O'Reilly Publishing
The web site http://www.servletcentral.com
Programming with EJBs
Enterprise JavaBeans, by Richard Monson-Haefel, O'Reilly PublishingThe web site http://ejbhome.iona.com
Programming with JDBC
Database Programming with JDBC and Java, by George Reese, O'Reilly PublishingJDBC Database Access With Java: A Tutorial and Annotated Reference (Java Series), by Graham Hamilton, Rick Cattell, Maydene Fisher
Previous Contents Index DocHome Next
Copyright © 2000 Sun Microsystems, Inc. Some preexisting portions Copyright © 2000 Netscape Communications Corp. All rights reserved.
Last Updated June 25, 2000