what is the main reason for developing struts? what is
advantages over Basic MVC architecture based JAVA Application?
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 |
can anybody tell.what is the difference between Forward Action and Action Forward?
What is the use of Struts.xml configuration file?
Can we use struts and spring together?
How many struts config file can be created in struts?
Does Struts2 action and interceptors are thread safe?
what is use of assert keyword in java..?
How is the Struts framworl related to MVC2?
session menagement in servlets explaion briefly?
what is the disadvantages of using DynaActionForm in struts framework?
What is meant by portals???
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 ............
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.