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


Please Help Members By Posting Answers For Below Questions

Are actions thread safe?

538


What is interceptor? And life cycle methods of interceptor?

569


What do you mean by actionmapping?

530


How to get data from the velocity page in a action class?

565


Which configuration files are used in struts?

516






How to work with error tags?

561


Which components are available using actioncontext map?

718


When it’s useful to use IncludeAction?

544


What is the purpose of form-be tag in struct-config.xml?

560


What are the various struts tag libraries?

544


What is the use of token interceptor in Struts2?

617


What do you mean by actionform?

578


What is struts2 in java?

530


How do you find the struts version being used in a project?

514


What is xml based validation in struts2?

555