Appzillon generates a server war file to handle interactions between the front-end and the server. If the application needs to be accessed from a browser, then there is a separate application war file generated to host the front-end resources. These are two distinct war files and they have to be gen...
Appzillon Development Platform supports generation of front-end as well as back-end executable files. The front-end executable files cater to different target platforms such as ipa for iOS, apk for Android, war for web browser, etc. The back-end executable consist of application server war files and...
Appzillon Development Platform is used to build omni-channel solutions. In most cases, channel solutions are service (API) consumers and not service providers. So, they would connect to a micro service architecture rather than implementing the micro service architecture within themselves. The micro ...
The Runtime Environment Variables under Static Data are used as part of the build process to replace end point URLs that are specified in Interfaces. Those variables are not available at runtime to the JS environment. If the requirement is to change URLs runtime, then the recommended approach is to ...