You are the architect of a web application that uses JSF as a presentation tier for business
processes coded as stateless session beans. When you add new code to the stateless session
beans to address new accounting requirements, without changing the interface, you discover that
the new business processes are being ignored by some of the JSF components. Which might be
the cause of this problem?
A.
The presentation tier is relying on validation logic in the business tier.
B.
The browser is caching out-of-date versions of the JSF components.
C.
The business processes are not rigorously encapsulated in the session beans.
D.
The new session beans have been deployed incorrectly, and proper deployment will resolve
the problem.