Question
Best practices to include framework application into implementation application
Hi everyone,
I have created an insurance application as a framework application. Now i wanted to use that framework application in implementation application. I have found three ways to add framework application in implementation application. Three ways are,
1) While creating new application choosed framework application as a type of application in application creation wizard
2) In already created application i have added framework application in application definition -->built on applications-->added framework application and application version
3) In already created application i have added framework application rulesets in application definition --> rulesets-->added framework application rulesets
I have confusion like which one is best way to add framework application in implementation applcation
@DhanasekarC0202
#1 is the preferred approach.
Some of the classes and rules need to be created in the Implementation Layer based on what is in the Framework Layer, and only #1 does this automatically for you. You get an application stack that resembles #2, as a result, but #1 is the only one that does the necessary rule creation to align your new Implementation with your existing Framework.