Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is project architecture?give brief explanation about
project architecture?

Answers were Sorted based on User's Feedback



what is project architecture?give brief explanation about project architecture?..

Answer / chaitu.riims

Project Architecture means like take the below example.

There are like 2-Tier,3-Tier and so on n-Tier architecture.

So generally for 3-Tier Architecture 1.Client(Browser),
2.Server (Tomcat) 3.Back end Database(Oracle).

So explain like Requests will be taken from the Client and
it will be process in Tomcat server the server will contact
the database and process the request.The request will be get
back to the service method and inturn it will send to the
client nothing but browser.

so in this way you have to tell about your project.

May be it will help you.

Is This Answer Correct ?    144 Yes 27 No

what is project architecture?give brief explanation about project architecture?..

Answer / 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

what is project architecture?give brief explanation about project architecture?..

Answer / raju

Hi
project architecture:
first y ur current project name like abc

my source built on oracle database and flatfiles
we extract data from oracle database views everyday by using some application
staging area :oracle
target definition :sql server
while moving data source to stage area we perform cleansing operation like
provide default values and changing date formats ...

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Struts Interview Questions

How to set email notification using struts.Plz give the example code?

5 Answers   HCL,


What is the difference between empty default namespace and root namespace?

0 Answers  


What are Struts properties?

2 Answers   VI eTrans,


How you will enable front-end validation based on the xml in validation.xml?

0 Answers  


What is difference between interceptors and filters?

0 Answers  


If the framework doesn’t do what I want, can I request that a feature be added?

0 Answers  


Difference between struts and spring? Or why use spring, if you are already using struts?

0 Answers  


What are the some useful annotations introduced in struts2?

0 Answers  


What is the default suffix for Struts2 action URI and how can we change it?

0 Answers  


What is includeaction?

0 Answers  


How many action classes can be used in struts application?

0 Answers  


How is forward action used for integration?

0 Answers  


Categories