A Hot Potato anti pattern can arise from misuse of which technology combination?
A.
Bean Validation with JSF Managed Beans
B.
Messaging in the Business Tier
C.
JNDI Lookups with Global Java Naming
D.
JPA with the Web Tier
A Hot Potato anti pattern can arise from misuse of which technology combination?
A Hot Potato anti pattern can arise from misuse of which technology combination?
A.
Bean Validation with JSF Managed Beans
B.
Messaging in the Business Tier
C.
JNDI Lookups with Global Java Naming
D.
JPA with the Web Tier
wrong, correct answer is B.
Yip answer is B
B
B. see A.Bien patterns
B
B.
A hot potato anti pattern is a particular situation where a MDB repeatedly receives same message and throws an exception while handling the message. When a JMS server does not receive an acknowledgement for a message delivered to a consumer, the server’s only recourse is to resend the message. This sets the stage for repeated delivery of the same message indefinitely when the consumer that is processing the message does not handle an exception condition properly.
B is correct answer.