Tuesday, November 29, 2011

Explain about how requests from the client are sent?

Requests from the client are always sent to the controller defined in a configuration file in the form of ?actions?. When the controller receives such a call from a specific file it calls for a corresponding ?action? class. This action class in turn interacts with the application specific code for the necessary work to be done; this process is written in Java beans.
Category:Struts Interview Questions

No comments:

Post a Comment