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 is action class? What are the types of action class?
What does modeldriven interceptor?
Describe the two types of formbeans.
What helpers in the form of jsp pages are provided in struts framework?
Is struts compatible with other java technologies?
What do you mean by actionmapping?
How duplicate form submission can be controlled in struts?
Does apache tomcat use struts?
What is the naming convention for a resource bundle file in struts2?
What is the purpose of '@customvalidator'?
How can we upload files in Struts2 application?
What is the use of jsonvalidation?
What is difference between spring and struts?
What are the custom tags?
What should be the name of xml file used for validation in struts?