Component Assembly and Deployment

A component assembler uses the proprietary tools provided with a container to assemble and configure an application’s components. Typically, this affects both the component deployment descriptors and the assembly descriptors.

Optionally, a component assembler can define component property files to configure some of the components. The data values stored in a property file are used to initialize the attributes of a component.

For example, consider the HeadOfficeC component with some attributes added to the component body:

//IDL #include <components.idl> #include "RecycleBroker.idl" module RecycleBroker { ... component HeadOfficeC supports HeadOffice { attribute string office_location; attribute boolean test_mode; ...

Get Pure CORBA now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.