Defining J2EE components

Previous Next

All the definitions for J2EE components that are to be used within an application are defined in the J2EE Components window in the Definer. Choose Define, RDMI, J2EE from the Definer menu bar to access this window.

The J2EE Components window contains five tab pages. For help with completing the fields in these tab pages, use the Definer's What's this? help.

In general, the first step when defining a RDMI J2EE component is the definition of the constructor, which specifies how the component is created by the Rules Engine at the time that it is needed. A constructor for an RDMI J2EE component is defined by using a method name that matches the name of the component itself.

See also

Physical constructors

Defining a method

Passing arguments to methods

Method lookup wizard

Method invocation syntax

Limitations

Typecasts