XML Design Patterns suggested by Oracle
Design Pattern
|
Characteristics
|
Advantages
|
Disadvantages
|
---|---|---|---|
![]() | |||
Russian Doll
|
Contains only one global element. All other elements are local.
|
|
|
Salami Slice
|
Contains all global elements, hence many potential root elements.
|
|
|
Venetian Blind
|
Is an extension of Russian Doll and contains only one global element. All other elements are local.
|
|
Limits encapsulation by exposing types.
|
Garden of Eden
|
Is a combination of Venetian Blind and Salami Slice. All elements and types are global, hence many potential root elements.
|
|
|
![]() |
For more information refer http://www.oracle.com/technetwork/java/design-patterns-142138.html