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 types of Actions we have in Struts?
In which order struts framework searches for a message bundle?
is it possible to see actionservlet in my system. if yes how
What is the purpose of @urlvalidator annotation?
explain the Struts flow?
What are the important methods of actionform?
Why we use struts over servlets?
How to build struts application in eclipse?
Explain the components of struts?
How do you find the struts version being used in a project?
multiple instances for action class is it possible
What is structs 2 validation framework?