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 the differnce between 2-tier architecture and 3-
tier architecture in java?

Answer Posted / sunil kumar- vizag

2-tier applications access database services or transaction
services directly from the client. here the application
logic resides on the client, making clients large and complex.
3-tier client-server applications employs an intermediary or
middle tier, application server which operates between
client applications and the back end databases.
There are two fundamental motivations for using a three-tier
architecture over a two-tier
model:
* Improved scalability, availability, and performance
* Improved flexibility and extensibility of business systems

Is This Answer Correct ?    30 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

961


Are actions thread safe?

1034


Can we have multiple struts config files ?

1013


What is the use of execAndWait interceptor?

1074


What are the benefits of Struts framework?

1042


What are the benefits of Interceptors in Struts2?

1213


What are the two scope types for formbeans?

1303


in struts how to use hibernate with struts>

2274


What is the purpose of @result?

1066


Which configuration files are used in struts?

1013


Lists the bundled validators in struts?

1069


Do we need to pay the struts if being used in commercial purpose?

1055


How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?

3002


What is validate() and reset() functions?

1086


Explain about struts dispatch action?

1038