How can customer use a third party library in Jazz SCM?
![](http://jazz.net/_images/myphoto/937764c6f40103c6633d14969bc637ba.jpg)
How can customer use a third party library in Jazz SCM? Customers have lots of data/libraries saved in third party tools. They don't want to move those data/libraries from the existing tools into Jazz SCM. But they want to manage those data/libraries through Jazz SCM. For example, they want to load these data/libraries as the components in Jazz SCM. I believe this is something like CC Connector. So, the question is: is it reasonable that customer implements his own "connector" to get this support. If so, how? Is there any document about how to create a connector? Is there any legal issue here?
2 answers
![](http://jazz.net/_images/myphoto/937764c6f40103c6633d14969bc637ba.jpg)
Hi,
if you refer to jar files or dll's as libraries, please have a look at the Money That Matter example that ships with CLM the example has external jar files checked into SCM and is loading them during builds.
The CC connector however does something completely different. It allows to use RTC with CC as SCM system, replacing RTC SCM and linking work items to CC change sets instead.
if you refer to jar files or dll's as libraries, please have a look at the Money That Matter example that ships with CLM the example has external jar files checked into SCM and is loading them during builds.
The CC connector however does something completely different. It allows to use RTC with CC as SCM system, replacing RTC SCM and linking work items to CC change sets instead.
![](http://jazz.net/_images/myphoto/937764c6f40103c6633d14969bc637ba.jpg)
but to followup on Ralphs comment.. putting binary files into the SCM is bad practice. you should use a binary repository, like Asset Manager or Artifactory. the size and use of binaries is different, and the loading of the binaries consumes precious RTC resources in ways unexpected.. particularly if the consumers of the files are not on the same physical network as the RTC source repository.
you also don't get proper tracking of the consumption (use in product,,,) for traceability..
you also don't get proper tracking of the consumption (use in product,,,) for traceability..