what is project architecture?give brief explanation about
project architecture?
Answer Posted / ramakrishna
Project acchitcture represents no of components we are
using as part of our poject and the flow of request
processing. i.e what components involves in procession the
request and in which order.
For example if u take MVC archicture when u send a request
Controller receives the request and it decides which
business logic has be executed and after executing Model
component ,controller passes the request to JSP (View) to
display the state of the data u user.
| Is This Answer Correct ? | 72 Yes | 18 No |
Post New Answer View All Answers
How is declarative handling of exceptions done in struts ?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What do you mean by tiles in struts?
What is the configuration files used in struts?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is http forward?
What’s the utilization of struts.xml configuration file?
What is difference between spring and struts?
What is dispatch action class?
At the point, you should go for struts framework?
Explain about struts relation to html tags?
Why use spring, if you are already using struts?
Is struts mvc framework?
What is the actionform?
What are the action classes in struts?