its a ActionForm controller or model?
Answer Posted / ysr
ActionForm not Model component
It is just a View Data Transfer class
so it just part of Controller Even Struts API also
specifing this thing.
Model component nathing but where we are connecting to
database from our appliction
suppose if we are connecting DB from our Action class i.e
Model or if we are Connecting DB from EJB's or DAO i.e the
Model so FormBean is not Model component
Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
what is meant by Struts Validator Framework?
What is dispatchaction?
Which design pattern is implemented by Struts2 interceptors?
in struts how to use hibernate with struts>
How the exceptions are handled in struts?
Can you explain struts.properties in struts2?
Explain the complete struts validator framework.
What are the steps involved in creating a strut application?
What are pull and push mvc architecture and which architecture does struts2 follow?
What are the features of struts?
What is the purpose of @beforeresult annotation?
What are the contents on web.xml in struts application ?
What is the purpose of @results annotation?
Explain struts?
Difference between struts and spring? Or why use spring, if you are already using struts?