What is the main difference between Mvc1 and Mvc2 Architecture??
Answer Posted / pradeep c
The main difference is MVC1 Combines both presentation
logic with the Business logic. But, Mvc2 gives seperation
between presentation and business logic.
| Is This Answer Correct ? | 96 Yes | 11 No |
Post New Answer View All Answers
What applications use apache struts?
What is role of actionservlet?
What is the apache struts vulnerability?
What is apache struts used for?
How can forward action be used to restrict a strut application to mvc?
Does apache struts run on windows?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is the purpose of redirect result type?
How struts2 supports internationalization?
Give an alternative way to protect jsp’s with not much features from direct access.
What does validation interceptor?
What is action chaining ?
Which components are available using actioncontext map?
what is ACID test for fresh engineers??what is the pattern??
Why is action servlet a singleton in struts?