Java Struts Question and Answers

5. What is Jakarta Struts Framework?
 
  • Jakarta Struts is open source implementation of MVC (Model-View-Controller) pattern for the development of web based applications.
  • Jakarta Struts is robust architecture and can be used for the development of application of any size. Struts framework makes it much easier to design scalable, reliable web applications with Java.
 
Your Name Your Email-ID
Your Answer
6. What are the disadvantages of struts?
 
  • Struts is a very robust framework and its being used extensively in the industry.
  • But there are some disadvantages of the struts.
  • High learning curve: Struts requires lot of efforts to learn and master it. For any small project less experience developers could spend more time on learning the struts.
  • Harder to learn: Struts are harder to learn, benchmark and optimize.
 
Your Name Your Email-ID
Your Answer
7. What are tag libraries provided with struts?
  Struts provides a number of tag libraries that helps to create view components easily. These tag libraries are
  • Bean Tags: Bean Tags are used to access the beans and their properties.
  • HTML Tags: HTML Tags provides tags for creating the view components like forms, buttons, etc.
  • Logic Tags: Logic Tags provides presentation logics that eliminate the need for scriptlets.
  • Nested Tags: Nested Tags helps to work with the nested context.
 
Your Name Your Email-ID
Your Answer
12 Page 2 of 2