...
Type of Item | Purpose | ||
*.jar | For the purpose of using canvas binaries within your application, you need to include the canvas binaries (JARs) within your application. Based on the nature of deployment, this could mean one of the following approaches being taken:
Irrespective of the nature of bundling chosen, Canvas makes itself available as a collection of small independent units as well as a collated (all-in-one) JAR. If the approach is to include the all-in-one JAR, then the following items needs to be included:
If the approach is to include individual modules, then all the JARs from the canvas folder except CTFull.jar needs to be included.
Canvas uses a collection of third party applications as reusable blocks (JARs) for enabling various features. Not all these components are needed for every application. Details of the optional JARs in the dependency bundle are as follows:
| ||
*.zip | This package contains all the UI assets (JSP, JS, CSS, Images, HTML) that are provided as a default package for the end application. It is expected that this package gets extracted into the Root of your WAR file. Once extracted, the following folder structure must be visible within your WAR file: |
...