Chapter 12 Creating CORBA-Java Components


Define the component interface and properties

The definition of a Java component specifies the interfaces that the component implements as well as its other properties.

Defining the component's interfaces

All component interfaces for Jaguar components are defined in CORBA IDL modules that are stored in Jaguar's IDL repository. Chapter 6, "Defining Component Interfaces" describes how to define IDL interfaces.

Java component developers typically use one of the following to define the interface or interfaces that their component implements:

Note   If you have an IDL interface If you are starting with an IDL interface rather than an existing class file, you can use Jaguar Manager to create a class that contains the necessary method declarations. See "Generate stub, skeleton, and implementation files" for more information.

Specify component properties

In Jaguar Manager, the Component Properties window configures the settings that Jaguar uses to load the component and invoke its methods. See "Configuring component properties" for more information.

 


Copyright © 2000 Sybase, Inc. All rights reserved.