which MVC architecture struts follows and why?
Answers were Sorted based on User's Feedback
Answer / prapanch
struts will follow mvc2 architecture.
in mvc2 architecture there will be only one action servlet
which acts like a controller and it will be the only
servlet needs to be configured in the web.xml. but in mvc1
there will be many controllers as many servlets will
present, so you need to configure all the servlets there in
web.xml. so if there is any change occurs in any one of the
servlets you need to deploy it again.
| Is This Answer Correct ? | 31 Yes | 1 No |
Answer / sasikaladuraiswamy
hai Pradeep, why m v c 1 & 2. need more info....
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / pradeep kumar
hi to all.
Struts uses both M V C 1 & 2 architectures.
based on the project requirement v can decide which has to
use .According to my knowledge v can decide which M V C can
be used at the time of project development only.
if any other plz post .
thanks in advance .
| Is This Answer Correct ? | 0 Yes | 9 No |
Does apache tomcat use struts?
how will you view ur jsp page to the client by using properties file?
What is the purpose of @after annotation?
What is the difference between forwardaction and includeaction?
What is the purpose of @result?
what is ForwardAction and IncludeAction in struts?
struts comes under which layer of three tire architecture in real time projects plz i need explaination?
10 Answers Infinite Computer Solutions, TCS,
Is Struts Action class Thread Safe?
when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?
Why are struts tightly coupled?
What is the configuration files used in struts?
what is the main reason for developing struts? what is advantages over Basic MVC architecture based JAVA Application?