|
Before You Begin |
Welcome to the Using Java DataBase Connectivity book of the Forte
for Java
Programming Series. This book focuses on programming with persistent data--data stored in a database or other data store that is external to your applications. The book discusses the different persistence programming models supported by Forte for Java 4. It focuses on the Transparent Persistence technology provided by the Forte for Java 4 integrated development environment (IDE).
This book is written for programmers who want to learn how to use the persistence programming models supported by Forte for Java 4. The book assumes a general knowledge of Java and database access technology. Before reading it, you should be familiar with the following subjects:
You can create the examples in this book in the environments listed in the release notes on the following web site:
http://forte.sun.com/ffj/documentation/index.html
Screen shots vary slightly from one platform to another. You should have no trouble translating the slight differences to your platform. Although almost all procedures use the Forte
for Java
4 user interface, occasionally you might be instructed to enter a command at the command line. Here too, there are slight differences from one platform to another. For example, a Microsoft Windows command might look like this:
c:\>cd MyWorkDir\MyPackage |
To translate for UNIX® or Linux environments, simply change the prompt and use forward slashes:
% cd MyWorkDir/MyPackage |
This book is written for programmers who want to learn how to use the persistence programming models supported by Forte for Java 4. The book assumes a general knowledge of Java and database access technology. Before reading it, you should be familiar with the following subjects:
This book describes JDBC
productivity enhancement tools provided by Forte for Java 4. These automate many JDBC programming tasks in building client components or applications that interact with a database.
|
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. |
||
Forte for Java 4 documentation includes books delivered in Acrobat Reader (PDF) format, online help, readme files of example applications, and Javadoc
documentation.
The documents in this section are available from the Forte for Java 4 portal and the docs.sun.comSM web site.
The documentation link of the Forte for Java 4 Developer Resources portal is at http://forte.sun.com/ffj/documentation/. The docs.sun.com web site is at http://docs.sun.com.
You can also find the completed tutorial applications at http://forte.sun.com/ffj/documentation/tutorialsandexamples.html
The docs.sun.com web site (http://docs.sun.com) enables you to read, print, and buy Sun Microsystems manuals through the Internet. If you cannot find a manual, see the documentation index installed with the product on your local system or network.
Online help is available inside the Forte for Java 4 development environment. You can access help by pressing the help key (Help in a Solaris environment, F1 on Microsoft Windows and Linux), or by choosing Help
Contents. Either action displays a list of help topics and a search facility.
Several examples that illustrate a particular Forte for Java 4 feature are available, with accompanying Readme files, in the sampledir/examples subdirectory of your user settings directory. In addition, you can download Enterprise Edition-specific examples from the Developer Resources portal and unzip them into the examples directory.
See the Developer Resources portal at:
http://forte.sun.com/ffj/documentation/tutorialsandexamples.html
Javadoc documentation is available within the IDE for many Forte for Java 4 modules. Refer to the release notes for instructions on installing this documentation. When you start the IDE, you can access this Javadoc documentation within the Javadoc pane of the Explorer.
Sun is interested in improving its documentation and welcomes your comments and suggestions. Email your comments to Sun at this address:
Please include the part number (816-4685) of your document in the subject line of your email.
Copyright © 2002, Sun Microsystems, Inc. All rights reserved.