|
|||||||||||||||||||||||||||||||
Disclaimer |
|||
|
The files in this set have no warranty of usefulness or accuracy. They have been tested to the best of the authors' abilities but are intended to merely to supplement the hands-on practices in the Oracle JDeveloper 3 Handbook. The authors and any other entities that make these files available are not responsible for any effects that may result from the use of these files. The files below are offered as freeware in the public domain. There is no technical support available from the authors or the publisher for users of these files. |
|||
|
|
|||
Installation |
|||
|
|
Unzip the file into a new directory called JDevPractice (for example, C:\JDevPractice). Open this file, INDEX.HTML, in your browser. |
||
|
|
|||
Sample Data |
|||
|
|
The practices in this book use database objects owned by a sample user, Scott, in the Oracle database. The demo tables are installed into the Scott user when the Oracle database is created. A DBA may have created the Scott schema after installation by running SCOTT.SQL in the ORACLE_HOME\RDBMS\Admin directory of the machine where the database is installed. There is also a file called DEMOBLD.SQL in ORACLE_HOME\sqlplus\demo directory that creates the database objects (not the schema). You may already have these tables in some format. However, some versions of the Scott schema contain different tables and some do not create the primary and foreign key constraints. Therefore, to ensure compatibility with the examples in the book, use the following script to create the database objects (after the Scott user has been created). If you need to refresh the tables at any point, rerun this script. |
||
|
|
|||
Web Sites |
|||
|
|
AuthorQuovera (formerly Millennia Vision) - Peter's company web site. Peter's Home Page - Sample Oracle development files. Dulcian, Inc. - Paul's company web site. OtherInternational Oracle Users Group - Americas Oracle Development Tools User Group Netscape - Developer - JavaScript Sun - Javasoft - Reference for all Java technology also here Go!Zilla; GetRight - Download managers Three D Graphics - Graphics components included in JDeveloper Tucows - Software downloads Unicode - Standards WWW Consortium - HTML, XML |
||
|
|
|||
Sample Files and Errata |
|||
|
|
This section contains links to all files available in this set. The files are divided into the following categories:
Which printing do you have? The errata are different for the first and second printing. You can tell which printing you have by looking on the copyright/credits page (on the back of the second title page). It has the copyright line on it. Under the Oracle trademark paragraph is a series of numbers. If that line starts with "1234567890," you have a first printing. If it starts with "234567890," you have a second printing, etc. The errata files note which printing has the problem by indicating the printing number in parentheses, for example "(1 pr)" for first printing.
|
||
|
|
If the file link causes the file to be displayed when you do not want it to be displayed, right click the link, select Save Link As (in Netscape) or Save Target As (in Internet Explorer), and supply the directory and file name. |
||
|
|
Practice Files Installation |
||
|
|
|
Note: |
|
|
|
The practices require a connection called "ScottConnection." Instructions for creating that connection may be found in Phase II of the Chapter 2 practice (pp.64-65). Once you have set up the connection, use the following steps to install the practice file.
|
||
|
|
What to do if You Have ProblemsThere are several troubleshooting techniques mentioned in the introduction of the book. |
||
|
|
|||
Chapter |
Code Snippets |
Hands-On Practice Files (workspace file) |
Errata, Notes, and Other Samples |
|
1 |
none |
(myempapp\EmployeeWS.jws) |
none |
|
2 |
(deptideapp\DeptIdeWS.jws) |
none |
|
|
6 |
(buscomppkg\BusCompWS.jws |
||
|
7 |
(deploypractice\DeployWS.jws) |
none |
|
|
8 |
(empappjsp\EmpJSPWS.jws) |
Sample JavaScript (source code) |
|
|
9 |
(empapp\EmpAppWS.jws) |
||
|
10 |
(menutoolbar\MenuToolWS.jws) |
||
|
11 |
(layoutapp\LayoutAppWS.jws) |
||
|
12 |
(myfileout\MyFileOutWS.jws) |
||
|
13 |
(sortapp\SortAppWS.jws) |
None |
|
|
App B |
none |
None |
There are demonstrations of ComboBox, List, ProgressBar, ProgressMonitor, Scroll Pane, SimpleTable, SplitPane, TabbedPane, Text components, and ToggleButton. The files that are named with a Demo prefix are executable applications. They call other support files in this project that are not executable. The DemoSampleComponents application just shows non-workiing versions of many of the components. Other demos contain some functionality. Many of the applications are adapted from the Java Tutorial that is available at the Sun Java site.
Last Updated 12-May-2001