Documentation Center

CW Components

  • directory contents:
    • img - contains .gif, .jpg, etc.
    • css - contains .css and .xsl files
    • help - contains on-line help files
    • code - contains server and client side code - jsp, js, applets
    • xsl - contains xsl files that are used by used by jsp pages
  • cw_common
    • contains CW shared components such as images, style sheets, etc.
  • CW Custom Directories:
    • Custom files specific to an app should be put in the custom code directory for that application
      • Custom files common to all apps should be put in the custom directory under cw_common
  • CW Test Directories:
    • Test files specific to an app should be put in the test code directory for that application
    • Test files common to all apps should be put in the test directory under cw_common
  • CW library files - webapp/WEB-INF/libsystem, for example:
    • CW jar files - PCMWeb.jar, PCMUtils.jar
    • Xalan-J/Xerces-J files - xalan.jar, xercesImpl.jar, xml-apis.jar
  • DI files - encaps/di/...