Tag: architecture
Questions Related to architecture
Which pattern is used to allow different implementations of an algorithm or operation to be selected dynamically at runtime?
Which Pattern is used when it must be decided at run time which one of the several compatible classes is to be instantiated?
Which Behavioral Pattern would help in parsing and translate a Specific Expression?
Which Behavioral Pattern move through a list of collection or aggregated objects without knowing its internal representations?
If I need to access Multiple Data Sources like Legacy Systems, B2B, LDAP – Which of the below J2EE Pattern would suit?