September 2014
Intermediate to advanced
240 pages
5h 53m
English
In some situations, it makes sense to create a generic application domain, even though multiple implementations exist for the same functionality. Examples are the Java domain (which works for all the popular Java™ implementations) and init domain. When this occurs, carefully consider whether the generic application domain will always be sufficient, or whether specific application domains might come into play later. When this isn't clear, make sure that the policy being developed is flexible enough to cater both situations.
In order to create a generic application policy that is still flexible with respect to potential specific policies that would be developed later, follow the upcoming set of steps: ...