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 are the aware interfaces in struts2?
What is use of i18n interceptor?
What do you mean by ognl?
What is role of action class?
Can we write Structs application without using Action Class directly or indirectly(extends Action class)
can anyone help me to send the code for Jasper Reporting in java?plz
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
How exception handling is provided in struts?
Provide some important Struts2 constants that you have used?
What is the apache struts vulnerability?
Why are struts tightly coupled?
What is the use of namespace in action mapping in Struts2?