BTT provides Common Condition support for both Server Side and Client Side. For the conditions used at Client Side, BTT uses JavaScript files to contain it. By default, BTT generates the JS file without version but BTT provides an infrastructure to support a mechanism for version control of the Client Common Condition (JavaScript files).
Now let’s see the capability this mechanism.
Default Behavior | After Extension | |
File Name | Condition.js (no version) | AnyName_version.js, say projectName_con_timeStamp.js |
Location | Its definition project, include pure java project | Any project you want, say the Global Static Web Project |
The specific behavior for Common Condition version control should be implemented at project level by Infrastructure developers.
This guide would show you how to do these extensions for both tooling side and runtime side: