Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / shankar
actually in mvc1 presentation logic and business logic are
dependent so developer and designer are not working
independently..
but in mvc2 presentation logic and business logic are
independent so developer and designer are working
independently..
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is action chaining ?
For a single Struts application, can we have multiple struts-config.xml files?
How can we integrate log4j in Struts2 application?
What do you mean by tiles in struts?
What is spring hibernate and struts in java?
How to upload struts file?
Give the details of xml files used in validator framework?
What are disadvantages of Struts?
Can you explain the directory structure for a struts folder in brief ?
What is the purpose of @key annotation annotation?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
how to connect from struts to database through hibernet and where u can modify the class
What is the purpose of @after?
What is the role of a handler in mvc based applications?
What is the use of interceptor?