...
- Build the application template from the application source folder (given in step 5b in Setup Development Environment section above) to create the application WAR file by using the command: Ant.
- Copy the application WAR file (from the folder mentioned in step 5a in Setup Development Environment section above) and deploy in the app server. Note that this is a blank application with no features.
- Copy the Canvas Studio WAR file and deploy in the app server. Contact CT Platform Support to get the Canvas Studio WAR and deploy it in the app server.
- Start the database and app servers and access Canvas Studio:
- http://<IP of the app server>:<port number>/expertctstudio, e.g. http://1.2.3.4:1234/expertctstudio
- Use Canvas Studio to create the forms, grids, and dashboards required for your application. All the server-side business functionalities such as instruction/action classes must be written in Java and client-side validations and listeners such as button or row clicks must be written in JavaScript. Rebuild the application WAR (step 1) and redeploy the WAR on the app server. Refer Building Your First Web Application for information on using Canvas Studio.
- Access the application:
- http://<IP of the app server>:<port number>/<application context root>, e.g. http://1.2.3.4:1234/Smartbank
- Report any issues identified along with their first-level analysis in DIGI_CANVAS SUPPORT project in Jira.