what is the main reason for developing struts? what is
advantages over Basic MVC architecture based JAVA Application?



what is the main reason for developing struts? what is advantages over Basic MVC architecture based..

Answer / sanjit sinha

struts is a web framework, we can develop any small and
large web based application.
actually struts web framework is based on two design pattern
1> MVC design pattern
2>front controller design pattern
MVC design pattern has divide in three layer
model, view , and controller

...in first layer is view where we write all the jsp or html
file it is also called presentation layer.
...second layer is controller layer where we write the
action servlet, request processor and action.
....third layer is model layer where we use the
hibernate,jdbc or ejb.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Struts Interview Questions

can anybody tell.what is the difference between Forward Action and Action Forward?

2 Answers   Polaris, TCS,


What is the use of Struts.xml configuration file?

0 Answers  


Can we use struts and spring together?

0 Answers  


How many struts config file can be created in struts?

0 Answers  


Does Struts2 action and interceptors are thread safe?

0 Answers  


what is use of assert keyword in java..?

1 Answers  


How is the Struts framworl related to MVC2?

2 Answers   Wipro,


session menagement in servlets explaion briefly?

1 Answers  


what is the disadvantages of using DynaActionForm in struts framework?

5 Answers   HCL,


What is meant by portals???

9 Answers  


kindly can any one post for me portlet,hibernate,spring example code and configuration,and some related tutorials plz its urgent for me....thanks in advance ............

1 Answers  


we have two applications A1 & A2 both are accesing the same databse table employee at the same time how we will manage this so that both application can get the correct no of emloyee while A1 is inserting a employee at the same time while other applicatuion is getting the empployee list.

5 Answers   Accel, TCS,


Categories