home *** CD-ROM | disk | FTP | other *** search
- ----------------------------------------------------------------
-
- README.TXT
- JBuilder CORBA Reference Application
- Last Updated: 08/19/97
-
- ----------------------------------------------------------------
-
- -----------------
- TABLE OF CONTENTS
- -----------------
- SECTION 1. Installation Notes
- A. Project Paths
- B. Database Issues
- SECTION 2. Functionality
- A. Cliffhanger Credit Card Approval Server
- B. Cliffhanger Credit Card Approval Applet
- C. Execution of Server and Client
- SECTION 3. Internationalization Issues
-
- -----------------------------
- SECTION 1. Installation Notes
- -----------------------------
- A. Project Paths
- ----------------
- All project paths and class paths have been specified
- relative to C:\JBuilder\myprojects. If another
- path is used, please make proper adjustments (especially
- when configuring ODBC sources).
-
- B.Database Issues
- -----------------
- The ACME database is located in the \DB folder. The cliffhanger
- database is located in the Cliffhanger Application \data directory.
- The DDL scripts are also provided for creating the databases.
-
- Database DDL
- --------------------------------- -----------------------------
- ACMECreditBureau.GDB ACMESchema.sql
- CLIFFHANGER.GDB db.sql - same DB included with
- Cliffhanger Application
-
- Due to a serious bug in InterClient beta 0.91, the Visigenic
- ODBC/JDBC bridge is currently used for database access.
- InterClient development has committed to fixing this bug
- in version beta 0.92.
-
- As such, the following ODBC sources need to be configured for
- the Server portion to work correctly:
-
- ODBC SOURCE 1:
- DataSource=ACMECreditBureau
- Drive=InterBase 4.x Driver by Visigenic
- Database=c:\JBuilder\myprojects\CreditApproval\DB\ACMECreditBureau.GDB
- Username=SYSDBA
- Password=masterkey
- InterBase 4.x Driver by Visigenic
-
- ODBC SOURCE 2:
- DataSource=Cliffhanger
- Drive=InterBase 4.x Driver by Visigenic
- Database=c:\JBuilder\myprojects\cliffhanger\data\CLIFFHANGER.GDB
- Username=SYSDBA
- Password=masterkey
-
- --------------------------------
- SECTION 2. Functionality
- --------------------------------
- A. Cliffhanger Credit Card Approval Server
- ------------------------------------------
- The supplied server app, source\CreditApprovalServer.jpr,
- provides CORBA objects for approving and issuing credit
- cards. Please see the applet, source\CreditApprovalClient.jpr,
- for details on interfacing with these objects.
-
- B. Cliffhanger Credit Card Approval Applet
- ------------------------------------------
- The supplied applet, source\CreditApprovalClient.jpr,
- currently provides functionality as described in the design
- document.
-
- C. Execution of Server and Client
- ---------------------------------
- Follow these steps to execute the Server and Client:
- 1) Start OSAGENT
- 2) Run the Server
- 3) Run the Client using CreditApprovalApplet.html
-
- Output for the Server is dumped to the Console.
- Output for the Client is dumped to the execution log.
-
- --------------------------------------
- SECTION 3. Internationalization Issues
- --------------------------------------
- 1) All XY Layouts have been converted to other layout types.
- 2) All displayed and edited data uses the current locale for masking.
- 3) All resource strings are located in Res.java files.
-