home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / TRIAL / JBUILDER / JVISBRKR.Z / readme.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  3.4 KB  |  98 lines

  1. ----------------------------------------------------------------
  2.  
  3.                            README.TXT        
  4.                 JBuilder CORBA Reference Application
  5.                     Last Updated: 08/19/97
  6.  
  7. ----------------------------------------------------------------
  8.  
  9. -----------------
  10. TABLE OF CONTENTS
  11. -----------------
  12. SECTION 1. Installation Notes
  13. A. Project Paths
  14. B. Database Issues
  15. SECTION 2. Functionality
  16. A. Cliffhanger Credit Card Approval Server
  17. B. Cliffhanger Credit Card Approval Applet
  18. C. Execution of Server and Client
  19. SECTION 3. Internationalization Issues
  20.  
  21. -----------------------------
  22. SECTION 1. Installation Notes
  23. -----------------------------
  24. A. Project Paths
  25. ----------------
  26. All project paths and class paths have been specified
  27. relative to C:\JBuilder\myprojects. If another
  28. path is used, please make proper adjustments (especially
  29. when configuring ODBC sources).
  30.  
  31. B.Database Issues
  32. -----------------
  33. The ACME database is located in the \DB folder. The cliffhanger
  34. database is located in the Cliffhanger Application \data directory.
  35. The DDL scripts are also provided for creating the databases.
  36.  
  37.   Database                          DDL
  38.   --------------------------------- -----------------------------
  39.   ACMECreditBureau.GDB              ACMESchema.sql
  40.   CLIFFHANGER.GDB                   db.sql - same DB included with 
  41.                                              Cliffhanger Application
  42.  
  43. Due to a serious bug in InterClient beta 0.91, the Visigenic 
  44. ODBC/JDBC bridge is currently used for database access. 
  45. InterClient development has committed to fixing this bug
  46. in version beta 0.92.
  47.  
  48. As such, the following ODBC sources need to be configured for 
  49. the Server portion to work correctly:
  50.  
  51.   ODBC SOURCE 1:
  52.   DataSource=ACMECreditBureau
  53.        Drive=InterBase 4.x Driver by Visigenic
  54.     Database=c:\JBuilder\myprojects\CreditApproval\DB\ACMECreditBureau.GDB
  55.     Username=SYSDBA
  56.     Password=masterkey
  57.    InterBase 4.x Driver by Visigenic
  58.  
  59.   ODBC SOURCE 2:
  60.   DataSource=Cliffhanger
  61.        Drive=InterBase 4.x Driver by Visigenic
  62.     Database=c:\JBuilder\myprojects\cliffhanger\data\CLIFFHANGER.GDB
  63.     Username=SYSDBA
  64.     Password=masterkey
  65.  
  66. --------------------------------
  67. SECTION 2. Functionality
  68. --------------------------------
  69. A. Cliffhanger Credit Card Approval Server
  70. ------------------------------------------
  71. The supplied server app, source\CreditApprovalServer.jpr, 
  72. provides CORBA objects for approving and issuing credit
  73. cards.  Please see the applet, source\CreditApprovalClient.jpr,
  74. for details on interfacing with these objects.
  75.  
  76. B. Cliffhanger Credit Card Approval Applet
  77. ------------------------------------------
  78. The supplied applet, source\CreditApprovalClient.jpr, 
  79. currently provides functionality as described in the design
  80. document. 
  81.  
  82. C. Execution of Server and Client
  83. ---------------------------------
  84. Follow these steps to execute the Server and Client:
  85. 1) Start OSAGENT
  86. 2) Run the Server
  87. 3) Run the Client using CreditApprovalApplet.html
  88.  
  89. Output for the Server is dumped to the Console.
  90. Output for the Client is dumped to the execution log.
  91.  
  92. --------------------------------------
  93. SECTION 3. Internationalization Issues
  94. --------------------------------------
  95. 1) All XY Layouts have been converted to other layout types.
  96. 2) All displayed and edited data uses the current locale for masking.
  97. 3) All resource strings are located in Res.java files.
  98.