|
When To Create Two Application Providers |
|
|
|
|
It is not always clear at the application level as to when two uses of an Application Provider should be captured as two deployments of a single Provider or two separate Providers.
The following guidelines should be followed:
- If 2 uses of an Application Provider are separate by:
- "Owner" [a split in common code could occur at some point, even if it hasn't already]
- Then create 2 separate Application Providers.
- Otherwise, create 2 Application Deployments of the same Application Provider
|