What are struts in java?
in struts how to use hibernate with struts>
What configuration files are used in struts?
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 difference between perform() used in struts1.0 and execute() used in 1.1 ?
What is the front controller in struts2?
what is is the use DynaActionForm?
What is difference between interceptors and filters?
Which design pattern is implemented by Struts2 interceptors?
Can we write our own ActionServlet for front controller of Struts Applications?
Explain about the library tag?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What do you mean by ognl?