What is Three tier architecture. Can anyone explain with a
Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?
Answer Posted / aditya sharma
Three tire architecture as Module View Controller.
Tier 1: the client contains the presentation logic,
including simple control and user input validation. This
application is also known as a thin client.
[Jsp]
Tier 2: the middle tier is also known as the application
server, which provides the business processes logic and the
data access.
[Servlets, Java, DAO]
Tier 3: the data server provides the business data.
[Database]
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is the similarity between dynamic binding and linking?
What is jvm? Why is java called the platform independent programming language?
Is it possible for a yielded thread to get chance for its execution again?
What is boolean query?
What does += mean coding?
What is public static void main?
What is flag in python?
How many types of the indexof method are there for strings?
how to convert Java project into Maven ?
Is class forname reflection?
How to implement an arraylist in java?
Explain purpose of sleep() method in java?
Why is java not 100% pure oops?
What is a consumer in java?
Which collection is sorted in java?