Question
Adqura
IN
Last activity: 3 Jan 2022 8:15 EST
Best Practices around Merging two Pega Applications into Single Application
We initially designed two different applications with App2(Implementation only ) is built on App1(FW+ Implementation) but we now feel it's better to merge them into a single application as it's easier to manage with respect to development/deployment and access as well.
Can some help on best practices around Merging two Applications into a Single Application.
Below are our questions
- Does pega support dual ECS in a single application like below
- Org-App1-FW-Work/Data/Int/UIPages
- Org-App2-Work/Data/Int/UIPages
- Do we need to re-factor the class structure to support only one application??
- Is it as simple as just moving the rulesets into a single application and the rest should fall in place?