Tag: Architectural Patterns
-
What is a pattern? (in software engineering world) A predefined solution for a problem for the given context. Key words in the above definition is problem, solution and the context. What are the different categories of the patterns ? (in software engineering) Analysis patterns Design patterns Architectural patterns Technology patterns Integration patterns Why do we…