what is frame work in struts?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What helpers in the form of jsp pages are provided in struts framework?
What is the use of Struts.xml configuration file?
What is pojo in struts2?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Why use spring, if you are already using struts?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is the purpose of interceptors?
How action mapping is configured in Struts?
List the important attribute and elements of action mapping under struts.
How is the Struts framworl related to MVC2?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
Why we use struts over servlets?