1.

Explain the components of Struts?

Answer»

Following are the key components of Struts:

  • JSP Programs or View LAYER Resources
  • FormBean Class Java Class or Controller Layer Resources
  • Action Servlet Built-in Controller Servlet or Controller Layer Resources
  • Action Class Java Class or Controller Layer Resources
  • WEB.xml DEPLOYMENT Descriptor FILE of the web application
  • Struts Configuration File XML File or Controller Layer Resources


Discussion

No Comment Found