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
Is Struts Framework part of J2EE?
What are action errors and error and what are the consequences they impose?
Difference between struts and spring? Or why use spring, if you are already using struts?
When should be opt for struts framework?
What is the purpose of constant tag in struts.xml?
Explain architecture of struts2?
What are the classes used as part of struts framework ?
How is declarative handling of exceptions done in struts ?
What are the two types of validations supported by validator framework?
What is the use of token interceptor in Struts2?
State the procedure for using forward attribute of link tag’s.
What is the default location of result pages and how can we change it?
State an example of struts configuration file as an action parameter for action servlet.
how to debug struts project in netbean ?
What is action servlet in struts?