Locating the Sample Files in the Distribution

You can locate the example files in the distribution in: <InstallationDir>/<Architecture>/SCMConnectors/example (for example on linux: \home\data\3DSCM\linux_a64\SCMConnectors\example). Compile, configure, and deploy these files to use the sample connector.


Before you begin:
  • Install the SDK as described in the SCM Connectors Administrator's Guide.
Table 1. Files for the Connector Implementation
File Name Description
src/ This directory contains all the JAVA code for the implementation of the Connector and also for the services that create the JSP pages for the Connector configuration page. Each file contains detailed comments describing its purpose and the code within it, and the following sections also describe some of these files.
src/FileSys/ This directory contains resource files for the JAVA code for the FileSys example.
src/FileSys/resources/filesys.properties This contains name/value pairs for all “Strings” used in the example Connector. See the notes in the file for how to support alternative languages.
Table 2. Files for the Connector Configuration Page
File Name Description
webapp/scmfilesys/scmfilesys.js The JavaScript utility functions used by the Connector Configuration web page.
webapp/scmfilesys/scmfilesys.css The CSS file for the web page.
webapp/scmfilesys/assets/doc/FileSysConnector.htm The page displayed when the Help button is selected.
See Also
Compiling the FileSys Sample Code
Deploying the FileSys Sample Code