Please see this scenario :
You are architecting a real-time system with high usage and high volumes of transactions. You need an MVC application with quick presentation times resembling a thin client and will have several pre-populated views that can carry across several pages. The users must be able to quickly navigate between different sections of the system.
Which three technologies will you need to implement? (Choose three.)
- MDB
- Swing GUI controls
-
JSP - EJB3 Entities
- Stateless Session Beans
- JCE
Why the correct answer is SLSB if they mention that they need to "carry state across several pages"?
is it supposed to be done by using HTTP session then?
In this case this is the answer because there is no one else close to the requeriment?
is that?
tks!!