|
Design "service oriented"
components for reuse
|
Your requirements
Define reusable components in your systems:
- Specify access interfaces
- Specify services rendered
- Specify the global usage
- Create a component by using other existing components
and new parts
- Make a new component available for reuse
- Benefit help for coherence control of new designs
- Create service oriented components, not dependent on a
technology, with clear functional specification for
implementation on any technology
Your problems
- At this time - service unavailable or insufficient...
|
Solution
You can define complex components in
way similar to electronic chip management, "LEGO" like -
your components can not connect to each other if they are not
compatible.
In design mode you can assemble components like electronic chips. The
software ensures that only compatible connections are set up. The
compatibility is insured by compatible service points, client and
server.
You can reuse previously defined components to make new assemblies.
|
 |
|