A service component must be contained in a service module. Developing service modules to
contain service components is key to providing services to other modules.
Before you begin
This task assumes that an analysis of requirements shows that implementing a service
component for use by other modules is beneficial.
About this task
After analyzing your requirements, you might decide that providing and using service components
is an efficient way to process information. If you determine that reusable service components would
benefit your environment, create a service module to contain the service components.
Procedure
- Identify service components other modules can use.
After you have identified the service components, continue with "Developing service
components".
- Identify service components in an application that could use service components in other
service modules.
After you have identified the service components and their target components, continue with "Invoking components" or "Dynamically invoking components".
- Connect the client components with the target components through wires.