Oracle8i CORBA Developer's Guide and Reference Release 3 (8.1.7) Part Number A83722-01 |
|
This guide gets you started building CORBA applications for Oracle8i. It includes many code examples to help you develop your application.
Anyone developing server-side CORBA applications for Oracle8i will benefit from reading this guide. Written especially for programmers, it will also be of value to architects, systems analysts, project managers, and others interested in network-centric database applications. To use this guide effectively, you must have a working knowledge of Java and Oracle8i. This guide assumes that you have some familiarity with CORBA See "Suggested Reading" for moreinformation on CORBA concepts.
This guide consists of the following chapters and appendices:
Chapter 1, "Overview", presents a brief overview of the CORBA development model from an Oracle8i perspective.
Chapter 2, "Getting Started", describes techniques for developing CORBA server objects that run in the Oracle8i data server.
Chapter 3, "Configuring IIOP Applications" describes how to configure for your CORBA applications.
Chapter 4, "JNDI Connections and Session IIOP Service" describes how to use JNDI and sessions within your CORBA applications.
Chapter 5, "Advanced CORBA Programming" details how to program your CORBA application beyond the simple example presented in Chapter 2.
Chapter 6, "IIOP Security" covers how to implement security within your CORBA application.
Chapter 7, "Transaction Handling", documents the transaction interfaces that you can use when developing your CORBA applications.
Appendix A, "Example Code: CORBA", includes examples of CORBA applications. Each example contains both the Java and IDL source code.
Appendix B, "Comparing the Oracle8i JServer and VisiBroker VBJ ORBs", discusses some of the fundamental differences between developing CORBA applications for VisiBroker and the Oracle8i JServer.
Appendix C, "Abbreviations and Acronyms", supplies a list of acronyms.
This guide follows these conventions:
Java code examples follow these conventions:
Programming with VisiBroker, by D. Pedrick et al. (John Wiley and Sons, 1998) provides a good introduction to CORBA development from the VisiBroker point of view.
There are many useful online sources of information about Java. For example, you can view or download guides and tutorials from the Sun Microsystems home page on the Web:
http://www.sun.com
Another popular Java Web site is:
http://www.gamelan.com
For Java API documentation, see:
http://www.javasoft.com
Occasionally, this guide refers you to the following Oracle publications for more information:
Oracle8i Application Developer's Guide - Fundamentals
Oracle8i Java Developer's Guide
Oracle8i JDBC Developer's Guide and Reference
Oracle8i SQLJ Developer's Guide and Reference
We appreciate your comments and suggestions. In fact, your opinions are the most important feedback we receive. We encourage you to use the Reader's Comment Form at the front of this book. You can also send comments to the following address:
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|