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
Can we have multiple struts config files in a single web app?
At the point, you should go for struts framework?
What is the purpose of @emailvalidator annotation?
What is the purpose of @requiredstringvalidator annotation?
What is front controller in struts?
What is action class?
How do you create message resource?
What is the use of token interceptor in Struts2?
What is struts-default package and what are it’s benefits?
What is request processor and how does it relates to action mapping?
What is difference between interceptors and filters?
Why is action servlet a singleton in struts?
What does execandwait interceptor?
What helpers in the form of jsp pages are provided in struts framework?
What is the purpose of plug-in tag in struct-config.xml?