summaries

Patterns of Enterprise Application Architecture

mendi926QuizQuestions: 10
English
English
AI Generated
[+] Show answers
Who is the author of 'Patterns of Enterprise Application Architecture'?
Which pattern separates behavior from interface and lets you layer your systems?Layered ArchitectureEntity PatternValue ObjectSession State
What is the function of 'Entity Patterns'?
In the context of fowler's patterns, what does 'DTO' stand for?
What kind of pattern is 'Service Layer'?Operational patternsDomain Logic PatternsSession State PatternsPresentation Patterns
What is the 'Optimistic Offline Lock' pattern used for?
Which pattern stores all the data that's used in a conversation with an automatic process?Transaction ScriptActive RecordLazy LoadIdentity Field
Which pattern signifies a single row within a database table?Row Data GatewayRemote FacadeValue List HandlerData Mapper
What is the aim of the 'Data Mapper' pattern?
What does 'POEAA' stand for?