Results 1 to 2 of 2

Thread: What actually happens internally in struts framework?

  1. #1
    Junior Member
    Join Date
    May 2007
    Answers
    1

    What actually happens internally in struts framework?

    I know all flow of struts, But What actually happens internally in struts framework? How the actions are internally mapped?


  2. #2
    Junior Member
    Join Date
    Jun 2007
    Answers
    20

    Re: What actually happens internally in struts framework?

    Struts framework is based on MVC architecture. When we put some values in the jsp file (whatever the view component is) & submit that page it contains the action path which is mapped to a action servlet class . This mapping is specified in the Web.xml which is a key component of Struts framework. It retrieves the path from web.xml & transfer the request to particular action servlet. To process the request action servlet uses the values stored in form bean (when the JSP was submitted). After processing it returns a object of Action Forward which is again mapped to the next view that is to be shown. This mapping is specified in Web.xml.See the enteries of web.xml it will give u a clear picture.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact