What is struts framework in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can you explain struts.properties in struts2?
What is struts in java with example?
we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?
What’s the difference between struts and turbine?
What does it cost to replace struts?
What is the purpose of execute method of action class?
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.
What are the benefits of the struts system?
How can we handle exceptions thrown by application in Struts2?
What is the use of token interceptor in Struts2?
What is the purpose of @action annotation?
What’s the utilization of resource bundle properties file in struts validation structure?