This set of guides describes how to create distributed client and server applications using the WebLogic Enterprise system. The guides contain brief descriptions of product concepts, and
step-by-step instructions for developing CORBA client applications, ActiveX client applications, Java server applications, and C++ server applications. Sample applications are used throughout the guides to illustrate development tasks.
Creating Java Servers
Explains how to create scalable, high-performance Java server applications using the WebLogic Enterprise
system. The following topics are covered:
Java Server Application Concepts
Compiling the OMG IDL for the Server Application
Writing Methods That Implement the Interface's Operations
Creating the Server Object
Defining Object Activation and Transaction Policies
Verifying Environment Variables
Compiling the Server Description File
Deploying Servers
Debugging Servers
Integrating Transactions
Adding Scalability Features
Using the jdbcKona Drivers
Explains how to integrate jdbcKona drivers into a WebLogic Enterprise Java server application,
and includes vendor-specific notes on each driver. The following topics are covered:
Supported Platforms
jdbcKona/Oracle Shared Libraries and Dynamic Link Libraries
Requirements for Making a Connection to a Database Management System
Support for JDBC Extended SQL
The JDBC API, with WebLogic Extensions
Implementing a WebLogic Enterprise Java Application Using the jdbcKona Drivers
Using the jdbcKona/Oracle Driver
Using the jdbcKona/MSSQLServer4 Driver
Creating C++ Servers
Explains how to create scalable, high-performance C++ server applications using the WebLogic Enterprise
system. The following topics are covered:
Server Application Concepts
Compiling the OMG IDL for the Server Application
Writing Methods that Implement the Interface's Operations
Creating the Server Object
Defining Object Activation and Transaction Policies
Compiling and Linking the Server Application
Deploying Servers
Debugging Servers
Adding Security
Integrating Transactions
Wrapping a BEA TUXEDO Service
Adding Scalability Features
Creating Client Applications
Explains how CORBA and ActiveX client applications access WebLogic Enterprise
server applications and describes the development steps common to all WebLogic Enterprise client
applications. The following topics are covered:
Client Application Development Concepts
Creating CORBA Client Applications
Creating ActiveX Client Applications
Implementing Security
Implementing Transactions
Using the Dynamic Invocation Interface
Handling Exceptions
Using Server-to-Server Communication
Explains how to build and deploy joint client/server applications. Joint client/server applications allow you
to use callback objects to handle invocations from other CORBA objects. The following topics are covered:
Understanding Server-to-Server Communication
Developing C++ Joint Client/Server Applications
Developing Java Joint Client/Server Applications