After registering the app, add the app JS class files in the ondemandJSfiles.xml file. All the files referenced within the ondemandJSfiles.xml file will be monitored for any type of content modification. The modificationswill be rendered on refresh or re-login without the need of restarting the application server.
In the ondemandjsfiles.xml file,
- The fileset id tag should begin with the keyword WSPACE_ followed by the corresponding Workspace ID.
- Within the fileset id, the file tag should contain all the files such as app class files, event listeners, and other JavaScript files.Warning
<filesetid = "WSPACEPAYMENTS"{_}> <fileurl ="/javascript/AccountDetailConstants.js" /> <fileurl ="/javascript/BillPaymentCellClickHandler.js" /> <fileurl ="/javascript/StandingInstruction.js" /> <fileurl="/javascript/payment.account.BenificiariesSummaryApp.js" /> </fileset>