Struts Assignment
Assignment-12
Ques1: What do you mean by struts framework? Explain the evolution of the struts and
need of struts for web application development.
Ques2: what are the advantages and disadvantages of struts framework? write the steps to
install and test the struts installation.
Ques3: explain the flow of control in struts application. Also, explain how the user
requests are handled by action objects and request parameters with form bean with the
help of application code example.
Ques4: what is prepopulation and redisplaying of forms? How it is beneficial for the
code. Also explain the advantages of properties files for internationalization of the web
application.
Ques5: what do mean by tiles. What are the advantages of tiles in struts? Explain with the
help of example.
Ques6: What are three ways of validating user input? Explain each with the help of an
example.