Question
Verizon Data Services
IN
Last activity: 10 Apr 2018 22:56 EDT
How is the code compiled in pega
In java , when we compile the code we get the class file which we can run in any environment , so the class file generation is only once.
How is the compilation done in case of pega , and how is it related to rule resolution ex. When pega looks for an activity in the cache and when it founds it there ,does it compile the code or is the compiled code in there in cache and similarly when the rule is not found in cache it builds the cache , so at what time the compilation happen?
***Updated by moderator: Lochan to add Categories***