Monday, 11 April 2016

What are the problems with Struts 1.x ?


Problems with Struts 1.x
  • More XML work
    • Struts-config.xml, validation.xml, tiles-def.xml, etc.
  • Framework dependent Action and Form classes
    • Action class should extend Framework based class
  • Struts 1x Actions are singletons and must be thread-safe
  • Struts 1x Actions have dependencies on the servlet API
    • Gives problem to testing
  • Weak support of collection and indexed property.
  • Redundant forms
  • No built-in AJAX support

No comments:

Post a Comment

Note: only a member of this blog may post a comment.