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
What are action errors and error and what are the consequences they impose?
What is includeaction?
Which servlet does the struts framework use?
Why use struts framework in java?
What is Struts2?
What applications use apache struts?
What are the two scope types for formbeans?
What is the purpose of @doublerangefieldvalidator annotation?
What is struts framework in java?
What is struts framework?
Can we have more than one struts-config.xml file for a single struts application?
What does apache struts do?
What do you mean by actionform?
Which design pattern the interceptors in struts2 is based on?
What is controller in struts ?