Each SQL content repository in the Quincy Funds demo has an associated Content Repository Loader (an implementation of class atg.adapter.gsa.ContentRepositoryLoader) that is responsible for loading the content into the repository. For each repository in Quincy Funds, the content is located at:

/DSSJ2EEDemo/j2ee-apps/QuincyFunds/web-app/repositories/{RepositoryName}

For instance, the content for the Funds repository is located as follows:

/DSSJ2EEDemo/j2ee-apps/QuincyFunds/web-app/repositories/Funds

As an example mapping, the following file

/DSSJ2EEDemo/j2ee-apps/QuincyFunds/
web-app/repositories/Funds/en_US/growth.xml

is mapped to the following repository item (id):

repositories/Funds/en_US/growth.xml

in repository:

/atg/demo/QuincyFunds/repositories/Funds/Funds

by the Content Repository Loader located at

/atg/demo/QuincyFunds/repositories/Funds/FundsLoader