what is frame work in struts?

Answers were Sorted based on User's Feedback



what is frame work in struts?..

Answer / rahul kumar

in general frame work provide functionality to automate the
application .
in struts a frame work provide the separation of
presentation layer, business logic and data layer.

Is This Answer Correct ?    9 Yes 0 No

what is frame work in struts?..

Answer / pkr_reddy

struts use frame work mean frame work provides the
flexiblility to develop the appliations and easy integration
with the j2ee envi.

frme work is nothing but predefined specifications .
struts are basically called frame work.

Is This Answer Correct ?    8 Yes 1 No

what is frame work in struts?..

Answer / javasheavenforu

Frame work means set of components which follow certain
specifications, rules, patterns. Since struts follow MVC
pattern and it has the components defined for these it is a
frame work meant for building J2EE applications.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Struts Interview Questions

What helpers in the form of jsp pages are provided in struts framework?

0 Answers  


What is the use of Struts.xml configuration file?

0 Answers  


What is pojo in struts2?

0 Answers  


Which interceptor is responsible for mapping request parameters to action class Java Bean properties?

0 Answers  


Why use spring, if you are already using struts?

0 Answers  


How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?

0 Answers   Oracle,


What is the purpose of interceptors?

0 Answers  


How action mapping is configured in Struts?

0 Answers  


List the important attribute and elements of action mapping under struts.

0 Answers  


How is the Struts framworl related to MVC2?

2 Answers   Wipro,


Why aren’t the struts tags maintained as part of the jakarta taglibs project ?

0 Answers  


Why we use struts over servlets?

0 Answers  


Categories