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
What is the purpose of form-beans tag in struct-config.xml?
Are actions thread safe?
Can we have multiple struts config files ?
What is the use of execAndWait interceptor?
What are the benefits of Struts framework?
What are the benefits of Interceptors in Struts2?
What are the two scope types for formbeans?
in struts how to use hibernate with struts>
What is the purpose of @result?
Which configuration files are used in struts?
Lists the bundled validators in struts?
Do we need to pay the struts if being used in commercial purpose?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is validate() and reset() functions?
Explain about struts dispatch action?