Can you give an overview of how a struts application flows?
No Answer is Posted For this Question
Be the First to Post Answer
Why are frameworks used?
Can you explain struts validator framework?
Are struts still used?
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 is the main reason for developing struts? what is advantages over Basic MVC architecture based JAVA Application?
Does struts include its own unit tests?
Is struts compatible with other java technologies?
who will run the execute method in struts?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is the use of resourcebundle.properties file in Struts Validation framework?
In Struts Programming which is the controller,which is the model?
What is the purpose of @key annotation annotation?