What is directory structure of struts2.0 Framework application?
Previous | Home | Next |
The directory structure of a struts2 application is same as dynamic web application's.The struts2 has one more xml file to configure web.xml and struts.xml Struts2 also added two other xml file(optional) to validate the data entered by users. Struts use resources files to implements I18N in our application and tiles.xml.
Directory Structure of Welcome Example in Struts 2.0 Using MyEclipse IDE
Previous | Home | Next |