Answer Posted / vikas
MVC, An architecture used for separating Business Layer
functionality represented by javabeans(the model) from the
Presentation Layer functionality represented by JSPs(the
view) using an intermediate servlet based controller.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In which order struts framework searches for a message bundle?
What types of validations are available in xml based validation in struts2?
What are the benefits of the struts system?
What is apache struts vulnerability?
What is the purpose of @urlvalidator annotation?
What is struts in j2ee?
Explain how can we upload files in struts2 application?
How to get data from the velocity page in a action class?
Can we have more than one struts-config.xml file for a single struts application?
What is the use of Struts.xml configuration file?
Explain integrate log4j in struts2 application?
Explain about the
What is difference between spring and struts?
What is the use of form bean in struts?
Can I have html form property without associated getter and setter formbean methods?