What is a component and everything related to it.
Accepted answer
Start here: https://jazz.net/library/article/126 .
https://jazz.net/wiki/bin/view/Deployment/RTCProcessFundamentals also explains the basics and has additional links at the end.
Basically a component is a container element to organize code under SCM. Folders/projects under are contained in a component. A stream can contain multiple components and since 6.x components hierarchies are supported.
Structuring/partitioning the code into components can be done based on criteria such as architecture or affinity. Example UI stuff in one component, DB, build stuff into others.
https://jazz.net/wiki/bin/view/Deployment/RTCProcessFundamentals also explains the basics and has additional links at the end.
Basically a component is a container element to organize code under SCM. Folders/projects under are contained in a component. A stream can contain multiple components and since 6.x components hierarchies are supported.
Structuring/partitioning the code into components can be done based on criteria such as architecture or affinity. Example UI stuff in one component, DB, build stuff into others.